Storage Batch Operations offers a managed experience to perform batch
operations on millions of Cloud Storage objects in a serverless fashion. With
this service, you can automate and simplify large scale API operations
performed on Cloud Storage objects.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface StorageBatchOperationsGrpc.AsyncService (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/java/docs/reference/google-cloud-storagebatchoperations/latest/com.google.cloud.storagebatchoperations.v1.StorageBatchOperationsGrpc.AsyncService)\n- [0.10.0](/java/docs/reference/google-cloud-storagebatchoperations/0.10.0/com.google.cloud.storagebatchoperations.v1.StorageBatchOperationsGrpc.AsyncService)\n- [0.8.0](/java/docs/reference/google-cloud-storagebatchoperations/0.8.0/com.google.cloud.storagebatchoperations.v1.StorageBatchOperationsGrpc.AsyncService)\n- [0.7.0](/java/docs/reference/google-cloud-storagebatchoperations/0.7.0/com.google.cloud.storagebatchoperations.v1.StorageBatchOperationsGrpc.AsyncService)\n- [0.4.0](/java/docs/reference/google-cloud-storagebatchoperations/0.4.0/com.google.cloud.storagebatchoperations.v1.StorageBatchOperationsGrpc.AsyncService)\n- [0.3.0](/java/docs/reference/google-cloud-storagebatchoperations/0.3.0/com.google.cloud.storagebatchoperations.v1.StorageBatchOperationsGrpc.AsyncService)\n- [0.2.0](/java/docs/reference/google-cloud-storagebatchoperations/0.2.0/com.google.cloud.storagebatchoperations.v1.StorageBatchOperationsGrpc.AsyncService) \n\n public static interface StorageBatchOperationsGrpc.AsyncService\n\nStorage Batch Operations offers a managed experience to perform batch\noperations on millions of Cloud Storage objects in a serverless fashion. With\nthis service, you can automate and simplify large scale API operations\nperformed on Cloud Storage objects.\n\nMethods\n-------\n\n### cancelJob(CancelJobRequest request, StreamObserver\\\u003cCancelJobResponse\\\u003e responseObserver)\n\n public default void cancelJob(CancelJobRequest request, StreamObserver\u003cCancelJobResponse\u003e responseObserver)\n\nCancels a batch job.\n\n### createJob(CreateJobRequest request, StreamObserver\\\u003cOperation\\\u003e responseObserver)\n\n public default void createJob(CreateJobRequest request, StreamObserver\u003cOperation\u003e responseObserver)\n\nCreates a batch job.\n\n### deleteJob(DeleteJobRequest request, StreamObserver\\\u003cEmpty\\\u003e responseObserver)\n\n public default void deleteJob(DeleteJobRequest request, StreamObserver\u003cEmpty\u003e responseObserver)\n\nDeletes a batch job.\n\n### getJob(GetJobRequest request, StreamObserver\\\u003cJob\\\u003e responseObserver)\n\n public default void getJob(GetJobRequest request, StreamObserver\u003cJob\u003e responseObserver)\n\nGets a batch job.\n\n### listJobs(ListJobsRequest request, StreamObserver\\\u003cListJobsResponse\\\u003e responseObserver)\n\n public default void listJobs(ListJobsRequest request, StreamObserver\u003cListJobsResponse\u003e responseObserver)\n\nLists Jobs in a given project."]]