Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.UpdateAgentRequest
-
Packages that use UpdateAgentRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of UpdateAgentRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return UpdateAgentRequest Modifier and Type Method Description UpdateAgentRequestUpdateAgentRequest.Builder. build()UpdateAgentRequestUpdateAgentRequest.Builder. buildPartial()static UpdateAgentRequestUpdateAgentRequest. getDefaultInstance()UpdateAgentRequestUpdateAgentRequest.Builder. getDefaultInstanceForType()UpdateAgentRequestUpdateAgentRequest. getDefaultInstanceForType()static UpdateAgentRequestUpdateAgentRequest. parseDelimitedFrom(InputStream input)static UpdateAgentRequestUpdateAgentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAgentRequestUpdateAgentRequest. parseFrom(byte[] data)static UpdateAgentRequestUpdateAgentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAgentRequestUpdateAgentRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateAgentRequestUpdateAgentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAgentRequestUpdateAgentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateAgentRequestUpdateAgentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAgentRequestUpdateAgentRequest. parseFrom(InputStream input)static UpdateAgentRequestUpdateAgentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAgentRequestUpdateAgentRequest. parseFrom(ByteBuffer data)static UpdateAgentRequestUpdateAgentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type UpdateAgentRequest Modifier and Type Method Description UpdateAgentRequest.BuilderUpdateAgentRequest.Builder. mergeFrom(UpdateAgentRequest other)static UpdateAgentRequest.BuilderUpdateAgentRequest. newBuilder(UpdateAgentRequest prototype)AgentAgentsClient. updateAgent(UpdateAgentRequest request)Updates the specified agent.AgentAgentsGrpc.AgentsBlockingStub. updateAgent(UpdateAgentRequest request)Updates the specified agent.com.google.common.util.concurrent.ListenableFuture<Agent>AgentsGrpc.AgentsFutureStub. updateAgent(UpdateAgentRequest request)Updates the specified agent.voidAgentsGrpc.AgentsStub. updateAgent(UpdateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Updates the specified agent.default voidAgentsGrpc.AsyncService. updateAgent(UpdateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)Updates the specified agent. -
Uses of UpdateAgentRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-