public interface BudgetAmountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BudgetAmount.BudgetAmountCase |
getBudgetAmountCase() |
LastPeriodAmount |
getLastPeriodAmount()
Use the last period's actual spend as the budget for the present period.
|
LastPeriodAmountOrBuilder |
getLastPeriodAmountOrBuilder()
Use the last period's actual spend as the budget for the present period.
|
com.google.type.Money |
getSpecifiedAmount()
A specified amount to use as the budget.
|
com.google.type.MoneyOrBuilder |
getSpecifiedAmountOrBuilder()
A specified amount to use as the budget.
|
boolean |
hasLastPeriodAmount()
Use the last period's actual spend as the budget for the present period.
|
boolean |
hasSpecifiedAmount()
A specified amount to use as the budget.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSpecifiedAmount()
A specified amount to use as the budget. `currency_code` is optional. If specified when creating a budget, it must match the currency of the billing account. If specified when updating a budget, it must match the currency_code of the existing budget. The `currency_code` is provided on output.
.google.type.Money specified_amount = 1;com.google.type.Money getSpecifiedAmount()
A specified amount to use as the budget. `currency_code` is optional. If specified when creating a budget, it must match the currency of the billing account. If specified when updating a budget, it must match the currency_code of the existing budget. The `currency_code` is provided on output.
.google.type.Money specified_amount = 1;com.google.type.MoneyOrBuilder getSpecifiedAmountOrBuilder()
A specified amount to use as the budget. `currency_code` is optional. If specified when creating a budget, it must match the currency of the billing account. If specified when updating a budget, it must match the currency_code of the existing budget. The `currency_code` is provided on output.
.google.type.Money specified_amount = 1;boolean hasLastPeriodAmount()
Use the last period's actual spend as the budget for the present period. LastPeriodAmount can only be set when the budget's time period is a [Filter.calendar_period][google.cloud.billing.budgets.v1beta1.Filter.calendar_period]. It cannot be set in combination with [Filter.custom_period][google.cloud.billing.budgets.v1beta1.Filter.custom_period].
.google.cloud.billing.budgets.v1beta1.LastPeriodAmount last_period_amount = 2;LastPeriodAmount getLastPeriodAmount()
Use the last period's actual spend as the budget for the present period. LastPeriodAmount can only be set when the budget's time period is a [Filter.calendar_period][google.cloud.billing.budgets.v1beta1.Filter.calendar_period]. It cannot be set in combination with [Filter.custom_period][google.cloud.billing.budgets.v1beta1.Filter.custom_period].
.google.cloud.billing.budgets.v1beta1.LastPeriodAmount last_period_amount = 2;LastPeriodAmountOrBuilder getLastPeriodAmountOrBuilder()
Use the last period's actual spend as the budget for the present period. LastPeriodAmount can only be set when the budget's time period is a [Filter.calendar_period][google.cloud.billing.budgets.v1beta1.Filter.calendar_period]. It cannot be set in combination with [Filter.custom_period][google.cloud.billing.budgets.v1beta1.Filter.custom_period].
.google.cloud.billing.budgets.v1beta1.LastPeriodAmount last_period_amount = 2;BudgetAmount.BudgetAmountCase getBudgetAmountCase()
Copyright © 2024 Google LLC. All rights reserved.