@Generated(value="by gRPC proto compiler", comments="Source: google/appengine/v1/appengine.proto") public final class InstancesGrpc extends Object
Manages instances of a version.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 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 String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
public static io.grpc.MethodDescriptor<DebugInstanceRequest,com.google.longrunning.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 final io.grpc.ServerServiceDefinition bindService(InstancesGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.