gcloud storage batch-operations bucket-operations describe

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-1 for batch job my-job:
gcloud storage batch-operations bucket-operations describe bo-1 --job=my-job

The following example command describes bucket operation bo-1 using 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 project attribute:

  • provide the argument bucket_operation on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

To set the location attribute:

  • provide the argument bucket_operation on 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-operation attribute:

  • provide the argument bucket_operation on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--job=JOB
Batch Job ID for the bucket-operation.

To set the job attribute:

  • provide the argument bucket_operation on the command line with a fully specified name;
  • provide the argument --job on the command line.
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 help for details.

NOTES
This variant is also available:
gcloud alpha storage batch-operations bucket-operations describe