View Source GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Filter (google_api_billing_budgets v0.14.0)
A filter for a budget, limiting the scope of the cost to calculate.
Attributes
-
calendarPeriod
(type:String.t
, default:nil
) - Optional. Specifies to track usage for recurring calendar period. For example, assume that CalendarPeriod.QUARTER is set. The budget will track usage from April 1 to June 30, when the current calendar month is April, May, June. After that, it will track usage from July 1 to September 30 when the current calendar month is July, August, September, so on. -
creditTypes
(type:list(String.t)
, default:nil
) - Optional. If Filter.credit_types_treatment is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values. If Filter.credit_types_treatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty. -
creditTypesTreatment
(type:String.t
, default:nil
) - Optional. If not set, default behavior isINCLUDE_ALL_CREDITS
. -
customPeriod
(type:GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1CustomPeriod.t
, default:nil
) - Optional. Specifies to track usage from any start date (required) to any end date (optional). This time period is static, it does not recur. -
labels
(type:map()
, default:nil
) - Optional. A single label and value pair specifying that usage from only this set of labeled resources should be included in the budget. If omitted, the report will include all labeled and unlabeled usage. An object containing a single"key": value
pair. Example:{ "name": "wrench" }
. Currently, multiple entries or multiple values per entry are not allowed. -
projects
(type:list(String.t)
, default:nil
) - Optional. A set of projects of the formprojects/{project}
, specifying that usage from only this set of projects should be included in the budget. If omitted, the report will include all usage for the billing account, regardless of which project the usage occurred on. -
resourceAncestors
(type:list(String.t)
, default:nil
) - Optional. A set of folder and organization names of the formfolders/{folderId}
ororganizations/{organizationId}
, specifying that usage from only this set of folders and organizations should be included in the budget. If omitted, the budget includes all usage that the billing account pays for. If the folder or organization contains projects that are paid for by a different Cloud Billing account, the budget doesn't apply to those projects. -
services
(type:list(String.t)
, default:nil
) - Optional. A set of services of the formservices/{service_id}
, specifying that usage from only this set of services should be included in the budget. If omitted, the report will include usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api. -
subaccounts
(type:list(String.t)
, default:nil
) - Optional. A set of subaccounts of the formbillingAccounts/{account_id}
, specifying that usage from only this set of subaccounts should be included in the budget. If a subaccount is set to the name of the parent account, usage from the parent account will be included. If omitted, the report will include usage from the parent account and all subaccounts, if they exist.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1Filter{ calendarPeriod: String.t() | nil, creditTypes: [String.t()] | nil, creditTypesTreatment: String.t() | nil, customPeriod: GoogleApi.BillingBudgets.V1beta1.Model.GoogleCloudBillingBudgetsV1beta1CustomPeriod.t() | nil, labels: map() | nil, projects: [String.t()] | nil, resourceAncestors: [String.t()] | nil, services: [String.t()] | nil, subaccounts: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.