Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AwsClusters::Rest::ServiceStub.
REST service stub for the AwsClusters service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_aws_cluster
def create_aws_cluster(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_aws_cluster REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::CreateAwsClusterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_aws_node_pool
def create_aws_node_pool(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_aws_node_pool REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::CreateAwsNodePoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_aws_cluster
def delete_aws_cluster(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_aws_cluster REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::DeleteAwsClusterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_aws_node_pool
def delete_aws_node_pool(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_aws_node_pool REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::DeleteAwsNodePoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#generate_aws_access_token
def generate_aws_access_token(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::GenerateAwsAccessTokenResponse
Baseline implementation for the generate_aws_access_token REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::GenerateAwsAccessTokenRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::GenerateAwsAccessTokenResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::GenerateAwsAccessTokenResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#generate_aws_cluster_agent_token
def generate_aws_cluster_agent_token(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::GenerateAwsClusterAgentTokenResponse
Baseline implementation for the generate_aws_cluster_agent_token REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::GenerateAwsClusterAgentTokenRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::GenerateAwsClusterAgentTokenResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::GenerateAwsClusterAgentTokenResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_aws_cluster
def get_aws_cluster(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::AwsCluster
Baseline implementation for the get_aws_cluster REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::GetAwsClusterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::AwsCluster)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::AwsCluster) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_aws_json_web_keys
def get_aws_json_web_keys(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::AwsJsonWebKeys
Baseline implementation for the get_aws_json_web_keys REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::GetAwsJsonWebKeysRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::AwsJsonWebKeys)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::AwsJsonWebKeys) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_aws_node_pool
def get_aws_node_pool(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::AwsNodePool
Baseline implementation for the get_aws_node_pool REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::GetAwsNodePoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::AwsNodePool)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::AwsNodePool) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_aws_open_id_config
def get_aws_open_id_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::AwsOpenIdConfig
Baseline implementation for the get_aws_open_id_config REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::GetAwsOpenIdConfigRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::AwsOpenIdConfig)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::AwsOpenIdConfig) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_aws_server_config
def get_aws_server_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::AwsServerConfig
Baseline implementation for the get_aws_server_config REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::GetAwsServerConfigRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::AwsServerConfig)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::AwsServerConfig) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_aws_clusters
def list_aws_clusters(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::ListAwsClustersResponse
Baseline implementation for the list_aws_clusters REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::ListAwsClustersRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::ListAwsClustersResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::ListAwsClustersResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_aws_node_pools
def list_aws_node_pools(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::GkeMultiCloud::V1::ListAwsNodePoolsResponse
Baseline implementation for the list_aws_node_pools REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::ListAwsNodePoolsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::GkeMultiCloud::V1::ListAwsNodePoolsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::GkeMultiCloud::V1::ListAwsNodePoolsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#rollback_aws_node_pool_update
def rollback_aws_node_pool_update(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the rollback_aws_node_pool_update REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::RollbackAwsNodePoolUpdateRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_aws_cluster
def update_aws_cluster(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_aws_cluster REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::UpdateAwsClusterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_aws_node_pool
def update_aws_node_pool(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_aws_node_pool REST call
- request_pb (::Google::Cloud::GkeMultiCloud::V1::UpdateAwsNodePoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)