gcloud billing budgets describe

NAME
gcloud billing budgets describe - describe a budget
SYNOPSIS
gcloud billing budgets describe (BUDGET : --billing-account=BILLING_ACCOUNT) [GCLOUD_WIDE_FLAG]
DESCRIPTION
Describe a budget.
EXAMPLES
To describe the budget 'abc' in account '123', run:
gcloud billing budgets describe "billingAccounts/123/budgets/abc"

Alternatively, you can run:

gcloud billing budgets describe abc --billing-account=123
POSITIONAL ARGUMENTS
Budget resource - Billing budget to describe. The arguments in this group can be used to specify the attributes of this resource.

This must be specified.

BUDGET
ID of the budget or fully qualified identifier for the budget.

To set the budget attribute:

  • provide the argument budget on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--billing-account=BILLING_ACCOUNT
The billing account. To set the billing-account attribute:
  • provide the argument budget on the command line with a fully specified name;
  • provide the argument --billing-account 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.

API REFERENCE
This command uses the billingbudgets/v1 API. The full documentation for this API can be found at: https://cloud.google.com/billing/docs/how-to/budget-api-overview
NOTES
These variants are also available:
gcloud alpha billing budgets describe
gcloud beta billing budgets describe