@Generated(value="by gRPC proto compiler (version 1.10.0)",
comments="Source: google/appengine/v1/appengine.proto")
public final class ServicesGrpc
extends java.lang.Object
Manages services of an application.
Modifier and Type | Class and Description |
---|---|
static class |
ServicesGrpc.ServicesBlockingStub
Manages services of an application.
|
static class |
ServicesGrpc.ServicesFutureStub
Manages services of an application.
|
static class |
ServicesGrpc.ServicesImplBase
Manages services of an application.
|
static class |
ServicesGrpc.ServicesStub
Manages services of an application.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<DeleteServiceRequest,Operation> |
METHOD_DELETE_SERVICE
Deprecated.
|
static io.grpc.MethodDescriptor<GetServiceRequest,Service> |
METHOD_GET_SERVICE
Deprecated.
|
static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> |
METHOD_LIST_SERVICES
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateServiceRequest,Operation> |
METHOD_UPDATE_SERVICE
Deprecated.
|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<DeleteServiceRequest,Operation> |
getDeleteServiceMethod() |
static io.grpc.MethodDescriptor<GetServiceRequest,Service> |
getGetServiceMethod() |
static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> |
getListServicesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateServiceRequest,Operation> |
getUpdateServiceMethod() |
static ServicesGrpc.ServicesBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ServicesGrpc.ServicesFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ServicesGrpc.ServicesStub |
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<ListServicesRequest,ListServicesResponse> METHOD_LIST_SERVICES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetServiceRequest,Service> METHOD_GET_SERVICE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateServiceRequest,Operation> METHOD_UPDATE_SERVICE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteServiceRequest,Operation> METHOD_DELETE_SERVICE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateServiceRequest,Operation> getUpdateServiceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteServiceRequest,Operation> getDeleteServiceMethod()
public static ServicesGrpc.ServicesStub newStub(io.grpc.Channel channel)
public static ServicesGrpc.ServicesBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ServicesGrpc.ServicesFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()