public final class AzureClustersGrpc
The AzureClusters API provides a single centrally managed service
to create and manage Anthos clusters that run on Azure infrastructure.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(AzureClustersGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(AzureClustersGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateAzureClientMethod()
public static MethodDescriptor<CreateAzureClientRequest,Operation> getCreateAzureClientMethod()
getCreateAzureClusterMethod()
public static MethodDescriptor<CreateAzureClusterRequest,Operation> getCreateAzureClusterMethod()
getCreateAzureNodePoolMethod()
public static MethodDescriptor<CreateAzureNodePoolRequest,Operation> getCreateAzureNodePoolMethod()
getDeleteAzureClientMethod()
public static MethodDescriptor<DeleteAzureClientRequest,Operation> getDeleteAzureClientMethod()
getDeleteAzureClusterMethod()
public static MethodDescriptor<DeleteAzureClusterRequest,Operation> getDeleteAzureClusterMethod()
getDeleteAzureNodePoolMethod()
public static MethodDescriptor<DeleteAzureNodePoolRequest,Operation> getDeleteAzureNodePoolMethod()
getGenerateAzureAccessTokenMethod()
public static MethodDescriptor<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse> getGenerateAzureAccessTokenMethod()
getGenerateAzureClusterAgentTokenMethod()
public static MethodDescriptor<GenerateAzureClusterAgentTokenRequest,GenerateAzureClusterAgentTokenResponse> getGenerateAzureClusterAgentTokenMethod()
getGetAzureClientMethod()
public static MethodDescriptor<GetAzureClientRequest,AzureClient> getGetAzureClientMethod()
getGetAzureClusterMethod()
public static MethodDescriptor<GetAzureClusterRequest,AzureCluster> getGetAzureClusterMethod()
getGetAzureJsonWebKeysMethod()
public static MethodDescriptor<GetAzureJsonWebKeysRequest,AzureJsonWebKeys> getGetAzureJsonWebKeysMethod()
getGetAzureNodePoolMethod()
public static MethodDescriptor<GetAzureNodePoolRequest,AzureNodePool> getGetAzureNodePoolMethod()
getGetAzureOpenIdConfigMethod()
public static MethodDescriptor<GetAzureOpenIdConfigRequest,AzureOpenIdConfig> getGetAzureOpenIdConfigMethod()
getGetAzureServerConfigMethod()
public static MethodDescriptor<GetAzureServerConfigRequest,AzureServerConfig> getGetAzureServerConfigMethod()
getListAzureClientsMethod()
public static MethodDescriptor<ListAzureClientsRequest,ListAzureClientsResponse> getListAzureClientsMethod()
getListAzureClustersMethod()
public static MethodDescriptor<ListAzureClustersRequest,ListAzureClustersResponse> getListAzureClustersMethod()
getListAzureNodePoolsMethod()
public static MethodDescriptor<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse> getListAzureNodePoolsMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateAzureClusterMethod()
public static MethodDescriptor<UpdateAzureClusterRequest,Operation> getUpdateAzureClusterMethod()
getUpdateAzureNodePoolMethod()
public static MethodDescriptor<UpdateAzureNodePoolRequest,Operation> getUpdateAzureNodePoolMethod()
newBlockingStub(Channel channel)
public static AzureClustersGrpc.AzureClustersBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static AzureClustersGrpc.AzureClustersFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static AzureClustersGrpc.AzureClustersStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|