NAME
    gcloud alpha scc manage billing-metadata describe - get the billing
        metadata for a specific resource

SYNOPSIS
    gcloud alpha scc manage billing-metadata describe
        (--organization=ORGANIZATION_ID | --parent=PARENT
          | --project=PROJECT_ID_OR_NUMBER) [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Get the billing metadata for a given Google Cloud resource,
    including the associated billing account, cost-related settings, and other
    relevant information.

EXAMPLES
    To get the details of a billing metadata for organization 123, run:

        $ gcloud alpha scc manage billing-metadata describe \
            --organization=123

    To get the details of a billing metadata for project 456, run:

        $ gcloud alpha scc manage billing-metadata describe --project=456

    You can also specify the parent more generally for organizations:

        $ gcloud alpha scc manage billing-metadata describe \
            --parent=organizations/123

    Or you can specify the parent for projects:

        $ gcloud alpha scc manage billing-metadata describe \
            --parent=projects/123

REQUIRED FLAGS
     Exactly one of these must be specified:

       --organization=ORGANIZATION_ID
          Organization associated with the billing metadata.

       --parent=PARENT
          Parent associated with the billing metadata. Can be one of
          organizations/<id>, projects/<id or name>

       --project=PROJECT_ID_OR_NUMBER
          Project associated with the billing metadata.

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.

