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 interface
AzureClustersGrpc.AsyncService
The AzureClusters API provides a single centrally managed service to create and manage Anthos clusters that run on Azure infrastructure.static class
AzureClustersGrpc.AzureClustersBlockingStub
A stub to allow clients to do synchronous rpc calls to service AzureClusters.static class
AzureClustersGrpc.AzureClustersFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AzureClusters.static class
AzureClustersGrpc.AzureClustersImplBase
Base class for the server implementation of the service AzureClusters.static class
AzureClustersGrpc.AzureClustersStub
A stub to allow clients to do asynchronous rpc calls to service AzureClusters.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(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.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateAzureClusterRequest,com.google.longrunning.Operation>
getUpdateAzureClusterMethod()
static io.grpc.MethodDescriptor<UpdateAzureNodePoolRequest,com.google.longrunning.Operation>
getUpdateAzureNodePoolMethod()
static AzureClustersGrpc.AzureClustersBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AzureClustersGrpc.AzureClustersFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AzureClustersGrpc.AzureClustersStub
newStub(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()
-
-