@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].
| Modifier and Type | Class and 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].
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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<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<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 service
|
static AgentsGrpc.AgentsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AgentsGrpc.AgentsStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListAgentsRequest,ListAgentsResponse> getListAgentsMethod()
public static io.grpc.MethodDescriptor<GetAgentRequest,Agent> getGetAgentMethod()
public static io.grpc.MethodDescriptor<CreateAgentRequest,Agent> getCreateAgentMethod()
public static io.grpc.MethodDescriptor<UpdateAgentRequest,Agent> getUpdateAgentMethod()
public static io.grpc.MethodDescriptor<DeleteAgentRequest,com.google.protobuf.Empty> getDeleteAgentMethod()
public static io.grpc.MethodDescriptor<ExportAgentRequest,com.google.longrunning.Operation> getExportAgentMethod()
public static io.grpc.MethodDescriptor<RestoreAgentRequest,com.google.longrunning.Operation> getRestoreAgentMethod()
public static io.grpc.MethodDescriptor<ValidateAgentRequest,AgentValidationResult> getValidateAgentMethod()
public static io.grpc.MethodDescriptor<GetAgentValidationResultRequest,AgentValidationResult> getGetAgentValidationResultMethod()
public static AgentsGrpc.AgentsStub newStub(io.grpc.Channel channel)
public static AgentsGrpc.AgentsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AgentsGrpc.AgentsFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AgentsGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.