@Generated(value="by gRPC proto compiler", comments="Source: google/appengine/v1/appengine.proto") public final class VersionsGrpc extends Object
Manages versions of a service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VersionsGrpc.AsyncService
Manages versions of a service.
|
static class |
VersionsGrpc.VersionsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Versions.
|
static class |
VersionsGrpc.VersionsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Versions.
|
static class |
VersionsGrpc.VersionsImplBase
Base class for the server implementation of the service Versions.
|
static class |
VersionsGrpc.VersionsStub
A stub to allow clients to do asynchronous rpc calls to service Versions.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(VersionsGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateVersionRequest,com.google.longrunning.Operation> |
getCreateVersionMethod() |
static io.grpc.MethodDescriptor<DeleteVersionRequest,com.google.longrunning.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,com.google.longrunning.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 String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListVersionsRequest,ListVersionsResponse> getListVersionsMethod()
public static io.grpc.MethodDescriptor<GetVersionRequest,Version> getGetVersionMethod()
public static io.grpc.MethodDescriptor<CreateVersionRequest,com.google.longrunning.Operation> getCreateVersionMethod()
public static io.grpc.MethodDescriptor<UpdateVersionRequest,com.google.longrunning.Operation> getUpdateVersionMethod()
public static io.grpc.MethodDescriptor<DeleteVersionRequest,com.google.longrunning.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 final io.grpc.ServerServiceDefinition bindService(VersionsGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.