Uses of Class
com.google.cloud.tasks.v2.ListTasksRequest
-
Packages that use ListTasksRequest Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2.stub -
-
Uses of ListTasksRequest in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return ListTasksRequest Modifier and Type Method Description ListTasksRequest
ListTasksRequest.Builder. build()
ListTasksRequest
ListTasksRequest.Builder. buildPartial()
static ListTasksRequest
ListTasksRequest. getDefaultInstance()
ListTasksRequest
ListTasksRequest.Builder. getDefaultInstanceForType()
ListTasksRequest
ListTasksRequest. getDefaultInstanceForType()
static ListTasksRequest
ListTasksRequest. parseDelimitedFrom(InputStream input)
static ListTasksRequest
ListTasksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksRequest
ListTasksRequest. parseFrom(byte[] data)
static ListTasksRequest
ListTasksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksRequest
ListTasksRequest. parseFrom(com.google.protobuf.ByteString data)
static ListTasksRequest
ListTasksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksRequest
ListTasksRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTasksRequest
ListTasksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksRequest
ListTasksRequest. parseFrom(InputStream input)
static ListTasksRequest
ListTasksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksRequest
ListTasksRequest. parseFrom(ByteBuffer data)
static ListTasksRequest
ListTasksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tasks.v2 that return types with arguments of type ListTasksRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse>
CloudTasksGrpc. getListTasksMethod()
com.google.protobuf.Parser<ListTasksRequest>
ListTasksRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
CloudTasksClient. listTasksCallable()
Lists the tasks in a queue.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.static com.google.protobuf.Parser<ListTasksRequest>
ListTasksRequest. parser()
Methods in com.google.cloud.tasks.v2 with parameters of type ListTasksRequest Modifier and Type Method Description CloudTasksClient.ListTasksPagedResponse
CloudTasksClient. listTasks(ListTasksRequest request)
Lists the tasks in a queue.default void
CloudTasksGrpc.AsyncService. listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)
Lists the tasks in a queue.ListTasksResponse
CloudTasksGrpc.CloudTasksBlockingStub. listTasks(ListTasksRequest request)
Lists the tasks in a queue.com.google.common.util.concurrent.ListenableFuture<ListTasksResponse>
CloudTasksGrpc.CloudTasksFutureStub. listTasks(ListTasksRequest request)
Lists the tasks in a queue.void
CloudTasksGrpc.CloudTasksStub. listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)
Lists the tasks in a queue.ListTasksRequest.Builder
ListTasksRequest.Builder. mergeFrom(ListTasksRequest other)
static ListTasksRequest.Builder
ListTasksRequest. newBuilder(ListTasksRequest prototype)
Method parameters in com.google.cloud.tasks.v2 with type arguments of type ListTasksRequest 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)
protected CloudTasksClient.ListTasksPage
CloudTasksClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)
com.google.api.core.ApiFuture<CloudTasksClient.ListTasksPage>
CloudTasksClient.ListTasksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)
-
Uses of ListTasksRequest in com.google.cloud.tasks.v2.stub
Methods in com.google.cloud.tasks.v2.stub that return types with arguments of type ListTasksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
CloudTasksStub. listTasksCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
GrpcCloudTasksStub. listTasksCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
HttpJsonCloudTasksStub. listTasksCallable()
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.
-