Class AzureClustersGrpc
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AzureClustersGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/gkemulticloud/v1/azure_service.proto") public final class AzureClustersGrpc extends Object
The AzureClusters API provides a single centrally managed service to create and manage Anthos clusters that run on Azure infrastructure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAzureClustersGrpc.AsyncServiceThe AzureClusters API provides a single centrally managed service to create and manage Anthos clusters that run on Azure infrastructure.static classAzureClustersGrpc.AzureClustersBlockingStubA stub to allow clients to do synchronous rpc calls to service AzureClusters.static classAzureClustersGrpc.AzureClustersFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service AzureClusters.static classAzureClustersGrpc.AzureClustersImplBaseBase class for the server implementation of the service AzureClusters.static classAzureClustersGrpc.AzureClustersStubA stub to allow clients to do asynchronous rpc calls to service AzureClusters.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(AzureClustersGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateAzureClientRequest,com.google.longrunning.Operation>getCreateAzureClientMethod()static io.grpc.MethodDescriptor<CreateAzureClusterRequest,com.google.longrunning.Operation>getCreateAzureClusterMethod()static io.grpc.MethodDescriptor<CreateAzureNodePoolRequest,com.google.longrunning.Operation>getCreateAzureNodePoolMethod()static io.grpc.MethodDescriptor<DeleteAzureClientRequest,com.google.longrunning.Operation>getDeleteAzureClientMethod()static io.grpc.MethodDescriptor<DeleteAzureClusterRequest,com.google.longrunning.Operation>getDeleteAzureClusterMethod()static io.grpc.MethodDescriptor<DeleteAzureNodePoolRequest,com.google.longrunning.Operation>getDeleteAzureNodePoolMethod()static io.grpc.MethodDescriptor<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse>getGenerateAzureAccessTokenMethod()static io.grpc.MethodDescriptor<GetAzureClientRequest,AzureClient>getGetAzureClientMethod()static io.grpc.MethodDescriptor<GetAzureClusterRequest,AzureCluster>getGetAzureClusterMethod()static io.grpc.MethodDescriptor<GetAzureNodePoolRequest,AzureNodePool>getGetAzureNodePoolMethod()static io.grpc.MethodDescriptor<GetAzureServerConfigRequest,AzureServerConfig>getGetAzureServerConfigMethod()static io.grpc.MethodDescriptor<ListAzureClientsRequest,ListAzureClientsResponse>getListAzureClientsMethod()static io.grpc.MethodDescriptor<ListAzureClustersRequest,ListAzureClustersResponse>getListAzureClustersMethod()static io.grpc.MethodDescriptor<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse>getListAzureNodePoolsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateAzureClusterRequest,com.google.longrunning.Operation>getUpdateAzureClusterMethod()static io.grpc.MethodDescriptor<UpdateAzureNodePoolRequest,com.google.longrunning.Operation>getUpdateAzureNodePoolMethod()static AzureClustersGrpc.AzureClustersBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AzureClustersGrpc.AzureClustersFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AzureClustersGrpc.AzureClustersStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateAzureClientMethod
public static io.grpc.MethodDescriptor<CreateAzureClientRequest,com.google.longrunning.Operation> getCreateAzureClientMethod()
-
getGetAzureClientMethod
public static io.grpc.MethodDescriptor<GetAzureClientRequest,AzureClient> getGetAzureClientMethod()
-
getListAzureClientsMethod
public static io.grpc.MethodDescriptor<ListAzureClientsRequest,ListAzureClientsResponse> getListAzureClientsMethod()
-
getDeleteAzureClientMethod
public static io.grpc.MethodDescriptor<DeleteAzureClientRequest,com.google.longrunning.Operation> getDeleteAzureClientMethod()
-
getCreateAzureClusterMethod
public static io.grpc.MethodDescriptor<CreateAzureClusterRequest,com.google.longrunning.Operation> getCreateAzureClusterMethod()
-
getUpdateAzureClusterMethod
public static io.grpc.MethodDescriptor<UpdateAzureClusterRequest,com.google.longrunning.Operation> getUpdateAzureClusterMethod()
-
getGetAzureClusterMethod
public static io.grpc.MethodDescriptor<GetAzureClusterRequest,AzureCluster> getGetAzureClusterMethod()
-
getListAzureClustersMethod
public static io.grpc.MethodDescriptor<ListAzureClustersRequest,ListAzureClustersResponse> getListAzureClustersMethod()
-
getDeleteAzureClusterMethod
public static io.grpc.MethodDescriptor<DeleteAzureClusterRequest,com.google.longrunning.Operation> getDeleteAzureClusterMethod()
-
getGenerateAzureAccessTokenMethod
public static io.grpc.MethodDescriptor<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse> getGenerateAzureAccessTokenMethod()
-
getCreateAzureNodePoolMethod
public static io.grpc.MethodDescriptor<CreateAzureNodePoolRequest,com.google.longrunning.Operation> getCreateAzureNodePoolMethod()
-
getUpdateAzureNodePoolMethod
public static io.grpc.MethodDescriptor<UpdateAzureNodePoolRequest,com.google.longrunning.Operation> getUpdateAzureNodePoolMethod()
-
getGetAzureNodePoolMethod
public static io.grpc.MethodDescriptor<GetAzureNodePoolRequest,AzureNodePool> getGetAzureNodePoolMethod()
-
getListAzureNodePoolsMethod
public static io.grpc.MethodDescriptor<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse> getListAzureNodePoolsMethod()
-
getDeleteAzureNodePoolMethod
public static io.grpc.MethodDescriptor<DeleteAzureNodePoolRequest,com.google.longrunning.Operation> getDeleteAzureNodePoolMethod()
-
getGetAzureServerConfigMethod
public static io.grpc.MethodDescriptor<GetAzureServerConfigRequest,AzureServerConfig> getGetAzureServerConfigMethod()
-
newStub
public static AzureClustersGrpc.AzureClustersStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AzureClustersGrpc.AzureClustersBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AzureClustersGrpc.AzureClustersFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(AzureClustersGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-