Package com.google.appengine.v1
Class InstancesGrpc
- java.lang.Object
-
- com.google.appengine.v1.InstancesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/appengine/v1/appengine.proto") public final class InstancesGrpc extends Object
Manages instances of a version.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InstancesGrpc.AsyncService
Manages instances of a version.static class
InstancesGrpc.InstancesBlockingStub
A stub to allow clients to do synchronous rpc calls to service Instances.static class
InstancesGrpc.InstancesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Instances.static class
InstancesGrpc.InstancesImplBase
Base class for the server implementation of the service Instances.static class
InstancesGrpc.InstancesStub
A stub to allow clients to do asynchronous rpc calls to service Instances.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(InstancesGrpc.AsyncService service)
static io.grpc.MethodDescriptor<DebugInstanceRequest,com.google.longrunning.Operation>
getDebugInstanceMethod()
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.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 servicestatic InstancesGrpc.InstancesFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic InstancesGrpc.InstancesStub
newStub(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
-
getListInstancesMethod
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
-
getGetInstanceMethod
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
-
getDeleteInstanceMethod
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
-
getDebugInstanceMethod
public static io.grpc.MethodDescriptor<DebugInstanceRequest,com.google.longrunning.Operation> getDebugInstanceMethod()
-
newStub
public static InstancesGrpc.InstancesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static InstancesGrpc.InstancesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static InstancesGrpc.InstancesFutureStub 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(InstancesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-