@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 |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(AttachedClustersGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateAttachedClusterRequest,com.google.longrunning.Operation> |
getCreateAttachedClusterMethod() |
static io.grpc.MethodDescriptor<DeleteAttachedClusterRequest,com.google.longrunning.Operation> |
getDeleteAttachedClusterMethod() |
static io.grpc.MethodDescriptor<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse> |
getGenerateAttachedClusterInstallManifestMethod() |
static io.grpc.MethodDescriptor<GetAttachedClusterRequest,AttachedCluster> |
getGetAttachedClusterMethod() |
static io.grpc.MethodDescriptor<GetAttachedServerConfigRequest,AttachedServerConfig> |
getGetAttachedServerConfigMethod() |
static io.grpc.MethodDescriptor<ImportAttachedClusterRequest,com.google.longrunning.Operation> |
getImportAttachedClusterMethod() |
static io.grpc.MethodDescriptor<ListAttachedClustersRequest,ListAttachedClustersResponse> |
getListAttachedClustersMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateAttachedClusterRequest,com.google.longrunning.Operation> |
getUpdateAttachedClusterMethod() |
static AttachedClustersGrpc.AttachedClustersBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AttachedClustersGrpc.AttachedClustersFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AttachedClustersGrpc.AttachedClustersStub |
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<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 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 © 2023 Google LLC. All rights reserved.