Class: Google::Cloud::GkeHub::V1beta1::GkeHubMembershipService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::GkeHubMembershipService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/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 gRPC 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
1270 1271 1272 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1270 def create_membership @create_membership end |
#delete_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_membership
1275 1276 1277 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1275 def delete_membership @delete_membership end |
#generate_connect_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_connect_manifest
1285 1286 1287 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1285 def generate_connect_manifest @generate_connect_manifest end |
#generate_exclusivity_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_exclusivity_manifest
1295 1296 1297 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1295 def generate_exclusivity_manifest @generate_exclusivity_manifest end |
#get_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_membership
1265 1266 1267 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1265 def get_membership @get_membership end |
#list_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_memberships
1260 1261 1262 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1260 def list_memberships @list_memberships end |
#update_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_membership
1280 1281 1282 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1280 def update_membership @update_membership end |
#validate_exclusivity ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for validate_exclusivity
1290 1291 1292 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1290 def validate_exclusivity @validate_exclusivity end |