Class: Google::Cloud::CloudSecurityCompliance::V1::Audit::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/cloud_security_compliance/v1/audit/rest/client.rb

Overview

Configuration RPC class for the Audit API.

Includes fields providing the configuration for each RPC in this service. Each configuration object is of type Gapic::Config::Method and includes the following configuration fields:

  • timeout (type: Numeric) - The call timeout in seconds
  • metadata (type: Hash{Symbol=>String}) - Additional headers
  • retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:
    • :initial_delay (type: Numeric) - The initial delay in seconds.
    • :max_delay (type: Numeric) - The max delay in seconds.
    • :multiplier (type: Numeric) - The incremental backoff multiplier.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

#create_framework_audit::Gapic::Config::Method (readonly)

RPC-specific configuration for create_framework_audit

Returns:

  • (::Gapic::Config::Method)


765
766
767
# File 'lib/google/cloud/cloud_security_compliance/v1/audit/rest/client.rb', line 765

def create_framework_audit
  @create_framework_audit
end

#generate_framework_audit_scope_report::Gapic::Config::Method (readonly)

RPC-specific configuration for generate_framework_audit_scope_report

Returns:

  • (::Gapic::Config::Method)


760
761
762
# File 'lib/google/cloud/cloud_security_compliance/v1/audit/rest/client.rb', line 760

def generate_framework_audit_scope_report
  @generate_framework_audit_scope_report
end

#get_framework_audit::Gapic::Config::Method (readonly)

RPC-specific configuration for get_framework_audit

Returns:

  • (::Gapic::Config::Method)


775
776
777
# File 'lib/google/cloud/cloud_security_compliance/v1/audit/rest/client.rb', line 775

def get_framework_audit
  @get_framework_audit
end

#list_framework_audits::Gapic::Config::Method (readonly)

RPC-specific configuration for list_framework_audits

Returns:

  • (::Gapic::Config::Method)


770
771
772
# File 'lib/google/cloud/cloud_security_compliance/v1/audit/rest/client.rb', line 770

def list_framework_audits
  @list_framework_audits
end