class Google::Shopping::Merchant::Accounts::V1::AccountsService::Rest::Client::Configuration::Rpcs
trigger a retry.
* ‘:retry_codes` (type: `Array<String>`) - The error codes that should
* `:multiplier` (type: `Numeric`) - The incremental backoff multiplier.
* `:max_delay` (type: `Numeric`) - The max delay in seconds.
* `:initial_delay` (type: `Numeric`) - The initial delay in seconds.
include the following keys:
* `retry_policy (type: `Hash`) - The retry policy. The policy fields
* `metadata` (type: `Hash{Symbol=>String}`) - Additional headers
* `timeout` (type: `Numeric`) - The call timeout in seconds
the following configuration fields:
Each configuration object is of type `Gapic::Config::Method` and includes
Includes fields providing the configuration for each RPC in this service.
Configuration RPC class for the AccountsService API.
#
def initialize parent_rpcs = nil
- Private: -
def initialize parent_rpcs = nil get_account_config = parent_rpcs.get_account if parent_rpcs.respond_to? :get_account @get_account = ::Gapic::Config::Method.new get_account_config create_and_configure_account_config = parent_rpcs.create_and_configure_account if parent_rpcs.respond_to? :create_and_configure_account @create_and_configure_account = ::Gapic::Config::Method.new create_and_configure_account_config delete_account_config = parent_rpcs.delete_account if parent_rpcs.respond_to? :delete_account @delete_account = ::Gapic::Config::Method.new delete_account_config update_account_config = parent_rpcs.update_account if parent_rpcs.respond_to? :update_account @update_account = ::Gapic::Config::Method.new update_account_config list_accounts_config = parent_rpcs.list_accounts if parent_rpcs.respond_to? :list_accounts @list_accounts = ::Gapic::Config::Method.new list_accounts_config list_sub_accounts_config = parent_rpcs.list_sub_accounts if parent_rpcs.respond_to? :list_sub_accounts @list_sub_accounts = ::Gapic::Config::Method.new list_sub_accounts_config yield self if block_given? end