Class: Google::Cloud::Compute::V1::RegionInstances::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionInstances::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/compute/v1/region_instances/rest/client.rb
Overview
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.
Instance Attribute Summary collapse
-
#bulk_insert ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
bulk_insert.
Instance Attribute Details
#bulk_insert ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for bulk_insert
322 323 324 |
# File 'lib/google/cloud/compute/v1/region_instances/rest/client.rb', line 322 def bulk_insert @bulk_insert end |