Class: Google::Shopping::Css::V1::AccountsService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/shopping/css/v1/accounts_service/rest/client.rb

Overview

Configuration RPC class for the AccountsService 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

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

RPC-specific configuration for get_account

Returns:

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


586
587
588
# File 'lib/google/shopping/css/v1/accounts_service/rest/client.rb', line 586

def 
  @get_account
end

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

RPC-specific configuration for list_child_accounts

Returns:

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


581
582
583
# File 'lib/google/shopping/css/v1/accounts_service/rest/client.rb', line 581

def list_child_accounts
  @list_child_accounts
end

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

RPC-specific configuration for update_labels

Returns:

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


591
592
593
# File 'lib/google/shopping/css/v1/accounts_service/rest/client.rb', line 591

def update_labels
  @update_labels
end