class Google::Shopping::Merchant::Accounts::V1::AccountServicesService::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 AccountServicesService API.
#
def initialize parent_rpcs = nil
- Private: -
def initialize parent_rpcs = nil get_account_service_config = parent_rpcs.get_account_service if parent_rpcs.respond_to? :get_account_service @get_account_service = ::Gapic::Config::Method.new get_account_service_config list_account_services_config = parent_rpcs.list_account_services if parent_rpcs.respond_to? :list_account_services @list_account_services = ::Gapic::Config::Method.new list_account_services_config propose_account_service_config = parent_rpcs.propose_account_service if parent_rpcs.respond_to? :propose_account_service @propose_account_service = ::Gapic::Config::Method.new propose_account_service_config approve_account_service_config = parent_rpcs.approve_account_service if parent_rpcs.respond_to? :approve_account_service @approve_account_service = ::Gapic::Config::Method.new approve_account_service_config reject_account_service_config = parent_rpcs.reject_account_service if parent_rpcs.respond_to? :reject_account_service @reject_account_service = ::Gapic::Config::Method.new reject_account_service_config yield self if block_given? end