@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2beta1/version.proto") public final class VersionsGrpc extends Object
Service for managing [Versions][google.cloud.dialogflow.v2beta1.Version].
Modifier and Type | Class and Description |
---|---|
static class |
VersionsGrpc.VersionsBlockingStub
Service for managing [Versions][google.cloud.dialogflow.v2beta1.Version].
|
static class |
VersionsGrpc.VersionsFutureStub
Service for managing [Versions][google.cloud.dialogflow.v2beta1.Version].
|
static class |
VersionsGrpc.VersionsImplBase
Service for managing [Versions][google.cloud.dialogflow.v2beta1.Version].
|
static class |
VersionsGrpc.VersionsStub
Service for managing [Versions][google.cloud.dialogflow.v2beta1.Version].
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateVersionRequest,Version> |
getCreateVersionMethod() |
static MethodDescriptor<DeleteVersionRequest,Empty> |
getDeleteVersionMethod() |
static MethodDescriptor<GetVersionRequest,Version> |
getGetVersionMethod() |
static MethodDescriptor<ListVersionsRequest,ListVersionsResponse> |
getListVersionsMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<UpdateVersionRequest,Version> |
getUpdateVersionMethod() |
static VersionsGrpc.VersionsBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static VersionsGrpc.VersionsFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static VersionsGrpc.VersionsStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<ListVersionsRequest,ListVersionsResponse> getListVersionsMethod()
public static MethodDescriptor<GetVersionRequest,Version> getGetVersionMethod()
public static MethodDescriptor<CreateVersionRequest,Version> getCreateVersionMethod()
public static MethodDescriptor<UpdateVersionRequest,Version> getUpdateVersionMethod()
public static MethodDescriptor<DeleteVersionRequest,Empty> getDeleteVersionMethod()
public static VersionsGrpc.VersionsStub newStub(Channel channel)
public static VersionsGrpc.VersionsBlockingStub newBlockingStub(Channel channel)
public static VersionsGrpc.VersionsFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.