Class: Google::Cloud::Compute::V1::NodeGroups::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeGroups::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/compute/v1/node_groups/rest/client.rb
Overview
Configuration RPC class for the NodeGroups 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
-
#add_nodes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
add_nodes. -
#aggregated_list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
aggregated_list. -
#delete ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete. -
#delete_nodes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_nodes. -
#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_nodes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_nodes. -
#patch ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
patch. -
#perform_maintenance ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
perform_maintenance. -
#set_iam_policy ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_iam_policy. -
#set_node_template ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_node_template. -
#simulate_maintenance_event ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
simulate_maintenance_event. -
#test_iam_permissions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
test_iam_permissions.
Instance Attribute Details
#add_nodes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for add_nodes
2115 2116 2117 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2115 def add_nodes @add_nodes end |
#aggregated_list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for aggregated_list
2120 2121 2122 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2120 def aggregated_list @aggregated_list end |
#delete ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete
2125 2126 2127 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2125 def delete @delete end |
#delete_nodes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_nodes
2130 2131 2132 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2130 def delete_nodes @delete_nodes end |
#get ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get
2135 2136 2137 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2135 def get @get end |
#get_iam_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_iam_policy
2140 2141 2142 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2140 def get_iam_policy @get_iam_policy end |
#insert ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for insert
2145 2146 2147 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2145 def insert @insert end |
#list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list
2150 2151 2152 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2150 def list @list end |
#list_nodes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_nodes
2155 2156 2157 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2155 def list_nodes @list_nodes end |
#patch ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for patch
2160 2161 2162 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2160 def patch @patch end |
#perform_maintenance ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for perform_maintenance
2165 2166 2167 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2165 def perform_maintenance @perform_maintenance end |
#set_iam_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_iam_policy
2170 2171 2172 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2170 def set_iam_policy @set_iam_policy end |
#set_node_template ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_node_template
2175 2176 2177 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2175 def set_node_template @set_node_template end |
#simulate_maintenance_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for simulate_maintenance_event
2180 2181 2182 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2180 def simulate_maintenance_event @simulate_maintenance_event end |
#test_iam_permissions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for test_iam_permissions
2185 2186 2187 |
# File 'lib/google/cloud/compute/v1/node_groups/rest/client.rb', line 2185 def @test_iam_permissions end |