Class AttachedClustersGrpc
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AttachedClustersGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttachedClustersGrpc.AsyncServiceThe AttachedClusters API provides a single centrally managed service to register and manage Anthos attached clusters that run on customer's owned infrastructure.static classAttachedClustersGrpc.AttachedClustersBlockingStubA stub to allow clients to do synchronous rpc calls to service AttachedClusters.static classAttachedClustersGrpc.AttachedClustersFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service AttachedClusters.static classAttachedClustersGrpc.AttachedClustersImplBaseBase class for the server implementation of the service AttachedClusters.static classAttachedClustersGrpc.AttachedClustersStubA stub to allow clients to do asynchronous rpc calls to service AttachedClusters.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateAttachedClusterRequest,com.google.longrunning.Operation>getUpdateAttachedClusterMethod()static AttachedClustersGrpc.AttachedClustersBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AttachedClustersGrpc.AttachedClustersFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AttachedClustersGrpc.AttachedClustersStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateAttachedClusterMethod
public static io.grpc.MethodDescriptor<CreateAttachedClusterRequest,com.google.longrunning.Operation> getCreateAttachedClusterMethod()
-
getUpdateAttachedClusterMethod
public static io.grpc.MethodDescriptor<UpdateAttachedClusterRequest,com.google.longrunning.Operation> getUpdateAttachedClusterMethod()
-
getImportAttachedClusterMethod
public static io.grpc.MethodDescriptor<ImportAttachedClusterRequest,com.google.longrunning.Operation> getImportAttachedClusterMethod()
-
getGetAttachedClusterMethod
public static io.grpc.MethodDescriptor<GetAttachedClusterRequest,AttachedCluster> getGetAttachedClusterMethod()
-
getListAttachedClustersMethod
public static io.grpc.MethodDescriptor<ListAttachedClustersRequest,ListAttachedClustersResponse> getListAttachedClustersMethod()
-
getDeleteAttachedClusterMethod
public static io.grpc.MethodDescriptor<DeleteAttachedClusterRequest,com.google.longrunning.Operation> getDeleteAttachedClusterMethod()
-
getGetAttachedServerConfigMethod
public static io.grpc.MethodDescriptor<GetAttachedServerConfigRequest,AttachedServerConfig> getGetAttachedServerConfigMethod()
-
getGenerateAttachedClusterInstallManifestMethod
public static io.grpc.MethodDescriptor<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse> getGenerateAttachedClusterInstallManifestMethod()
-
newStub
public static AttachedClustersGrpc.AttachedClustersStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AttachedClustersGrpc.AttachedClustersBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AttachedClustersGrpc.AttachedClustersFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(AttachedClustersGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-