Class: Google::Cloud::CloudSecurityCompliance::V1::Audit::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::Audit::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/cloud_security_compliance/v1/audit/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 gRPC 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
-
#create_framework_audit ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_framework_audit. -
#generate_framework_audit_scope_report ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_framework_audit_scope_report. -
#get_framework_audit ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_framework_audit. -
#list_framework_audits ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_framework_audits.
Instance Attribute Details
#create_framework_audit ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_framework_audit
827 828 829 |
# File 'lib/google/cloud/cloud_security_compliance/v1/audit/client.rb', line 827 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
822 823 824 |
# File 'lib/google/cloud/cloud_security_compliance/v1/audit/client.rb', line 822 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
837 838 839 |
# File 'lib/google/cloud/cloud_security_compliance/v1/audit/client.rb', line 837 def get_framework_audit @get_framework_audit end |
#list_framework_audits ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_framework_audits
832 833 834 |
# File 'lib/google/cloud/cloud_security_compliance/v1/audit/client.rb', line 832 def list_framework_audits @list_framework_audits end |