Class: Google::Cloud::GkeHub::V1beta1::GkeHubMembershipService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_membership::Gapic::Config::Method (readonly)

RPC-specific configuration for create_membership

Returns:

  • (::Gapic::Config::Method)


1000
1001
1002
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1000

def create_membership
  @create_membership
end

#delete_membership::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_membership

Returns:

  • (::Gapic::Config::Method)


1005
1006
1007
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1005

def delete_membership
  @delete_membership
end

#generate_connect_manifest::Gapic::Config::Method (readonly)

RPC-specific configuration for generate_connect_manifest

Returns:

  • (::Gapic::Config::Method)


1015
1016
1017
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1015

def generate_connect_manifest
  @generate_connect_manifest
end

#generate_exclusivity_manifest::Gapic::Config::Method (readonly)

RPC-specific configuration for generate_exclusivity_manifest

Returns:

  • (::Gapic::Config::Method)


1025
1026
1027
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1025

def generate_exclusivity_manifest
  @generate_exclusivity_manifest
end

#get_membership::Gapic::Config::Method (readonly)

RPC-specific configuration for get_membership

Returns:

  • (::Gapic::Config::Method)


995
996
997
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 995

def get_membership
  @get_membership
end

#list_memberships::Gapic::Config::Method (readonly)

RPC-specific configuration for list_memberships

Returns:

  • (::Gapic::Config::Method)


990
991
992
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 990

def list_memberships
  @list_memberships
end

#update_membership::Gapic::Config::Method (readonly)

RPC-specific configuration for update_membership

Returns:

  • (::Gapic::Config::Method)


1010
1011
1012
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1010

def update_membership
  @update_membership
end

#validate_exclusivity::Gapic::Config::Method (readonly)

RPC-specific configuration for validate_exclusivity

Returns:

  • (::Gapic::Config::Method)


1020
1021
1022
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1020

def validate_exclusivity
  @validate_exclusivity
end