Package com.google.cloud.dialogflow.v2
Class VersionsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.VersionsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/version.proto") public final class VersionsGrpc extends Object
Service for managing [Versions][google.cloud.dialogflow.v2.Version].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VersionsGrpc.AsyncService
Service for managing [Versions][google.cloud.dialogflow.v2.Version].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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(VersionsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateVersionRequest,Version>
getCreateVersionMethod()
static io.grpc.MethodDescriptor<DeleteVersionRequest,com.google.protobuf.Empty>
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,Version>
getUpdateVersionMethod()
static VersionsGrpc.VersionsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic VersionsGrpc.VersionsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic VersionsGrpc.VersionsStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListVersionsMethod
public static io.grpc.MethodDescriptor<ListVersionsRequest,ListVersionsResponse> getListVersionsMethod()
-
getGetVersionMethod
public static io.grpc.MethodDescriptor<GetVersionRequest,Version> getGetVersionMethod()
-
getCreateVersionMethod
public static io.grpc.MethodDescriptor<CreateVersionRequest,Version> getCreateVersionMethod()
-
getUpdateVersionMethod
public static io.grpc.MethodDescriptor<UpdateVersionRequest,Version> getUpdateVersionMethod()
-
getDeleteVersionMethod
public static io.grpc.MethodDescriptor<DeleteVersionRequest,com.google.protobuf.Empty> getDeleteVersionMethod()
-
newStub
public static VersionsGrpc.VersionsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static VersionsGrpc.VersionsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static VersionsGrpc.VersionsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(VersionsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-