Class HypercomputeClusterGrpc (0.1.0)

public final class HypercomputeClusterGrpc

Service describing handlers for resources

Inheritance

java.lang.Object > HypercomputeClusterGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(HypercomputeClusterGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(HypercomputeClusterGrpc.AsyncService service)
Parameter
Name Description
service HypercomputeClusterGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateClusterMethod()

public static MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateClusterRequest,Operation>

getDeleteClusterMethod()

public static MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteClusterRequest,Operation>

getGetClusterMethod()

public static MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetClusterRequest,Cluster>

getListClustersMethod()

public static MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateClusterMethod()

public static MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateClusterRequest,Operation>

newBlockingStub(Channel channel)

public static HypercomputeClusterGrpc.HypercomputeClusterBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
HypercomputeClusterGrpc.HypercomputeClusterBlockingStub

newBlockingV2Stub(Channel channel)

public static HypercomputeClusterGrpc.HypercomputeClusterBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
HypercomputeClusterGrpc.HypercomputeClusterBlockingV2Stub

newFutureStub(Channel channel)

public static HypercomputeClusterGrpc.HypercomputeClusterFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
HypercomputeClusterGrpc.HypercomputeClusterFutureStub

newStub(Channel channel)

public static HypercomputeClusterGrpc.HypercomputeClusterStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
HypercomputeClusterGrpc.HypercomputeClusterStub