Class: Google::Cloud::ResourceManager::V3::TagHolds::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::TagHolds::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb
Overview
Configuration RPC class for the TagHolds 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
-
#create_tag_hold ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_tag_hold. -
#delete_tag_hold ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_tag_hold. -
#list_tag_holds ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_tag_holds.
Instance Attribute Details
#create_tag_hold ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_tag_hold
502 503 504 |
# File 'lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb', line 502 def create_tag_hold @create_tag_hold end |
#delete_tag_hold ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_tag_hold
507 508 509 |
# File 'lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb', line 507 def delete_tag_hold @delete_tag_hold end |
#list_tag_holds ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_tag_holds
512 513 514 |
# File 'lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb', line 512 def list_tag_holds @list_tag_holds end |