- NAME
-
- gcloud storage batch-operations bucket-operations describe - describe a bucket operation for a batch operation job
- SYNOPSIS
-
-
gcloud storage batch-operations bucket-operations describe(BUCKET_OPERATION:--job=JOB) [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Describe a single bucket operation for a batch operation job.
- EXAMPLES
-
The following example command describes bucket operation
bo-1for batch jobmy-job:gcloud storage batch-operations bucket-operations describe bo-1 --job=my-jobThe following example command describes bucket operation
bo-1using its fully qualified name:gcloud storage batch-operations bucket-operations describe projects/my-project/locations/global/jobs/my-job/bucketOperations/bo-1 - POSITIONAL ARGUMENTS
-
-
Bucket operation resource - The bucket operation to describe. The arguments in
this group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
To set the
projectattribute:-
provide the argument
bucket_operationon the command line with a fully specified name; -
provide the argument
--projecton the command line; -
set the property
core/project.
To set the
locationattribute:-
provide the argument
bucket_operationon the command line with a fully specified name; -
The default is
global.
This must be specified.
BUCKET_OPERATION-
ID of the bucket-operation or fully qualified identifier for the
bucket-operation.
To set the
bucket-operationattribute:-
provide the argument
bucket_operationon the command line.
This positional argument must be specified if any of the other arguments in this group are specified.
-
provide the argument
--job=JOB-
Batch Job ID for the bucket-operation.
To set the
jobattribute:-
provide the argument
bucket_operationon the command line with a fully specified name; -
provide the argument
--jobon the command line.
-
provide the argument
-
provide the argument
-
Bucket operation resource - The bucket operation to describe. The arguments in
this group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
-
This variant is also available:
gcloud alpha storage batch-operations bucket-operations describe
gcloud storage batch-operations bucket-operations describe
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-16 UTC.