Package com.google.cloud.dialogflow.v2
Class AgentsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.AgentsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/agent.proto") public final class AgentsGrpc extends Object
Service for managing [Agents][google.cloud.dialogflow.v2.Agent].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AgentsGrpc.AgentsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Agents.static class
AgentsGrpc.AgentsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Agents.static class
AgentsGrpc.AgentsImplBase
Base class for the server implementation of the service Agents.static class
AgentsGrpc.AgentsStub
A stub to allow clients to do asynchronous rpc calls to service Agents.static interface
AgentsGrpc.AsyncService
Service for managing [Agents][google.cloud.dialogflow.v2.Agent].
-
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(AgentsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<DeleteAgentRequest,com.google.protobuf.Empty>
getDeleteAgentMethod()
static io.grpc.MethodDescriptor<ExportAgentRequest,com.google.longrunning.Operation>
getExportAgentMethod()
static io.grpc.MethodDescriptor<GetAgentRequest,Agent>
getGetAgentMethod()
static io.grpc.MethodDescriptor<GetValidationResultRequest,ValidationResult>
getGetValidationResultMethod()
static io.grpc.MethodDescriptor<ImportAgentRequest,com.google.longrunning.Operation>
getImportAgentMethod()
static io.grpc.MethodDescriptor<RestoreAgentRequest,com.google.longrunning.Operation>
getRestoreAgentMethod()
static io.grpc.MethodDescriptor<SearchAgentsRequest,SearchAgentsResponse>
getSearchAgentsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<SetAgentRequest,Agent>
getSetAgentMethod()
static io.grpc.MethodDescriptor<TrainAgentRequest,com.google.longrunning.Operation>
getTrainAgentMethod()
static AgentsGrpc.AgentsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AgentsGrpc.AgentsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AgentsGrpc.AgentsStub
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
-
getGetAgentMethod
public static io.grpc.MethodDescriptor<GetAgentRequest,Agent> getGetAgentMethod()
-
getSetAgentMethod
public static io.grpc.MethodDescriptor<SetAgentRequest,Agent> getSetAgentMethod()
-
getDeleteAgentMethod
public static io.grpc.MethodDescriptor<DeleteAgentRequest,com.google.protobuf.Empty> getDeleteAgentMethod()
-
getSearchAgentsMethod
public static io.grpc.MethodDescriptor<SearchAgentsRequest,SearchAgentsResponse> getSearchAgentsMethod()
-
getTrainAgentMethod
public static io.grpc.MethodDescriptor<TrainAgentRequest,com.google.longrunning.Operation> getTrainAgentMethod()
-
getExportAgentMethod
public static io.grpc.MethodDescriptor<ExportAgentRequest,com.google.longrunning.Operation> getExportAgentMethod()
-
getImportAgentMethod
public static io.grpc.MethodDescriptor<ImportAgentRequest,com.google.longrunning.Operation> getImportAgentMethod()
-
getRestoreAgentMethod
public static io.grpc.MethodDescriptor<RestoreAgentRequest,com.google.longrunning.Operation> getRestoreAgentMethod()
-
getGetValidationResultMethod
public static io.grpc.MethodDescriptor<GetValidationResultRequest,ValidationResult> getGetValidationResultMethod()
-
newStub
public static AgentsGrpc.AgentsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AgentsGrpc.AgentsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AgentsGrpc.AgentsFutureStub 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(AgentsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-