class Google::Cloud::Compute::V1::RegionInstances::Rest::Client::Configuration::Rpcs
Configuration
RPC class for the RegionInstances
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
there is one other field (`retry_policy`) that can be set but is currently not supported for REST Gapic libraries.
Attributes
bulk_insert[R]
RPC-specific configuration for `bulk_insert` @return [::Gapic::Config::Method]
Public Class Methods
new(parent_rpcs = nil) { |self| ... }
click to toggle source
@private
# File lib/google/cloud/compute/v1/region_instances/rest/client.rb, line 308 def initialize parent_rpcs = nil bulk_insert_config = parent_rpcs.bulk_insert if parent_rpcs.respond_to? :bulk_insert @bulk_insert = ::Gapic::Config::Method.new bulk_insert_config yield self if block_given? end