Uses of Class
com.google.cloud.batch.v1alpha.ListJobsRequest
-
Packages that use ListJobsRequest Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of ListJobsRequest in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return ListJobsRequest Modifier and Type Method Description ListJobsRequestListJobsRequest.Builder. build()ListJobsRequestListJobsRequest.Builder. buildPartial()static ListJobsRequestListJobsRequest. getDefaultInstance()ListJobsRequestListJobsRequest.Builder. getDefaultInstanceForType()ListJobsRequestListJobsRequest. getDefaultInstanceForType()static ListJobsRequestListJobsRequest. parseDelimitedFrom(InputStream input)static ListJobsRequestListJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsRequestListJobsRequest. parseFrom(byte[] data)static ListJobsRequestListJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsRequestListJobsRequest. parseFrom(com.google.protobuf.ByteString data)static ListJobsRequestListJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsRequestListJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListJobsRequestListJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsRequestListJobsRequest. parseFrom(InputStream input)static ListJobsRequestListJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsRequestListJobsRequest. parseFrom(ByteBuffer data)static ListJobsRequestListJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1alpha that return types with arguments of type ListJobsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>BatchServiceGrpc. getListJobsMethod()com.google.protobuf.Parser<ListJobsRequest>ListJobsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>BatchServiceClient. listJobsCallable()List all Jobs for a project within a region.com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse>BatchServiceClient. listJobsPagedCallable()List all Jobs for a project within a region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,BatchServiceClient.ListJobsPagedResponse>BatchServiceSettings.Builder. listJobsSettings()Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,BatchServiceClient.ListJobsPagedResponse>BatchServiceSettings. listJobsSettings()Returns the object with the settings used for calls to listJobs.static com.google.protobuf.Parser<ListJobsRequest>ListJobsRequest. parser()Methods in com.google.cloud.batch.v1alpha with parameters of type ListJobsRequest Modifier and Type Method Description BatchServiceClient.ListJobsPagedResponseBatchServiceClient. listJobs(ListJobsRequest request)List all Jobs for a project within a region.default voidBatchServiceGrpc.AsyncService. listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)List all Jobs for a project within a region.ListJobsResponseBatchServiceGrpc.BatchServiceBlockingStub. listJobs(ListJobsRequest request)List all Jobs for a project within a region.com.google.common.util.concurrent.ListenableFuture<ListJobsResponse>BatchServiceGrpc.BatchServiceFutureStub. listJobs(ListJobsRequest request)List all Jobs for a project within a region.voidBatchServiceGrpc.BatchServiceStub. listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)List all Jobs for a project within a region.ListJobsRequest.BuilderListJobsRequest.Builder. mergeFrom(ListJobsRequest other)static ListJobsRequest.BuilderListJobsRequest. newBuilder(ListJobsRequest prototype)Method parameters in com.google.cloud.batch.v1alpha with type arguments of type ListJobsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<BatchServiceClient.ListJobsPagedResponse>BatchServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)protected BatchServiceClient.ListJobsPageBatchServiceClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)com.google.api.core.ApiFuture<BatchServiceClient.ListJobsPage>BatchServiceClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse) -
Uses of ListJobsRequest in com.google.cloud.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.stub that return types with arguments of type ListJobsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>BatchServiceStub. listJobsCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>GrpcBatchServiceStub. listJobsCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>HttpJsonBatchServiceStub. listJobsCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse>BatchServiceStub. listJobsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse>GrpcBatchServiceStub. listJobsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,BatchServiceClient.ListJobsPagedResponse>HttpJsonBatchServiceStub. listJobsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,BatchServiceClient.ListJobsPagedResponse>BatchServiceStubSettings.Builder. listJobsSettings()Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,BatchServiceClient.ListJobsPagedResponse>BatchServiceStubSettings. listJobsSettings()Returns the object with the settings used for calls to listJobs.
-