public static final class AwsClustersGrpc.AwsClustersBlockingStub extends AbstractBlockingStub<AwsClustersGrpc.AwsClustersBlockingStub>
A stub to allow clients to do synchronous rpc calls to service AwsClusters.
The AwsClusters API provides a single centrally managed service
to create and manage Anthos clusters that run on AWS infrastructure.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractBlockingStub >
AwsClustersGrpc.AwsClustersBlockingStub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected AwsClustersGrpc.AwsClustersBlockingStub build(Channel channel, CallOptions callOptions)
Parameters |
Name |
Description |
channel |
io.grpc.Channel
|
callOptions |
io.grpc.CallOptions
|
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createAwsCluster(CreateAwsClusterRequest request)
public Operation createAwsCluster(CreateAwsClusterRequest request)
Creates a new AwsCluster
resource on a given Google Cloud Platform project and region.
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
createAwsNodePool(CreateAwsNodePoolRequest request)
public Operation createAwsNodePool(CreateAwsNodePoolRequest request)
Creates a new AwsNodePool,
attached to a given AwsCluster.
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
deleteAwsCluster(DeleteAwsClusterRequest request)
public Operation deleteAwsCluster(DeleteAwsClusterRequest request)
Deletes a specific AwsCluster
resource.
Fails if the cluster has one or more associated
AwsNodePool resources.
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
deleteAwsNodePool(DeleteAwsNodePoolRequest request)
public Operation deleteAwsNodePool(DeleteAwsNodePoolRequest request)
Deletes a specific AwsNodePool
resource.
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
generateAwsAccessToken(GenerateAwsAccessTokenRequest request)
public GenerateAwsAccessTokenResponse generateAwsAccessToken(GenerateAwsAccessTokenRequest request)
Generates a short-lived access token to authenticate to a given
AwsCluster resource.
generateAwsClusterAgentToken(GenerateAwsClusterAgentTokenRequest request)
public GenerateAwsClusterAgentTokenResponse generateAwsClusterAgentToken(GenerateAwsClusterAgentTokenRequest request)
Generates an access token for a cluster agent.
getAwsCluster(GetAwsClusterRequest request)
public AwsCluster getAwsCluster(GetAwsClusterRequest request)
Describes a specific AwsCluster
resource.
getAwsJsonWebKeys(GetAwsJsonWebKeysRequest request)
public AwsJsonWebKeys getAwsJsonWebKeys(GetAwsJsonWebKeysRequest request)
Gets the public component of the cluster signing keys in
JSON Web Key format.
getAwsNodePool(GetAwsNodePoolRequest request)
public AwsNodePool getAwsNodePool(GetAwsNodePoolRequest request)
Describes a specific
AwsNodePool resource.
getAwsOpenIdConfig(GetAwsOpenIdConfigRequest request)
public AwsOpenIdConfig getAwsOpenIdConfig(GetAwsOpenIdConfigRequest request)
getAwsServerConfig(GetAwsServerConfigRequest request)
public AwsServerConfig getAwsServerConfig(GetAwsServerConfigRequest request)
Returns information, such as supported AWS regions and Kubernetes
versions, on a given Google Cloud location.
listAwsClusters(ListAwsClustersRequest request)
public ListAwsClustersResponse listAwsClusters(ListAwsClustersRequest request)
Lists all AwsCluster resources
on a given Google Cloud project and region.
listAwsNodePools(ListAwsNodePoolsRequest request)
public ListAwsNodePoolsResponse listAwsNodePools(ListAwsNodePoolsRequest request)
Lists all AwsNodePool
resources on a given
AwsCluster.
rollbackAwsNodePoolUpdate(RollbackAwsNodePoolUpdateRequest request)
public Operation rollbackAwsNodePoolUpdate(RollbackAwsNodePoolUpdateRequest request)
Rolls back a previously aborted or failed
AwsNodePool update request.
Makes no changes if the last update request successfully finished.
If an update request is in progress, you cannot rollback the update.
You must first cancel or let it finish unsuccessfully before you can
rollback.
updateAwsCluster(UpdateAwsClusterRequest request)
public Operation updateAwsCluster(UpdateAwsClusterRequest request)
updateAwsNodePool(UpdateAwsNodePoolRequest request)
public Operation updateAwsNodePool(UpdateAwsNodePoolRequest request)