@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/gkemulticloud/v1/attached_service.proto") public final class AttachedClustersGrpc extends Object
The AttachedClusters API provides a single centrally managed service to register and manage Anthos attached clusters that run on customer's owned infrastructure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachedClustersGrpc.AsyncService
The AttachedClusters API provides a single centrally managed service
to register and manage Anthos attached clusters that run on customer's owned
infrastructure.
|
static class |
AttachedClustersGrpc.AttachedClustersBlockingStub
A stub to allow clients to do synchronous rpc calls to service AttachedClusters.
|
static class |
AttachedClustersGrpc.AttachedClustersFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AttachedClusters.
|
static class |
AttachedClustersGrpc.AttachedClustersImplBase
Base class for the server implementation of the service AttachedClusters.
|
static class |
AttachedClustersGrpc.AttachedClustersStub
A stub to allow clients to do asynchronous rpc calls to service AttachedClusters.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateAttachedClusterRequest,com.google.longrunning.Operation> getCreateAttachedClusterMethod()
public static io.grpc.MethodDescriptor<UpdateAttachedClusterRequest,com.google.longrunning.Operation> getUpdateAttachedClusterMethod()
public static io.grpc.MethodDescriptor<ImportAttachedClusterRequest,com.google.longrunning.Operation> getImportAttachedClusterMethod()
public static io.grpc.MethodDescriptor<GetAttachedClusterRequest,AttachedCluster> getGetAttachedClusterMethod()
public static io.grpc.MethodDescriptor<ListAttachedClustersRequest,ListAttachedClustersResponse> getListAttachedClustersMethod()
public static io.grpc.MethodDescriptor<DeleteAttachedClusterRequest,com.google.longrunning.Operation> getDeleteAttachedClusterMethod()
public static io.grpc.MethodDescriptor<GetAttachedServerConfigRequest,AttachedServerConfig> getGetAttachedServerConfigMethod()
public static io.grpc.MethodDescriptor<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse> getGenerateAttachedClusterInstallManifestMethod()
public static io.grpc.MethodDescriptor<GenerateAttachedClusterAgentTokenRequest,GenerateAttachedClusterAgentTokenResponse> getGenerateAttachedClusterAgentTokenMethod()
public static AttachedClustersGrpc.AttachedClustersStub newStub(io.grpc.Channel channel)
public static AttachedClustersGrpc.AttachedClustersBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AttachedClustersGrpc.AttachedClustersFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AttachedClustersGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.