Class: Google::Cloud::Compute::V1::RegionOperations::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#delete::Gapic::Config::Method (readonly)

RPC-specific configuration for delete

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


541
542
543
# File 'lib/google/cloud/compute/v1/region_operations/rest/client.rb', line 541

def wait
  @wait
end