@Generated(value="by gRPC proto compiler (version 1.10.0)",
comments="Source: google/appengine/v1/appengine.proto")
public final class InstancesGrpc
extends java.lang.Object
Manages instances of a version.
Modifier and Type | Class and Description |
---|---|
static class |
InstancesGrpc.InstancesBlockingStub
Manages instances of a version.
|
static class |
InstancesGrpc.InstancesFutureStub
Manages instances of a version.
|
static class |
InstancesGrpc.InstancesImplBase
Manages instances of a version.
|
static class |
InstancesGrpc.InstancesStub
Manages instances of a version.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<DebugInstanceRequest,Operation> |
METHOD_DEBUG_INSTANCE
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteInstanceRequest,Operation> |
METHOD_DELETE_INSTANCE
Deprecated.
|
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> |
METHOD_GET_INSTANCE
Deprecated.
|
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
METHOD_LIST_INSTANCES
Deprecated.
|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<DebugInstanceRequest,Operation> |
getDebugInstanceMethod() |
static io.grpc.MethodDescriptor<DeleteInstanceRequest,Operation> |
getDeleteInstanceMethod() |
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> |
getGetInstanceMethod() |
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
getListInstancesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static InstancesGrpc.InstancesBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static InstancesGrpc.InstancesFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static InstancesGrpc.InstancesStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> METHOD_LIST_INSTANCES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetInstanceRequest,Instance> METHOD_GET_INSTANCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteInstanceRequest,Operation> METHOD_DELETE_INSTANCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DebugInstanceRequest,Operation> METHOD_DEBUG_INSTANCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteInstanceRequest,Operation> getDeleteInstanceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DebugInstanceRequest,Operation> getDebugInstanceMethod()
public static InstancesGrpc.InstancesStub newStub(io.grpc.Channel channel)
public static InstancesGrpc.InstancesBlockingStub newBlockingStub(io.grpc.Channel channel)
public static InstancesGrpc.InstancesFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()