Uses of Class
com.google.cloud.batch.v1alpha.ListTasksRequest
-
Packages that use ListTasksRequest Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of ListTasksRequest in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha 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.batch.v1alpha that return types with arguments of type ListTasksRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse>
BatchServiceGrpc. getListTasksMethod()
com.google.protobuf.Parser<ListTasksRequest>
ListTasksRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
BatchServiceClient. listTasksCallable()
List Tasks associated with a job.com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,BatchServiceClient.ListTasksPagedResponse>
BatchServiceClient. listTasksPagedCallable()
List Tasks associated with a job.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,BatchServiceClient.ListTasksPagedResponse>
BatchServiceSettings.Builder. listTasksSettings()
Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,BatchServiceClient.ListTasksPagedResponse>
BatchServiceSettings. 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.batch.v1alpha with parameters of type ListTasksRequest Modifier and Type Method Description BatchServiceClient.ListTasksPagedResponse
BatchServiceClient. listTasks(ListTasksRequest request)
List Tasks associated with a job.default void
BatchServiceGrpc.AsyncService. listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)
List Tasks associated with a job.ListTasksResponse
BatchServiceGrpc.BatchServiceBlockingStub. listTasks(ListTasksRequest request)
List Tasks associated with a job.com.google.common.util.concurrent.ListenableFuture<ListTasksResponse>
BatchServiceGrpc.BatchServiceFutureStub. listTasks(ListTasksRequest request)
List Tasks associated with a job.void
BatchServiceGrpc.BatchServiceStub. listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)
List Tasks associated with a job.ListTasksRequest.Builder
ListTasksRequest.Builder. mergeFrom(ListTasksRequest other)
static ListTasksRequest.Builder
ListTasksRequest. newBuilder(ListTasksRequest prototype)
Method parameters in com.google.cloud.batch.v1alpha with type arguments of type ListTasksRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<BatchServiceClient.ListTasksPagedResponse>
BatchServiceClient.ListTasksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)
protected BatchServiceClient.ListTasksPage
BatchServiceClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)
com.google.api.core.ApiFuture<BatchServiceClient.ListTasksPage>
BatchServiceClient.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.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.stub that return types with arguments of type ListTasksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
BatchServiceStub. listTasksCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
GrpcBatchServiceStub. listTasksCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
HttpJsonBatchServiceStub. listTasksCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,BatchServiceClient.ListTasksPagedResponse>
BatchServiceStub. listTasksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,BatchServiceClient.ListTasksPagedResponse>
GrpcBatchServiceStub. listTasksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,BatchServiceClient.ListTasksPagedResponse>
HttpJsonBatchServiceStub. listTasksPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,BatchServiceClient.ListTasksPagedResponse>
BatchServiceStubSettings.Builder. listTasksSettings()
Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,BatchServiceClient.ListTasksPagedResponse>
BatchServiceStubSettings. listTasksSettings()
Returns the object with the settings used for calls to listTasks.
-