Uses of Class
com.google.cloud.dialogflow.v2.UpdateParticipantRequest
-
Packages that use UpdateParticipantRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of UpdateParticipantRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return UpdateParticipantRequest Modifier and Type Method Description UpdateParticipantRequest
UpdateParticipantRequest.Builder. build()
UpdateParticipantRequest
UpdateParticipantRequest.Builder. buildPartial()
static UpdateParticipantRequest
UpdateParticipantRequest. getDefaultInstance()
UpdateParticipantRequest
UpdateParticipantRequest.Builder. getDefaultInstanceForType()
UpdateParticipantRequest
UpdateParticipantRequest. getDefaultInstanceForType()
static UpdateParticipantRequest
UpdateParticipantRequest. parseDelimitedFrom(InputStream input)
static UpdateParticipantRequest
UpdateParticipantRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(byte[] data)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(InputStream input)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(ByteBuffer data)
static UpdateParticipantRequest
UpdateParticipantRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type UpdateParticipantRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateParticipantRequest>
UpdateParticipantRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateParticipantRequest,Participant>
ParticipantsGrpc. getUpdateParticipantMethod()
static com.google.protobuf.Parser<UpdateParticipantRequest>
UpdateParticipantRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateParticipantRequest,Participant>
ParticipantsClient. updateParticipantCallable()
Updates the specified participant.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateParticipantRequest,Participant>
ParticipantsSettings.Builder. updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.com.google.api.gax.rpc.UnaryCallSettings<UpdateParticipantRequest,Participant>
ParticipantsSettings. updateParticipantSettings()
Returns the object with the settings used for calls to updateParticipant.Methods in com.google.cloud.dialogflow.v2 with parameters of type UpdateParticipantRequest Modifier and Type Method Description UpdateParticipantRequest.Builder
UpdateParticipantRequest.Builder. mergeFrom(UpdateParticipantRequest other)
static UpdateParticipantRequest.Builder
UpdateParticipantRequest. newBuilder(UpdateParticipantRequest prototype)
Participant
ParticipantsClient. updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.default void
ParticipantsGrpc.AsyncService. updateParticipant(UpdateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Updates the specified participant.Participant
ParticipantsGrpc.ParticipantsBlockingStub. updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.com.google.common.util.concurrent.ListenableFuture<Participant>
ParticipantsGrpc.ParticipantsFutureStub. updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.void
ParticipantsGrpc.ParticipantsStub. updateParticipant(UpdateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Updates the specified participant. -
Uses of UpdateParticipantRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type UpdateParticipantRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateParticipantRequest,Participant>
GrpcParticipantsStub. updateParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateParticipantRequest,Participant>
HttpJsonParticipantsStub. updateParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateParticipantRequest,Participant>
ParticipantsStub. updateParticipantCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateParticipantRequest,Participant>
ParticipantsStubSettings.Builder. updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.com.google.api.gax.rpc.UnaryCallSettings<UpdateParticipantRequest,Participant>
ParticipantsStubSettings. updateParticipantSettings()
Returns the object with the settings used for calls to updateParticipant.
-