@Generated(value="by gRPC proto compiler (version 1.10.0)",
comments="Source: google/appengine/v1/appengine.proto")
public final class ApplicationsGrpc
extends java.lang.Object
Manages App Engine applications.
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationsGrpc.ApplicationsBlockingStub
Manages App Engine applications.
|
static class |
ApplicationsGrpc.ApplicationsFutureStub
Manages App Engine applications.
|
static class |
ApplicationsGrpc.ApplicationsImplBase
Manages App Engine applications.
|
static class |
ApplicationsGrpc.ApplicationsStub
Manages App Engine applications.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GetApplicationRequest,Application> |
METHOD_GET_APPLICATION
Deprecated.
|
static io.grpc.MethodDescriptor<RepairApplicationRequest,Operation> |
METHOD_REPAIR_APPLICATION
Deprecated.
|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetApplicationRequest,Application> |
getGetApplicationMethod() |
static io.grpc.MethodDescriptor<RepairApplicationRequest,Operation> |
getRepairApplicationMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ApplicationsGrpc.ApplicationsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ApplicationsGrpc.ApplicationsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ApplicationsGrpc.ApplicationsStub |
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<GetApplicationRequest,Application> METHOD_GET_APPLICATION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<RepairApplicationRequest,Operation> METHOD_REPAIR_APPLICATION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetApplicationRequest,Application> getGetApplicationMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<RepairApplicationRequest,Operation> getRepairApplicationMethod()
public static ApplicationsGrpc.ApplicationsStub newStub(io.grpc.Channel channel)
public static ApplicationsGrpc.ApplicationsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ApplicationsGrpc.ApplicationsFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()