NAME
    gcloud alpha firestore backups schedules describe - describes a Cloud
        Firestore backup schedule

SYNOPSIS
    gcloud alpha firestore backups schedules describe
        --backup-schedule=BACKUP_SCHEDULE --database=DATABASE
        [GCLOUD_WIDE_FLAG ...]

EXAMPLES
    To describe backup schedule 'cf9f748a-7980-4703-b1a1-d1ffff591db0' under
    database testdb.

        $ gcloud alpha firestore backups schedules describe \
          --database='testdb' \
          --backup-schedule='cf9f748a-7980-4703-b1a1-d1ffff591db0'

REQUIRED FLAGS
     --backup-schedule=BACKUP_SCHEDULE
        The backup schedule to operate on.

        For example, to operate on backup schedule
        091a49a0-223f-4c98-8c69-a284abbdb26b:

            $ gcloud alpha firestore backups schedules describe \
                --backup-schedule='091a49a0-223f-4c98-8c69-a284abbdb26b'

     --database=DATABASE
        The database to operate on.

        For example, to operate on database foo:

            $ gcloud alpha firestore backups schedules describe --database='foo'

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 command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud firestore backups schedules describe

        $ gcloud beta firestore backups schedules describe

