Uses of Class
com.google.cloud.dialogflow.cx.v3.UpdateAgentRequest
-
Packages that use UpdateAgentRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of UpdateAgentRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return UpdateAgentRequest Modifier and Type Method Description UpdateAgentRequest
UpdateAgentRequest.Builder. build()
UpdateAgentRequest
UpdateAgentRequest.Builder. buildPartial()
static UpdateAgentRequest
UpdateAgentRequest. getDefaultInstance()
UpdateAgentRequest
UpdateAgentRequest.Builder. getDefaultInstanceForType()
UpdateAgentRequest
UpdateAgentRequest. getDefaultInstanceForType()
static UpdateAgentRequest
UpdateAgentRequest. parseDelimitedFrom(InputStream input)
static UpdateAgentRequest
UpdateAgentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(byte[] data)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(InputStream input)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(ByteBuffer data)
static UpdateAgentRequest
UpdateAgentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type UpdateAgentRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateAgentRequest>
UpdateAgentRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateAgentRequest,Agent>
AgentsGrpc. getUpdateAgentMethod()
static com.google.protobuf.Parser<UpdateAgentRequest>
UpdateAgentRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateAgentRequest,Agent>
AgentsClient. updateAgentCallable()
Updates the specified agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAgentRequest,Agent>
AgentsSettings.Builder. updateAgentSettings()
Returns the builder for the settings used for calls to updateAgent.com.google.api.gax.rpc.UnaryCallSettings<UpdateAgentRequest,Agent>
AgentsSettings. updateAgentSettings()
Returns the object with the settings used for calls to updateAgent.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type UpdateAgentRequest Modifier and Type Method Description UpdateAgentRequest.Builder
UpdateAgentRequest.Builder. mergeFrom(UpdateAgentRequest other)
static UpdateAgentRequest.Builder
UpdateAgentRequest. newBuilder(UpdateAgentRequest prototype)
Agent
AgentsClient. updateAgent(UpdateAgentRequest request)
Updates the specified agent.Agent
AgentsGrpc.AgentsBlockingStub. updateAgent(UpdateAgentRequest request)
Updates the specified agent.com.google.common.util.concurrent.ListenableFuture<Agent>
AgentsGrpc.AgentsFutureStub. updateAgent(UpdateAgentRequest request)
Updates the specified agent.void
AgentsGrpc.AgentsStub. updateAgent(UpdateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)
Updates the specified agent.default void
AgentsGrpc.AsyncService. updateAgent(UpdateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)
Updates the specified agent. -
Uses of UpdateAgentRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type UpdateAgentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateAgentRequest,Agent>
AgentsStub. updateAgentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAgentRequest,Agent>
GrpcAgentsStub. updateAgentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAgentRequest,Agent>
HttpJsonAgentsStub. updateAgentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAgentRequest,Agent>
AgentsStubSettings.Builder. updateAgentSettings()
Returns the builder for the settings used for calls to updateAgent.com.google.api.gax.rpc.UnaryCallSettings<UpdateAgentRequest,Agent>
AgentsStubSettings. updateAgentSettings()
Returns the object with the settings used for calls to updateAgent.
-