@Generated(value="by gRPC proto compiler (version 1.10.0)",
comments="Source: google/appengine/v1/appengine.proto")
public final class VersionsGrpc
extends java.lang.Object
Manages versions of a service.
Modifier and Type | Class and Description |
---|---|
static class |
VersionsGrpc.VersionsBlockingStub
Manages versions of a service.
|
static class |
VersionsGrpc.VersionsFutureStub
Manages versions of a service.
|
static class |
VersionsGrpc.VersionsImplBase
Manages versions of a service.
|
static class |
VersionsGrpc.VersionsStub
Manages versions of a service.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<CreateVersionRequest,Operation> |
METHOD_CREATE_VERSION
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteVersionRequest,Operation> |
METHOD_DELETE_VERSION
Deprecated.
|
static io.grpc.MethodDescriptor<GetVersionRequest,Version> |
METHOD_GET_VERSION
Deprecated.
|
static io.grpc.MethodDescriptor<ListVersionsRequest,ListVersionsResponse> |
METHOD_LIST_VERSIONS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateVersionRequest,Operation> |
METHOD_UPDATE_VERSION
Deprecated.
|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<CreateVersionRequest,Operation> |
getCreateVersionMethod() |
static io.grpc.MethodDescriptor<DeleteVersionRequest,Operation> |
getDeleteVersionMethod() |
static io.grpc.MethodDescriptor<GetVersionRequest,Version> |
getGetVersionMethod() |
static io.grpc.MethodDescriptor<ListVersionsRequest,ListVersionsResponse> |
getListVersionsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateVersionRequest,Operation> |
getUpdateVersionMethod() |
static VersionsGrpc.VersionsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static VersionsGrpc.VersionsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static VersionsGrpc.VersionsStub |
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<ListVersionsRequest,ListVersionsResponse> METHOD_LIST_VERSIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetVersionRequest,Version> METHOD_GET_VERSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateVersionRequest,Operation> METHOD_CREATE_VERSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateVersionRequest,Operation> METHOD_UPDATE_VERSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteVersionRequest,Operation> METHOD_DELETE_VERSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListVersionsRequest,ListVersionsResponse> getListVersionsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetVersionRequest,Version> getGetVersionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateVersionRequest,Operation> getCreateVersionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateVersionRequest,Operation> getUpdateVersionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteVersionRequest,Operation> getDeleteVersionMethod()
public static VersionsGrpc.VersionsStub newStub(io.grpc.Channel channel)
public static VersionsGrpc.VersionsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static VersionsGrpc.VersionsFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()