Class: Google::Cloud::GkeMultiCloud::V1::AwsClusters::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb

Overview

Configuration RPC class for the AwsClusters 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_aws_cluster::Gapic::Config::Method (readonly)

RPC-specific configuration for create_aws_cluster

Returns:

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


2045
2046
2047
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2045

def create_aws_cluster
  @create_aws_cluster
end

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

RPC-specific configuration for create_aws_node_pool

Returns:

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


2080
2081
2082
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2080

def create_aws_node_pool
  @create_aws_node_pool
end

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

RPC-specific configuration for delete_aws_cluster

Returns:

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


2065
2066
2067
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2065

def delete_aws_cluster
  @delete_aws_cluster
end

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

RPC-specific configuration for delete_aws_node_pool

Returns:

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


2105
2106
2107
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2105

def delete_aws_node_pool
  @delete_aws_node_pool
end

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

RPC-specific configuration for generate_aws_access_token

Returns:

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


2075
2076
2077
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2075

def generate_aws_access_token
  @generate_aws_access_token
end

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

RPC-specific configuration for generate_aws_cluster_agent_token

Returns:

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


2070
2071
2072
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2070

def generate_aws_cluster_agent_token
  @generate_aws_cluster_agent_token
end

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

RPC-specific configuration for get_aws_cluster

Returns:

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


2055
2056
2057
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2055

def get_aws_cluster
  @get_aws_cluster
end

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

RPC-specific configuration for get_aws_json_web_keys

Returns:

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


2115
2116
2117
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2115

def get_aws_json_web_keys
  @get_aws_json_web_keys
end

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

RPC-specific configuration for get_aws_node_pool

Returns:

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


2095
2096
2097
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2095

def get_aws_node_pool
  @get_aws_node_pool
end

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

RPC-specific configuration for get_aws_open_id_config

Returns:

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


2110
2111
2112
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2110

def get_aws_open_id_config
  @get_aws_open_id_config
end

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

RPC-specific configuration for get_aws_server_config

Returns:

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


2120
2121
2122
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2120

def get_aws_server_config
  @get_aws_server_config
end

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

RPC-specific configuration for list_aws_clusters

Returns:

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


2060
2061
2062
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2060

def list_aws_clusters
  @list_aws_clusters
end

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

RPC-specific configuration for list_aws_node_pools

Returns:

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


2100
2101
2102
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2100

def list_aws_node_pools
  @list_aws_node_pools
end

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

RPC-specific configuration for rollback_aws_node_pool_update

Returns:

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


2090
2091
2092
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2090

def rollback_aws_node_pool_update
  @rollback_aws_node_pool_update
end

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

RPC-specific configuration for update_aws_cluster

Returns:

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


2050
2051
2052
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2050

def update_aws_cluster
  @update_aws_cluster
end

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

RPC-specific configuration for update_aws_node_pool

Returns:

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


2085
2086
2087
# File 'lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb', line 2085

def update_aws_node_pool
  @update_aws_node_pool
end