Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<UpdateParticipantRequest> |
UpdateParticipantRequest.getParserForType() |
static MethodDescriptor<UpdateParticipantRequest,Participant> |
ParticipantsGrpc.getUpdateParticipantMethod() |
static Parser<UpdateParticipantRequest> |
UpdateParticipantRequest.parser() |
UnaryCallable<UpdateParticipantRequest,Participant> |
ParticipantsClient.updateParticipantCallable()
Updates the specified participant.
|
UnaryCallSettings<UpdateParticipantRequest,Participant> |
ParticipantsSettings.updateParticipantSettings()
Returns the object with the settings used for calls to updateParticipant.
|
UnaryCallSettings.Builder<UpdateParticipantRequest,Participant> |
ParticipantsSettings.Builder.updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.
|
Modifier and Type | Method and Description |
---|---|
UpdateParticipantRequest.Builder |
UpdateParticipantRequest.Builder.mergeFrom(UpdateParticipantRequest other) |
static UpdateParticipantRequest.Builder |
UpdateParticipantRequest.newBuilder(UpdateParticipantRequest prototype) |
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.
|
Participant |
ParticipantsClient.updateParticipant(UpdateParticipantRequest request)
Updates the specified participant.
|
void |
ParticipantsGrpc.ParticipantsImplBase.updateParticipant(UpdateParticipantRequest request,
StreamObserver<Participant> responseObserver)
Updates the specified participant.
|
void |
ParticipantsGrpc.ParticipantsStub.updateParticipant(UpdateParticipantRequest request,
StreamObserver<Participant> responseObserver)
Updates the specified participant.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<UpdateParticipantRequest,Participant> |
ParticipantsStub.updateParticipantCallable() |
UnaryCallable<UpdateParticipantRequest,Participant> |
HttpJsonParticipantsStub.updateParticipantCallable() |
UnaryCallable<UpdateParticipantRequest,Participant> |
GrpcParticipantsStub.updateParticipantCallable() |
UnaryCallSettings<UpdateParticipantRequest,Participant> |
ParticipantsStubSettings.updateParticipantSettings()
Returns the object with the settings used for calls to updateParticipant.
|
UnaryCallSettings.Builder<UpdateParticipantRequest,Participant> |
ParticipantsStubSettings.Builder.updateParticipantSettings()
Returns the builder for the settings used for calls to updateParticipant.
|
Copyright © 2022 Google LLC. All rights reserved.