Uses of Class
com.google.cloud.batch.v1alpha.ListTasksResponse
-
Packages that use ListTasksResponse Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of ListTasksResponse in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return ListTasksResponse Modifier and Type Method Description ListTasksResponseListTasksResponse.Builder. build()ListTasksResponseListTasksResponse.Builder. buildPartial()static ListTasksResponseListTasksResponse. getDefaultInstance()ListTasksResponseListTasksResponse.Builder. getDefaultInstanceForType()ListTasksResponseListTasksResponse. getDefaultInstanceForType()ListTasksResponseBatchServiceGrpc.BatchServiceBlockingStub. listTasks(ListTasksRequest request)List Tasks associated with a job.static ListTasksResponseListTasksResponse. parseDelimitedFrom(InputStream input)static ListTasksResponseListTasksResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTasksResponseListTasksResponse. parseFrom(byte[] data)static ListTasksResponseListTasksResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTasksResponseListTasksResponse. parseFrom(com.google.protobuf.ByteString data)static ListTasksResponseListTasksResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTasksResponseListTasksResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListTasksResponseListTasksResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTasksResponseListTasksResponse. parseFrom(InputStream input)static ListTasksResponseListTasksResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTasksResponseListTasksResponse. parseFrom(ByteBuffer data)static ListTasksResponseListTasksResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1alpha that return types with arguments of type ListTasksResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse>BatchServiceGrpc. getListTasksMethod()com.google.protobuf.Parser<ListTasksResponse>ListTasksResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListTasksResponse>BatchServiceGrpc.BatchServiceFutureStub. listTasks(ListTasksRequest request)List Tasks associated with a job.com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>BatchServiceClient. listTasksCallable()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<ListTasksResponse>ListTasksResponse. parser()Methods in com.google.cloud.batch.v1alpha with parameters of type ListTasksResponse Modifier and Type Method Description protected BatchServiceClient.ListTasksPageBatchServiceClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)ListTasksResponse.BuilderListTasksResponse.Builder. mergeFrom(ListTasksResponse other)static ListTasksResponse.BuilderListTasksResponse. newBuilder(ListTasksResponse prototype)Method parameters in com.google.cloud.batch.v1alpha with type arguments of type ListTasksResponse 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)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.ListTasksPageBatchServiceClient.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)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)default voidBatchServiceGrpc.AsyncService. listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)List Tasks associated with a job.voidBatchServiceGrpc.BatchServiceStub. listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)List Tasks associated with a job. -
Uses of ListTasksResponse in com.google.cloud.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.stub that return types with arguments of type ListTasksResponse 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.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.
-