Class InstancesGrpc (2.3.3)

public final class InstancesGrpc

Manages instances of a version.

Inheritance

java.lang.Object > InstancesGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getDebugInstanceMethod()

public static MethodDescriptor<DebugInstanceRequest,Operation> getDebugInstanceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DebugInstanceRequest,Operation>

getDeleteInstanceMethod()

public static MethodDescriptor<DeleteInstanceRequest,Operation> getDeleteInstanceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteInstanceRequest,Operation>

getGetInstanceMethod()

public static MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetInstanceRequest,Instance>

getListInstancesMethod()

public static MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static InstancesGrpc.InstancesBlockingStub 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
InstancesGrpc.InstancesBlockingStub

newFutureStub(Channel channel)

public static InstancesGrpc.InstancesFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
InstancesGrpc.InstancesFutureStub

newStub(Channel channel)

public static InstancesGrpc.InstancesStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
InstancesGrpc.InstancesStub