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 UpdateParticipantRequestUpdateParticipantRequest.Builder. build()UpdateParticipantRequestUpdateParticipantRequest.Builder. buildPartial()static UpdateParticipantRequestUpdateParticipantRequest. getDefaultInstance()UpdateParticipantRequestUpdateParticipantRequest.Builder. getDefaultInstanceForType()UpdateParticipantRequestUpdateParticipantRequest. getDefaultInstanceForType()static UpdateParticipantRequestUpdateParticipantRequest. parseDelimitedFrom(InputStream input)static UpdateParticipantRequestUpdateParticipantRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(byte[] data)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(InputStream input)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParticipantRequestUpdateParticipantRequest. parseFrom(ByteBuffer data)static UpdateParticipantRequestUpdateParticipantRequest. 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.BuilderUpdateParticipantRequest.Builder. mergeFrom(UpdateParticipantRequest other)static UpdateParticipantRequest.BuilderUpdateParticipantRequest. newBuilder(UpdateParticipantRequest prototype)ParticipantParticipantsClient. updateParticipant(UpdateParticipantRequest request)Updates the specified participant.default voidParticipantsGrpc.AsyncService. updateParticipant(UpdateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)Updates the specified participant.ParticipantParticipantsGrpc.ParticipantsBlockingStub. updateParticipant(UpdateParticipantRequest request)Updates the specified participant.com.google.common.util.concurrent.ListenableFuture<Participant>ParticipantsGrpc.ParticipantsFutureStub. updateParticipant(UpdateParticipantRequest request)Updates the specified participant.voidParticipantsGrpc.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.
-