Class: Google::Cloud::Compute::V1::RegionBackendBuckets::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionBackendBuckets::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb
Overview
Configuration RPC class for the RegionBackendBuckets 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 -
metadata(type:Hash{Symbol=>String}) - Additional headers -
retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay(type:Numeric) - The initial delay in seconds. -
:max_delay(type:Numeric) - The max delay in seconds. -
:multiplier(type:Numeric) - The incremental backoff multiplier. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#delete ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete. -
#get ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get. -
#get_iam_policy ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_iam_policy. -
#insert ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
insert. -
#list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list. -
#list_usable ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_usable. -
#patch ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
patch. -
#set_iam_policy ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_iam_policy. -
#test_iam_permissions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
test_iam_permissions.
Instance Attribute Details
#delete ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete
1377 1378 1379 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1377 def delete @delete end |
#get ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get
1382 1383 1384 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1382 def get @get end |
#get_iam_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_iam_policy
1387 1388 1389 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1387 def get_iam_policy @get_iam_policy end |
#insert ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for insert
1392 1393 1394 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1392 def insert @insert end |
#list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list
1397 1398 1399 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1397 def list @list end |
#list_usable ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_usable
1402 1403 1404 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1402 def list_usable @list_usable end |
#patch ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for patch
1407 1408 1409 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1407 def patch @patch end |
#set_iam_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_iam_policy
1412 1413 1414 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1412 def set_iam_policy @set_iam_policy end |
#test_iam_permissions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for test_iam_permissions
1417 1418 1419 |
# File 'lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb', line 1417 def @test_iam_permissions end |