Class AwsClustersGrpc.AwsClustersImplBase
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AwsClustersGrpc.AwsClustersImplBase
-
- All Implemented Interfaces:
AwsClustersGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AwsClustersGrpc
public abstract static class AwsClustersGrpc.AwsClustersImplBase extends Object implements io.grpc.BindableService, AwsClustersGrpc.AsyncService
Base class for the server implementation of the service AwsClusters.The AwsClusters API provides a single centrally managed service to create and manage Anthos clusters that run on AWS infrastructure.
-
-
Constructor Summary
Constructors Constructor Description AwsClustersImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.gkemulticloud.v1.AwsClustersGrpc.AsyncService
createAwsCluster, createAwsNodePool, deleteAwsCluster, deleteAwsNodePool, generateAwsAccessToken, getAwsCluster, getAwsNodePool, getAwsServerConfig, listAwsClusters, listAwsNodePools, updateAwsCluster, updateAwsNodePool
-
-