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
1195 1196 1197 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1195 def create_membership @create_membership end |
#delete_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_membership
1200 1201 1202 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1200 def delete_membership @delete_membership end |
#generate_connect_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_connect_manifest
1210 1211 1212 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1210 def generate_connect_manifest @generate_connect_manifest end |
#generate_exclusivity_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_exclusivity_manifest
1220 1221 1222 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1220 def generate_exclusivity_manifest @generate_exclusivity_manifest end |
#get_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_membership
1190 1191 1192 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1190 def get_membership @get_membership end |
#list_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_memberships
1185 1186 1187 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1185 def list_memberships @list_memberships end |
#update_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_membership
1205 1206 1207 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1205 def update_membership @update_membership end |
#validate_exclusivity ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for validate_exclusivity
1215 1216 1217 |
# File 'lib/google/cloud/gke_hub/v1beta1/gke_hub_membership_service/rest/client.rb', line 1215 def validate_exclusivity @validate_exclusivity end |