Package com.google.cloud.dialogflow.v2
Class ConversationModelsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ConversationModelsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/conversation_model.proto") public final class ConversationModelsGrpc extends Object
Manages a collection of models for human agent assistant.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConversationModelsGrpc.AsyncService
Manages a collection of models for human agent assistant.static class
ConversationModelsGrpc.ConversationModelsBlockingStub
A stub to allow clients to do synchronous rpc calls to service ConversationModels.static class
ConversationModelsGrpc.ConversationModelsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ConversationModels.static class
ConversationModelsGrpc.ConversationModelsImplBase
Base class for the server implementation of the service ConversationModels.static class
ConversationModelsGrpc.ConversationModelsStub
A stub to allow clients to do asynchronous rpc calls to service ConversationModels.
-
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(ConversationModelsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateConversationModelEvaluationRequest,com.google.longrunning.Operation>
getCreateConversationModelEvaluationMethod()
static io.grpc.MethodDescriptor<CreateConversationModelRequest,com.google.longrunning.Operation>
getCreateConversationModelMethod()
static io.grpc.MethodDescriptor<DeleteConversationModelRequest,com.google.longrunning.Operation>
getDeleteConversationModelMethod()
static io.grpc.MethodDescriptor<DeployConversationModelRequest,com.google.longrunning.Operation>
getDeployConversationModelMethod()
static io.grpc.MethodDescriptor<GetConversationModelEvaluationRequest,ConversationModelEvaluation>
getGetConversationModelEvaluationMethod()
static io.grpc.MethodDescriptor<GetConversationModelRequest,ConversationModel>
getGetConversationModelMethod()
static io.grpc.MethodDescriptor<ListConversationModelEvaluationsRequest,ListConversationModelEvaluationsResponse>
getListConversationModelEvaluationsMethod()
static io.grpc.MethodDescriptor<ListConversationModelsRequest,ListConversationModelsResponse>
getListConversationModelsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UndeployConversationModelRequest,com.google.longrunning.Operation>
getUndeployConversationModelMethod()
static ConversationModelsGrpc.ConversationModelsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ConversationModelsGrpc.ConversationModelsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ConversationModelsGrpc.ConversationModelsStub
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
-
getCreateConversationModelMethod
public static io.grpc.MethodDescriptor<CreateConversationModelRequest,com.google.longrunning.Operation> getCreateConversationModelMethod()
-
getGetConversationModelMethod
public static io.grpc.MethodDescriptor<GetConversationModelRequest,ConversationModel> getGetConversationModelMethod()
-
getListConversationModelsMethod
public static io.grpc.MethodDescriptor<ListConversationModelsRequest,ListConversationModelsResponse> getListConversationModelsMethod()
-
getDeleteConversationModelMethod
public static io.grpc.MethodDescriptor<DeleteConversationModelRequest,com.google.longrunning.Operation> getDeleteConversationModelMethod()
-
getDeployConversationModelMethod
public static io.grpc.MethodDescriptor<DeployConversationModelRequest,com.google.longrunning.Operation> getDeployConversationModelMethod()
-
getUndeployConversationModelMethod
public static io.grpc.MethodDescriptor<UndeployConversationModelRequest,com.google.longrunning.Operation> getUndeployConversationModelMethod()
-
getGetConversationModelEvaluationMethod
public static io.grpc.MethodDescriptor<GetConversationModelEvaluationRequest,ConversationModelEvaluation> getGetConversationModelEvaluationMethod()
-
getListConversationModelEvaluationsMethod
public static io.grpc.MethodDescriptor<ListConversationModelEvaluationsRequest,ListConversationModelEvaluationsResponse> getListConversationModelEvaluationsMethod()
-
getCreateConversationModelEvaluationMethod
public static io.grpc.MethodDescriptor<CreateConversationModelEvaluationRequest,com.google.longrunning.Operation> getCreateConversationModelEvaluationMethod()
-
newStub
public static ConversationModelsGrpc.ConversationModelsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ConversationModelsGrpc.ConversationModelsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ConversationModelsGrpc.ConversationModelsFutureStub 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(ConversationModelsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-