Class AgentsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.AgentsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/cx/v3/agent.proto") public final class AgentsGrpc extends Object
Service for managing [Agents][google.cloud.dialogflow.cx.v3.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.cx.v3.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<CreateAgentRequest,Agent>
getCreateAgentMethod()
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<GetAgentValidationResultRequest,AgentValidationResult>
getGetAgentValidationResultMethod()
static io.grpc.MethodDescriptor<GetGenerativeSettingsRequest,GenerativeSettings>
getGetGenerativeSettingsMethod()
static io.grpc.MethodDescriptor<ListAgentsRequest,ListAgentsResponse>
getListAgentsMethod()
static io.grpc.MethodDescriptor<RestoreAgentRequest,com.google.longrunning.Operation>
getRestoreAgentMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateAgentRequest,Agent>
getUpdateAgentMethod()
static io.grpc.MethodDescriptor<UpdateGenerativeSettingsRequest,GenerativeSettings>
getUpdateGenerativeSettingsMethod()
static io.grpc.MethodDescriptor<ValidateAgentRequest,AgentValidationResult>
getValidateAgentMethod()
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
-
getListAgentsMethod
public static io.grpc.MethodDescriptor<ListAgentsRequest,ListAgentsResponse> getListAgentsMethod()
-
getGetAgentMethod
public static io.grpc.MethodDescriptor<GetAgentRequest,Agent> getGetAgentMethod()
-
getCreateAgentMethod
public static io.grpc.MethodDescriptor<CreateAgentRequest,Agent> getCreateAgentMethod()
-
getUpdateAgentMethod
public static io.grpc.MethodDescriptor<UpdateAgentRequest,Agent> getUpdateAgentMethod()
-
getDeleteAgentMethod
public static io.grpc.MethodDescriptor<DeleteAgentRequest,com.google.protobuf.Empty> getDeleteAgentMethod()
-
getExportAgentMethod
public static io.grpc.MethodDescriptor<ExportAgentRequest,com.google.longrunning.Operation> getExportAgentMethod()
-
getRestoreAgentMethod
public static io.grpc.MethodDescriptor<RestoreAgentRequest,com.google.longrunning.Operation> getRestoreAgentMethod()
-
getValidateAgentMethod
public static io.grpc.MethodDescriptor<ValidateAgentRequest,AgentValidationResult> getValidateAgentMethod()
-
getGetAgentValidationResultMethod
public static io.grpc.MethodDescriptor<GetAgentValidationResultRequest,AgentValidationResult> getGetAgentValidationResultMethod()
-
getGetGenerativeSettingsMethod
public static io.grpc.MethodDescriptor<GetGenerativeSettingsRequest,GenerativeSettings> getGetGenerativeSettingsMethod()
-
getUpdateGenerativeSettingsMethod
public static io.grpc.MethodDescriptor<UpdateGenerativeSettingsRequest,GenerativeSettings> getUpdateGenerativeSettingsMethod()
-
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()
-
-