Uses of Class
com.google.cloud.tasks.v2.CloudTasksClient.ListTasksPagedResponse
-
Packages that use CloudTasksClient.ListTasksPagedResponse Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2.stub -
-
Uses of CloudTasksClient.ListTasksPagedResponse in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return CloudTasksClient.ListTasksPagedResponse Modifier and Type Method Description CloudTasksClient.ListTasksPagedResponseCloudTasksClient. listTasks(ListTasksRequest request)Lists the tasks in a queue.CloudTasksClient.ListTasksPagedResponseCloudTasksClient. listTasks(QueueName parent)Lists the tasks in a queue.CloudTasksClient.ListTasksPagedResponseCloudTasksClient. listTasks(String parent)Lists the tasks in a queue.Methods in com.google.cloud.tasks.v2 that return types with arguments of type CloudTasksClient.ListTasksPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudTasksClient.ListTasksPagedResponse>CloudTasksClient.ListTasksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,CloudTasksClient.ListTasksPagedResponse>CloudTasksClient. listTasksPagedCallable()Lists the tasks in a queue.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse>CloudTasksSettings.Builder. listTasksSettings()Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse>CloudTasksSettings. listTasksSettings()Returns the object with the settings used for calls to listTasks. -
Uses of CloudTasksClient.ListTasksPagedResponse in com.google.cloud.tasks.v2.stub
Methods in com.google.cloud.tasks.v2.stub that return types with arguments of type CloudTasksClient.ListTasksPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,CloudTasksClient.ListTasksPagedResponse>CloudTasksStub. listTasksPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,CloudTasksClient.ListTasksPagedResponse>GrpcCloudTasksStub. listTasksPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,CloudTasksClient.ListTasksPagedResponse>HttpJsonCloudTasksStub. listTasksPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse>CloudTasksStubSettings.Builder. listTasksSettings()Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse>CloudTasksStubSettings. listTasksSettings()Returns the object with the settings used for calls to listTasks.
-