Class: Google::Cloud::Compute::V1::LicenseCodes::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LicenseCodes::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/compute/v1/license_codes/rest/client.rb
Overview
Configuration RPC class for the LicenseCodes 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
-
#get ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get. -
#test_iam_permissions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
test_iam_permissions.
Instance Attribute Details
#get ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get
366 367 368 |
# File 'lib/google/cloud/compute/v1/license_codes/rest/client.rb', line 366 def get @get end |
#test_iam_permissions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for test_iam_permissions
371 372 373 |
# File 'lib/google/cloud/compute/v1/license_codes/rest/client.rb', line 371 def @test_iam_permissions end |