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