Uses of Class
com.google.cloud.dialogflow.v2.ListParticipantsRequest
-
Packages that use ListParticipantsRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ListParticipantsRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ListParticipantsRequest Modifier and Type Method Description ListParticipantsRequestListParticipantsRequest.Builder. build()ListParticipantsRequestListParticipantsRequest.Builder. buildPartial()static ListParticipantsRequestListParticipantsRequest. getDefaultInstance()ListParticipantsRequestListParticipantsRequest.Builder. getDefaultInstanceForType()ListParticipantsRequestListParticipantsRequest. getDefaultInstanceForType()static ListParticipantsRequestListParticipantsRequest. parseDelimitedFrom(InputStream input)static ListParticipantsRequestListParticipantsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListParticipantsRequestListParticipantsRequest. parseFrom(byte[] data)static ListParticipantsRequestListParticipantsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListParticipantsRequestListParticipantsRequest. parseFrom(com.google.protobuf.ByteString data)static ListParticipantsRequestListParticipantsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListParticipantsRequestListParticipantsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListParticipantsRequestListParticipantsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListParticipantsRequestListParticipantsRequest. parseFrom(InputStream input)static ListParticipantsRequestListParticipantsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListParticipantsRequestListParticipantsRequest. parseFrom(ByteBuffer data)static ListParticipantsRequestListParticipantsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type ListParticipantsRequest Modifier and Type Method Description ParticipantsClient.ListParticipantsPagedResponseParticipantsClient. listParticipants(ListParticipantsRequest request)Returns the list of all participants in the specified conversation.default voidParticipantsGrpc.AsyncService. listParticipants(ListParticipantsRequest request, io.grpc.stub.StreamObserver<ListParticipantsResponse> responseObserver)Returns the list of all participants in the specified conversation.ListParticipantsResponseParticipantsGrpc.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.voidParticipantsGrpc.ParticipantsStub. listParticipants(ListParticipantsRequest request, io.grpc.stub.StreamObserver<ListParticipantsResponse> responseObserver)Returns the list of all participants in the specified conversation.ListParticipantsRequest.BuilderListParticipantsRequest.Builder. mergeFrom(ListParticipantsRequest other)static ListParticipantsRequest.BuilderListParticipantsRequest. newBuilder(ListParticipantsRequest prototype)Method parameters in com.google.cloud.dialogflow.v2 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.ListParticipantsPageParticipantsClient.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.v2.stub
-