Class AttachedClustersGrpc (0.40.0)

public final class AttachedClustersGrpc

The AttachedClusters API provides a single centrally managed service to register and manage Anthos attached clusters that run on customer's owned infrastructure.

Inheritance

java.lang.Object > AttachedClustersGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AttachedClustersGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AttachedClustersGrpc.AsyncService service)
Parameter
NameDescription
serviceAttachedClustersGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateAttachedClusterMethod()

public static MethodDescriptor<CreateAttachedClusterRequest,Operation> getCreateAttachedClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAttachedClusterRequest,Operation>

getDeleteAttachedClusterMethod()

public static MethodDescriptor<DeleteAttachedClusterRequest,Operation> getDeleteAttachedClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAttachedClusterRequest,Operation>

getGenerateAttachedClusterAgentTokenMethod()

public static MethodDescriptor<GenerateAttachedClusterAgentTokenRequest,GenerateAttachedClusterAgentTokenResponse> getGenerateAttachedClusterAgentTokenMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GenerateAttachedClusterAgentTokenRequest,GenerateAttachedClusterAgentTokenResponse>

getGenerateAttachedClusterInstallManifestMethod()

public static MethodDescriptor<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse> getGenerateAttachedClusterInstallManifestMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse>

getGetAttachedClusterMethod()

public static MethodDescriptor<GetAttachedClusterRequest,AttachedCluster> getGetAttachedClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAttachedClusterRequest,AttachedCluster>

getGetAttachedServerConfigMethod()

public static MethodDescriptor<GetAttachedServerConfigRequest,AttachedServerConfig> getGetAttachedServerConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAttachedServerConfigRequest,AttachedServerConfig>

getImportAttachedClusterMethod()

public static MethodDescriptor<ImportAttachedClusterRequest,Operation> getImportAttachedClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ImportAttachedClusterRequest,Operation>

getListAttachedClustersMethod()

public static MethodDescriptor<ListAttachedClustersRequest,ListAttachedClustersResponse> getListAttachedClustersMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAttachedClustersRequest,ListAttachedClustersResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateAttachedClusterMethod()

public static MethodDescriptor<UpdateAttachedClusterRequest,Operation> getUpdateAttachedClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAttachedClusterRequest,Operation>

newBlockingStub(Channel channel)

public static AttachedClustersGrpc.AttachedClustersBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AttachedClustersGrpc.AttachedClustersBlockingStub

newFutureStub(Channel channel)

public static AttachedClustersGrpc.AttachedClustersFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AttachedClustersGrpc.AttachedClustersFutureStub

newStub(Channel channel)

public static AttachedClustersGrpc.AttachedClustersStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AttachedClustersGrpc.AttachedClustersStub