Class: Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb
Overview
Configuration RPC class for the TargetTcpProxies 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. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#aggregated_list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
aggregated_list. -
#delete ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete. -
#get ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get. -
#insert ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
insert. -
#list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list. -
#set_backend_service ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_backend_service. -
#set_proxy_header ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_proxy_header. -
#test_iam_permissions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
test_iam_permissions.
Instance Attribute Details
#aggregated_list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for aggregated_list
1301 1302 1303 |
# File 'lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb', line 1301 def aggregated_list @aggregated_list end |
#delete ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete
1306 1307 1308 |
# File 'lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb', line 1306 def delete @delete end |
#get ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get
1311 1312 1313 |
# File 'lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb', line 1311 def get @get end |
#insert ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for insert
1316 1317 1318 |
# File 'lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb', line 1316 def insert @insert end |
#list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list
1321 1322 1323 |
# File 'lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb', line 1321 def list @list end |
#set_backend_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_backend_service
1326 1327 1328 |
# File 'lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb', line 1326 def set_backend_service @set_backend_service end |
#set_proxy_header ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_proxy_header
1331 1332 1333 |
# File 'lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb', line 1331 def set_proxy_header @set_proxy_header end |
#test_iam_permissions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for test_iam_permissions
1336 1337 1338 |
# File 'lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb', line 1336 def @test_iam_permissions end |