class Google::Shopping::Merchant::Accounts::V1::RegionsService::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 gRPC 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 RegionsService API.
#
def initialize parent_rpcs = nil
- Private: -
def initialize parent_rpcs = nil get_region_config = parent_rpcs.get_region if parent_rpcs.respond_to? :get_region @get_region = ::Gapic::Config::Method.new get_region_config create_region_config = parent_rpcs.create_region if parent_rpcs.respond_to? :create_region @create_region = ::Gapic::Config::Method.new create_region_config update_region_config = parent_rpcs.update_region if parent_rpcs.respond_to? :update_region @update_region = ::Gapic::Config::Method.new update_region_config delete_region_config = parent_rpcs.delete_region if parent_rpcs.respond_to? :delete_region @delete_region = ::Gapic::Config::Method.new delete_region_config list_regions_config = parent_rpcs.list_regions if parent_rpcs.respond_to? :list_regions @list_regions = ::Gapic::Config::Method.new list_regions_config yield self if block_given? end