public interface BudgetAmountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBudgetAmountCase()
public abstract BudgetAmount.BudgetAmountCase getBudgetAmountCase()| Type | Description |
| BudgetAmount.BudgetAmountCase |
getLastPeriodAmount()
public abstract 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. It cannot be set in combination with Filter.custom_period.
.google.cloud.billing.budgets.v1beta1.LastPeriodAmount last_period_amount = 2;
| Type | Description |
| LastPeriodAmount | The lastPeriodAmount. |
getLastPeriodAmountOrBuilder()
public abstract 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. It cannot be set in combination with Filter.custom_period.
.google.cloud.billing.budgets.v1beta1.LastPeriodAmount last_period_amount = 2;
| Type | Description |
| LastPeriodAmountOrBuilder |
getSpecifiedAmount()
public abstract 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;
| Type | Description |
| com.google.type.Money | The specifiedAmount. |
getSpecifiedAmountOrBuilder()
public abstract 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;
| Type | Description |
| com.google.type.MoneyOrBuilder |
hasLastPeriodAmount()
public abstract 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. It cannot be set in combination with Filter.custom_period.
.google.cloud.billing.budgets.v1beta1.LastPeriodAmount last_period_amount = 2;
| Type | Description |
| boolean | Whether the lastPeriodAmount field is set. |
hasSpecifiedAmount()
public abstract boolean 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;
| Type | Description |
| boolean | Whether the specifiedAmount field is set. |