Class VersionsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.VersionsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/cx/v3beta1/version.proto") public final class VersionsGrpc extends Object
Service for managing [Versions][google.cloud.dialogflow.cx.v3beta1.Version].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVersionsGrpc.AsyncServiceService for managing [Versions][google.cloud.dialogflow.cx.v3beta1.Version].static classVersionsGrpc.VersionsBlockingStubA stub to allow clients to do synchronous rpc calls to service Versions.static classVersionsGrpc.VersionsFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Versions.static classVersionsGrpc.VersionsImplBaseBase class for the server implementation of the service Versions.static classVersionsGrpc.VersionsStubA stub to allow clients to do asynchronous rpc calls to service Versions.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(VersionsGrpc.AsyncService service)static io.grpc.MethodDescriptor<CompareVersionsRequest,CompareVersionsResponse>getCompareVersionsMethod()static io.grpc.MethodDescriptor<CreateVersionRequest,com.google.longrunning.Operation>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.MethodDescriptor<LoadVersionRequest,com.google.longrunning.Operation>getLoadVersionMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateVersionRequest,Version>getUpdateVersionMethod()static VersionsGrpc.VersionsBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic VersionsGrpc.VersionsFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic VersionsGrpc.VersionsStubnewStub(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,com.google.longrunning.Operation> getCreateVersionMethod()
-
getUpdateVersionMethod
public static io.grpc.MethodDescriptor<UpdateVersionRequest,Version> getUpdateVersionMethod()
-
getDeleteVersionMethod
public static io.grpc.MethodDescriptor<DeleteVersionRequest,com.google.protobuf.Empty> getDeleteVersionMethod()
-
getLoadVersionMethod
public static io.grpc.MethodDescriptor<LoadVersionRequest,com.google.longrunning.Operation> getLoadVersionMethod()
-
getCompareVersionsMethod
public static io.grpc.MethodDescriptor<CompareVersionsRequest,CompareVersionsResponse> getCompareVersionsMethod()
-
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()
-
-