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
1301 1302 1303 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1301 def create_membership @create_membership end |
#delete_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_membership
1306 1307 1308 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1306 def delete_membership @delete_membership end |
#generate_connect_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_connect_manifest
1316 1317 1318 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1316 def generate_connect_manifest @generate_connect_manifest end |
#generate_exclusivity_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_exclusivity_manifest
1326 1327 1328 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1326 def generate_exclusivity_manifest @generate_exclusivity_manifest end |
#get_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_membership
1296 1297 1298 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1296 def get_membership @get_membership end |
#list_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_memberships
1291 1292 1293 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1291 def list_memberships @list_memberships end |
#update_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_membership
1311 1312 1313 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1311 def update_membership @update_membership end |
#validate_exclusivity ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for validate_exclusivity
1321 1322 1323 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/client.rb', line 1321 def validate_exclusivity @validate_exclusivity end |