- 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.
-
Exactly one of these must be specified:
- 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.
gcloud alpha scc manage billing-metadata describe
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-22 UTC.