@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static AzureClustersGrpc.AzureClustersFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AzureClustersGrpc.AzureClustersStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateAzureClientRequest,com.google.longrunning.Operation> getCreateAzureClientMethod()
public static io.grpc.MethodDescriptor<GetAzureClientRequest,AzureClient> getGetAzureClientMethod()
public static io.grpc.MethodDescriptor<ListAzureClientsRequest,ListAzureClientsResponse> getListAzureClientsMethod()
public static io.grpc.MethodDescriptor<DeleteAzureClientRequest,com.google.longrunning.Operation> getDeleteAzureClientMethod()
public static io.grpc.MethodDescriptor<CreateAzureClusterRequest,com.google.longrunning.Operation> getCreateAzureClusterMethod()
public static io.grpc.MethodDescriptor<UpdateAzureClusterRequest,com.google.longrunning.Operation> getUpdateAzureClusterMethod()
public static io.grpc.MethodDescriptor<GetAzureClusterRequest,AzureCluster> getGetAzureClusterMethod()
public static io.grpc.MethodDescriptor<ListAzureClustersRequest,ListAzureClustersResponse> getListAzureClustersMethod()
public static io.grpc.MethodDescriptor<DeleteAzureClusterRequest,com.google.longrunning.Operation> getDeleteAzureClusterMethod()
public static io.grpc.MethodDescriptor<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse> getGenerateAzureAccessTokenMethod()
public static io.grpc.MethodDescriptor<CreateAzureNodePoolRequest,com.google.longrunning.Operation> getCreateAzureNodePoolMethod()
public static io.grpc.MethodDescriptor<UpdateAzureNodePoolRequest,com.google.longrunning.Operation> getUpdateAzureNodePoolMethod()
public static io.grpc.MethodDescriptor<GetAzureNodePoolRequest,AzureNodePool> getGetAzureNodePoolMethod()
public static io.grpc.MethodDescriptor<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse> getListAzureNodePoolsMethod()
public static io.grpc.MethodDescriptor<DeleteAzureNodePoolRequest,com.google.longrunning.Operation> getDeleteAzureNodePoolMethod()
public static io.grpc.MethodDescriptor<GetAzureServerConfigRequest,AzureServerConfig> getGetAzureServerConfigMethod()
public static AzureClustersGrpc.AzureClustersStub newStub(io.grpc.Channel channel)
public static AzureClustersGrpc.AzureClustersBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AzureClustersGrpc.AzureClustersFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AzureClustersGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.