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.
    • :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)


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

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)


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

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)


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

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)


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

def list_framework_audits
  @list_framework_audits
end