Uses of Class
com.google.cloud.tasks.v2beta3.CloudTasksClient.ListQueuesPagedResponse
-
Packages that use CloudTasksClient.ListQueuesPagedResponse Package Description com.google.cloud.tasks.v2beta3 A client to Cloud Tasks APIcom.google.cloud.tasks.v2beta3.stub -
-
Uses of CloudTasksClient.ListQueuesPagedResponse in com.google.cloud.tasks.v2beta3
Methods in com.google.cloud.tasks.v2beta3 that return CloudTasksClient.ListQueuesPagedResponse Modifier and Type Method Description CloudTasksClient.ListQueuesPagedResponseCloudTasksClient. listQueues(ListQueuesRequest request)Lists queues.CloudTasksClient.ListQueuesPagedResponseCloudTasksClient. listQueues(LocationName parent)Lists queues.CloudTasksClient.ListQueuesPagedResponseCloudTasksClient. listQueues(String parent)Lists queues.Methods in com.google.cloud.tasks.v2beta3 that return types with arguments of type CloudTasksClient.ListQueuesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudTasksClient.ListQueuesPagedResponse>CloudTasksClient.ListQueuesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListQueuesRequest,ListQueuesResponse,Queue> context, com.google.api.core.ApiFuture<ListQueuesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListQueuesRequest,CloudTasksClient.ListQueuesPagedResponse>CloudTasksClient. listQueuesPagedCallable()Lists queues.com.google.api.gax.rpc.PagedCallSettings.Builder<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse>CloudTasksSettings.Builder. listQueuesSettings()Returns the builder for the settings used for calls to listQueues.com.google.api.gax.rpc.PagedCallSettings<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse>CloudTasksSettings. listQueuesSettings()Returns the object with the settings used for calls to listQueues. -
Uses of CloudTasksClient.ListQueuesPagedResponse in com.google.cloud.tasks.v2beta3.stub
Methods in com.google.cloud.tasks.v2beta3.stub that return types with arguments of type CloudTasksClient.ListQueuesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListQueuesRequest,CloudTasksClient.ListQueuesPagedResponse>CloudTasksStub. listQueuesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListQueuesRequest,CloudTasksClient.ListQueuesPagedResponse>GrpcCloudTasksStub. listQueuesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListQueuesRequest,CloudTasksClient.ListQueuesPagedResponse>HttpJsonCloudTasksStub. listQueuesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse>CloudTasksStubSettings.Builder. listQueuesSettings()Returns the builder for the settings used for calls to listQueues.com.google.api.gax.rpc.PagedCallSettings<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse>CloudTasksStubSettings. listQueuesSettings()Returns the object with the settings used for calls to listQueues.
-