NAME
    gcloud storage batch-operations jobs describe - describe a batch-operations
        job

SYNOPSIS
    gcloud storage batch-operations jobs describe BATCH_JOB
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Describe the batch operation job.

EXAMPLES
    To describe a batch job with the name my-job:

        $ gcloud storage batch-operations jobs describe my-job

    To describe the same batch job with fully specified name:

        $ gcloud storage batch-operations jobs describe \
          projects/my-project/locations/global/jobs/my-job

POSITIONAL ARGUMENTS
     Batch job resource - The batch job to describe. This represents a Cloud
     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 batch_job 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 batch_job on the command line with a fully
        specified name;
      ◆ The default is global.

     This must be specified.

       BATCH_JOB
          ID of the batch-job or fully qualified identifier for the batch-job.

          To set the batch-job attribute:
          ▸ provide the argument batch_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 jobs describe

