Class: Google::Cloud::AssuredWorkloads::V1beta1::AssuredWorkloadsService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/rest/client.rb

Overview

Configuration RPC class for the AssuredWorkloadsService 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_workload::Gapic::Config::Method (readonly)

RPC-specific configuration for create_workload

Returns:

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


585
586
587
# File 'lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/rest/client.rb', line 585

def create_workload
  @create_workload
end

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

RPC-specific configuration for delete_workload

Returns:

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


595
596
597
# File 'lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/rest/client.rb', line 595

def delete_workload
  @delete_workload
end

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

RPC-specific configuration for restrict_allowed_resources

Returns:

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


590
591
592
# File 'lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/rest/client.rb', line 590

def restrict_allowed_resources
  @restrict_allowed_resources
end