public static final class AwsClustersGrpc.AwsClustersBlockingStub extends AbstractBlockingStub<AwsClustersGrpc.AwsClustersBlockingStub>
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
|
Returns
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 GCP project and region.
If successful, the response contains a newly created
Operation resource that can be
described to track the status of the operation.
Parameter
Returns
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.
Parameter
Returns
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.
Parameter
Returns
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.
Parameter
Returns
generateAwsAccessToken(GenerateAwsAccessTokenRequest request)
public GenerateAwsAccessTokenResponse generateAwsAccessToken(GenerateAwsAccessTokenRequest request)
Generates a short-lived access token to authenticate to a given
AwsCluster resource.
Parameter
Returns
getAwsCluster(GetAwsClusterRequest request)
public AwsCluster getAwsCluster(GetAwsClusterRequest request)
Describes a specific AwsCluster resource.
Parameter
Returns
getAwsNodePool(GetAwsNodePoolRequest request)
public AwsNodePool getAwsNodePool(GetAwsNodePoolRequest request)
Describes a specific AwsNodePool resource.
Parameter
Returns
getAwsServerConfig(GetAwsServerConfigRequest request)
public AwsServerConfig getAwsServerConfig(GetAwsServerConfigRequest request)
Returns information, such as supported AWS regions and Kubernetes
versions, on a given Google Cloud location.
Parameter
Returns
listAwsClusters(ListAwsClustersRequest request)
public ListAwsClustersResponse listAwsClusters(ListAwsClustersRequest request)
Lists all AwsCluster resources on a given Google Cloud project and
region.
Parameter
Returns
listAwsNodePools(ListAwsNodePoolsRequest request)
public ListAwsNodePoolsResponse listAwsNodePools(ListAwsNodePoolsRequest request)
Lists all AwsNodePool resources on a given AwsCluster.
Parameter
Returns
updateAwsCluster(UpdateAwsClusterRequest request)
public Operation updateAwsCluster(UpdateAwsClusterRequest request)
Parameter
Returns
updateAwsNodePool(UpdateAwsNodePoolRequest request)
public Operation updateAwsNodePool(UpdateAwsNodePoolRequest request)
Parameter
Returns