NAME
    gcloud scheduler operations describe - show the latest status of an
        operation

SYNOPSIS
    gcloud scheduler operations describe --name=NAME [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Show the latest status of an operation.

EXAMPLES
    To describe the latest status of an operation:

        $ gcloud scheduler operations describe \
          projects/my-project/locations/us-central1/operations/\
        my-operation

REQUIRED FLAGS
     --name=NAME
        The full name of the Cloud Scheduler operation to describe. Format:
        projects/{project}/locations/{location}/operations/{operation}

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.
