Class: Google::Cloud::GkeHub::V1beta1::GkeHubMembershipService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::GkeHubMembershipService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb
Overview
Configuration RPC class for the GkeHubMembershipService 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
-
#create_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_membership
. -
#delete_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_membership
. -
#generate_connect_manifest ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_connect_manifest
. -
#generate_exclusivity_manifest ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_exclusivity_manifest
. -
#get_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_membership
. -
#list_memberships ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_memberships
. -
#update_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_membership
. -
#validate_exclusivity ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
validate_exclusivity
.
Instance Attribute Details
#create_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_membership
1227 1228 1229 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1227 def create_membership @create_membership end |
#delete_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_membership
1232 1233 1234 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1232 def delete_membership @delete_membership end |
#generate_connect_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_connect_manifest
1242 1243 1244 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1242 def generate_connect_manifest @generate_connect_manifest end |
#generate_exclusivity_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_exclusivity_manifest
1252 1253 1254 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1252 def generate_exclusivity_manifest @generate_exclusivity_manifest end |
#get_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_membership
1222 1223 1224 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1222 def get_membership @get_membership end |
#list_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_memberships
1217 1218 1219 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1217 def list_memberships @list_memberships end |
#update_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_membership
1237 1238 1239 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1237 def update_membership @update_membership end |
#validate_exclusivity ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for validate_exclusivity
1247 1248 1249 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1247 def validate_exclusivity @validate_exclusivity end |