Class: Google::Cloud::Compute::V1::RegionOperations::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionOperations::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/compute/v1/region_operations/rest/client.rb
Overview
Configuration RPC class for the RegionOperations 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
-
#delete ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete. -
#get ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get. -
#list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list. -
#wait ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
wait.
Instance Attribute Details
#delete ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete
526 527 528 |
# File 'lib/google/cloud/compute/v1/region_operations/rest/client.rb', line 526 def delete @delete end |
#get ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get
531 532 533 |
# File 'lib/google/cloud/compute/v1/region_operations/rest/client.rb', line 531 def get @get end |
#list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list
536 537 538 |
# File 'lib/google/cloud/compute/v1/region_operations/rest/client.rb', line 536 def list @list end |
#wait ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for wait
541 542 543 |
# File 'lib/google/cloud/compute/v1/region_operations/rest/client.rb', line 541 def wait @wait end |