Class: Google::Cloud::ResourceManager::V3::TagBindings::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb

Overview

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

RPC-specific configuration for create_tag_binding

Returns:

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


575
576
577
# File 'lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb', line 575

def create_tag_binding
  @create_tag_binding
end

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

RPC-specific configuration for delete_tag_binding

Returns:

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


580
581
582
# File 'lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb', line 580

def delete_tag_binding
  @delete_tag_binding
end

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

RPC-specific configuration for list_effective_tags

Returns:

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


585
586
587
# File 'lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb', line 585

def list_effective_tags
  @list_effective_tags
end

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

RPC-specific configuration for list_tag_bindings

Returns:

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


570
571
572
# File 'lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb', line 570

def list_tag_bindings
  @list_tag_bindings
end