Uses of Class
com.google.cloud.dialogflow.v2beta1.ListParticipantsRequest
-
Packages that use ListParticipantsRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ListParticipantsRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ListParticipantsRequest Modifier and Type Method Description ListParticipantsRequest
ListParticipantsRequest.Builder. build()
ListParticipantsRequest
ListParticipantsRequest.Builder. buildPartial()
static ListParticipantsRequest
ListParticipantsRequest. getDefaultInstance()
ListParticipantsRequest
ListParticipantsRequest.Builder. getDefaultInstanceForType()
ListParticipantsRequest
ListParticipantsRequest. getDefaultInstanceForType()
static ListParticipantsRequest
ListParticipantsRequest. parseDelimitedFrom(InputStream input)
static ListParticipantsRequest
ListParticipantsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(byte[] data)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(InputStream input)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(ByteBuffer data)
static ListParticipantsRequest
ListParticipantsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ListParticipantsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse>
ParticipantsGrpc. getListParticipantsMethod()
com.google.protobuf.Parser<ListParticipantsRequest>
ListParticipantsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListParticipantsRequest,ListParticipantsResponse>
ParticipantsClient. listParticipantsCallable()
Returns the list of all participants in the specified conversation.com.google.api.gax.rpc.UnaryCallable<ListParticipantsRequest,ParticipantsClient.ListParticipantsPagedResponse>
ParticipantsClient. listParticipantsPagedCallable()
Returns the list of all participants in the specified conversation.com.google.api.gax.rpc.PagedCallSettings.Builder<ListParticipantsRequest,ListParticipantsResponse,ParticipantsClient.ListParticipantsPagedResponse>
ParticipantsSettings.Builder. listParticipantsSettings()
Returns the builder for the settings used for calls to listParticipants.com.google.api.gax.rpc.PagedCallSettings<ListParticipantsRequest,ListParticipantsResponse,ParticipantsClient.ListParticipantsPagedResponse>
ParticipantsSettings. listParticipantsSettings()
Returns the object with the settings used for calls to listParticipants.static com.google.protobuf.Parser<ListParticipantsRequest>
ListParticipantsRequest. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ListParticipantsRequest Modifier and Type Method Description ParticipantsClient.ListParticipantsPagedResponse
ParticipantsClient. listParticipants(ListParticipantsRequest request)
Returns the list of all participants in the specified conversation.default void
ParticipantsGrpc.AsyncService. listParticipants(ListParticipantsRequest request, io.grpc.stub.StreamObserver<ListParticipantsResponse> responseObserver)
Returns the list of all participants in the specified conversation.ListParticipantsResponse
ParticipantsGrpc.ParticipantsBlockingStub. listParticipants(ListParticipantsRequest request)
Returns the list of all participants in the specified conversation.com.google.common.util.concurrent.ListenableFuture<ListParticipantsResponse>
ParticipantsGrpc.ParticipantsFutureStub. listParticipants(ListParticipantsRequest request)
Returns the list of all participants in the specified conversation.void
ParticipantsGrpc.ParticipantsStub. listParticipants(ListParticipantsRequest request, io.grpc.stub.StreamObserver<ListParticipantsResponse> responseObserver)
Returns the list of all participants in the specified conversation.ListParticipantsRequest.Builder
ListParticipantsRequest.Builder. mergeFrom(ListParticipantsRequest other)
static ListParticipantsRequest.Builder
ListParticipantsRequest. newBuilder(ListParticipantsRequest prototype)
Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ListParticipantsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ParticipantsClient.ListParticipantsPagedResponse>
ParticipantsClient.ListParticipantsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, com.google.api.core.ApiFuture<ListParticipantsResponse> futureResponse)
protected ParticipantsClient.ListParticipantsPage
ParticipantsClient.ListParticipantsPage. createPage(com.google.api.gax.rpc.PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ListParticipantsResponse response)
com.google.api.core.ApiFuture<ParticipantsClient.ListParticipantsPage>
ParticipantsClient.ListParticipantsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, com.google.api.core.ApiFuture<ListParticipantsResponse> futureResponse)
-
Uses of ListParticipantsRequest in com.google.cloud.dialogflow.v2beta1.stub
-