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 GetParticipantRequestGetParticipantRequest.Builder. build()GetParticipantRequestGetParticipantRequest.Builder. buildPartial()static GetParticipantRequestGetParticipantRequest. getDefaultInstance()GetParticipantRequestGetParticipantRequest.Builder. getDefaultInstanceForType()GetParticipantRequestGetParticipantRequest. getDefaultInstanceForType()static GetParticipantRequestGetParticipantRequest. parseDelimitedFrom(InputStream input)static GetParticipantRequestGetParticipantRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetParticipantRequestGetParticipantRequest. parseFrom(byte[] data)static GetParticipantRequestGetParticipantRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetParticipantRequestGetParticipantRequest. parseFrom(com.google.protobuf.ByteString data)static GetParticipantRequestGetParticipantRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetParticipantRequestGetParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetParticipantRequestGetParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetParticipantRequestGetParticipantRequest. parseFrom(InputStream input)static GetParticipantRequestGetParticipantRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetParticipantRequestGetParticipantRequest. parseFrom(ByteBuffer data)static GetParticipantRequestGetParticipantRequest. 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 ParticipantParticipantsClient. getParticipant(GetParticipantRequest request)Retrieves a conversation participant.default voidParticipantsGrpc.AsyncService. getParticipant(GetParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)Retrieves a conversation participant.ParticipantParticipantsGrpc.ParticipantsBlockingStub. getParticipant(GetParticipantRequest request)Retrieves a conversation participant.com.google.common.util.concurrent.ListenableFuture<Participant>ParticipantsGrpc.ParticipantsFutureStub. getParticipant(GetParticipantRequest request)Retrieves a conversation participant.voidParticipantsGrpc.ParticipantsStub. getParticipant(GetParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)Retrieves a conversation participant.GetParticipantRequest.BuilderGetParticipantRequest.Builder. mergeFrom(GetParticipantRequest other)static GetParticipantRequest.BuilderGetParticipantRequest. 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.
-