@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/gkemulticloud/v1/aws_service.proto") public final class AwsClustersGrpc extends Object
The AwsClusters API provides a single centrally managed service to create and manage Anthos clusters that run on AWS infrastructure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsClustersGrpc.AsyncService
The AwsClusters API provides a single centrally managed service
to create and manage Anthos clusters that run on AWS infrastructure.
|
static class |
AwsClustersGrpc.AwsClustersBlockingStub
A stub to allow clients to do synchronous rpc calls to service AwsClusters.
|
static class |
AwsClustersGrpc.AwsClustersFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AwsClusters.
|
static class |
AwsClustersGrpc.AwsClustersImplBase
Base class for the server implementation of the service AwsClusters.
|
static class |
AwsClustersGrpc.AwsClustersStub
A stub to allow clients to do asynchronous rpc calls to service AwsClusters.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(AwsClustersGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateAwsClusterRequest,com.google.longrunning.Operation> |
getCreateAwsClusterMethod() |
static io.grpc.MethodDescriptor<CreateAwsNodePoolRequest,com.google.longrunning.Operation> |
getCreateAwsNodePoolMethod() |
static io.grpc.MethodDescriptor<DeleteAwsClusterRequest,com.google.longrunning.Operation> |
getDeleteAwsClusterMethod() |
static io.grpc.MethodDescriptor<DeleteAwsNodePoolRequest,com.google.longrunning.Operation> |
getDeleteAwsNodePoolMethod() |
static io.grpc.MethodDescriptor<GenerateAwsAccessTokenRequest,GenerateAwsAccessTokenResponse> |
getGenerateAwsAccessTokenMethod() |
static io.grpc.MethodDescriptor<GenerateAwsClusterAgentTokenRequest,GenerateAwsClusterAgentTokenResponse> |
getGenerateAwsClusterAgentTokenMethod() |
static io.grpc.MethodDescriptor<GetAwsClusterRequest,AwsCluster> |
getGetAwsClusterMethod() |
static io.grpc.MethodDescriptor<GetAwsJsonWebKeysRequest,AwsJsonWebKeys> |
getGetAwsJsonWebKeysMethod() |
static io.grpc.MethodDescriptor<GetAwsNodePoolRequest,AwsNodePool> |
getGetAwsNodePoolMethod() |
static io.grpc.MethodDescriptor<GetAwsOpenIdConfigRequest,AwsOpenIdConfig> |
getGetAwsOpenIdConfigMethod() |
static io.grpc.MethodDescriptor<GetAwsServerConfigRequest,AwsServerConfig> |
getGetAwsServerConfigMethod() |
static io.grpc.MethodDescriptor<ListAwsClustersRequest,ListAwsClustersResponse> |
getListAwsClustersMethod() |
static io.grpc.MethodDescriptor<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse> |
getListAwsNodePoolsMethod() |
static io.grpc.MethodDescriptor<RollbackAwsNodePoolUpdateRequest,com.google.longrunning.Operation> |
getRollbackAwsNodePoolUpdateMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateAwsClusterRequest,com.google.longrunning.Operation> |
getUpdateAwsClusterMethod() |
static io.grpc.MethodDescriptor<UpdateAwsNodePoolRequest,com.google.longrunning.Operation> |
getUpdateAwsNodePoolMethod() |
static AwsClustersGrpc.AwsClustersBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AwsClustersGrpc.AwsClustersFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AwsClustersGrpc.AwsClustersStub |
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<CreateAwsClusterRequest,com.google.longrunning.Operation> getCreateAwsClusterMethod()
public static io.grpc.MethodDescriptor<UpdateAwsClusterRequest,com.google.longrunning.Operation> getUpdateAwsClusterMethod()
public static io.grpc.MethodDescriptor<GetAwsClusterRequest,AwsCluster> getGetAwsClusterMethod()
public static io.grpc.MethodDescriptor<ListAwsClustersRequest,ListAwsClustersResponse> getListAwsClustersMethod()
public static io.grpc.MethodDescriptor<DeleteAwsClusterRequest,com.google.longrunning.Operation> getDeleteAwsClusterMethod()
public static io.grpc.MethodDescriptor<GenerateAwsClusterAgentTokenRequest,GenerateAwsClusterAgentTokenResponse> getGenerateAwsClusterAgentTokenMethod()
public static io.grpc.MethodDescriptor<GenerateAwsAccessTokenRequest,GenerateAwsAccessTokenResponse> getGenerateAwsAccessTokenMethod()
public static io.grpc.MethodDescriptor<CreateAwsNodePoolRequest,com.google.longrunning.Operation> getCreateAwsNodePoolMethod()
public static io.grpc.MethodDescriptor<UpdateAwsNodePoolRequest,com.google.longrunning.Operation> getUpdateAwsNodePoolMethod()
public static io.grpc.MethodDescriptor<RollbackAwsNodePoolUpdateRequest,com.google.longrunning.Operation> getRollbackAwsNodePoolUpdateMethod()
public static io.grpc.MethodDescriptor<GetAwsNodePoolRequest,AwsNodePool> getGetAwsNodePoolMethod()
public static io.grpc.MethodDescriptor<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse> getListAwsNodePoolsMethod()
public static io.grpc.MethodDescriptor<DeleteAwsNodePoolRequest,com.google.longrunning.Operation> getDeleteAwsNodePoolMethod()
public static io.grpc.MethodDescriptor<GetAwsOpenIdConfigRequest,AwsOpenIdConfig> getGetAwsOpenIdConfigMethod()
public static io.grpc.MethodDescriptor<GetAwsJsonWebKeysRequest,AwsJsonWebKeys> getGetAwsJsonWebKeysMethod()
public static io.grpc.MethodDescriptor<GetAwsServerConfigRequest,AwsServerConfig> getGetAwsServerConfigMethod()
public static AwsClustersGrpc.AwsClustersStub newStub(io.grpc.Channel channel)
public static AwsClustersGrpc.AwsClustersBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AwsClustersGrpc.AwsClustersFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AwsClustersGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.