Class AzureClustersGrpc.AzureClustersImplBase
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AzureClustersGrpc.AzureClustersImplBase
-
- All Implemented Interfaces:
AzureClustersGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AzureClustersGrpc
public abstract static class AzureClustersGrpc.AzureClustersImplBase extends Object implements io.grpc.BindableService, AzureClustersGrpc.AsyncService
Base class for the server implementation of the service AzureClusters.The AzureClusters API provides a single centrally managed service to create and manage Anthos clusters that run on Azure infrastructure.
-
-
Constructor Summary
Constructors Constructor Description AzureClustersImplBase()
-
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.AzureClustersGrpc.AsyncService
createAzureClient, createAzureCluster, createAzureNodePool, deleteAzureClient, deleteAzureCluster, deleteAzureNodePool, generateAzureAccessToken, getAzureClient, getAzureCluster, getAzureNodePool, getAzureServerConfig, listAzureClients, listAzureClusters, listAzureNodePools, updateAzureCluster, updateAzureNodePool
-
-