Storage Batch Operations API (storagebatchoperations:v1)

2026-01-23

2 new methods | 1 updated method

Additions

    Methods
  • storagebatchoperations.projects.locations.jobs.bucketOperations.list

      Path : v1/{+parent}/bucketOperations

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/jobs/{jobsId}/bucketOperations

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Format: projects/{project_id}/locations/global/jobs/{job_id}.

          Pattern : ^projects/[^/]+/locations/[^/]+/jobs/[^/]+$

          Location : path

          Required : Yes

          Type : string

        filter

          Description : Optional. Filters results as defined by https://google.aip.dev/160.

          Location : query

          Type : string

        pageSize

          Description : Optional. The list page size. Default page size is 100.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. The list page token.

          Location : query

          Type : string

        orderBy

          Description : Optional. Field to sort by. Supported fields are name, create_time.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists BucketOperations in a given project and job.

  • storagebatchoperations.projects.locations.jobs.bucketOperations.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/jobs/{jobsId}/bucketOperations/{bucketOperationsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. `name` of the bucket operation to retrieve. Format: projects/{project_id}/locations/global/jobs/{job_id}/bucketOperations/{bucket_operation_id}.

          Pattern : ^projects/[^/]+/locations/[^/]+/jobs/[^/]+/bucketOperations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Gets a BucketOperation.

Updates

    Methods
  • storagebatchoperations.projects.locations.jobs.delete

      Parameters :

        force

          Description : Optional. If set to true, any child bucket operations of the job will also be deleted. Highly recommended to be set to true by all clients. Users cannot mutate bucket operations directly, so only the jobs.delete permission is required to delete a job (and its child bucket operations).

          Location : query

          Type : boolean