Uses of Interface
com.google.cloud.billing.budgets.v1beta1.BudgetOrBuilder
-
Packages that use BudgetOrBuilder Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget API -
-
Uses of BudgetOrBuilder in com.google.cloud.billing.budgets.v1beta1
Classes in com.google.cloud.billing.budgets.v1beta1 that implement BudgetOrBuilder Modifier and Type Class Description class
Budget
A budget is a plan that describes what you expect to spend on Cloud projects, plus the rules to execute as spend is tracked against that plan, (for example, send an alert when 90% of the target spend is met).static class
Budget.Builder
A budget is a plan that describes what you expect to spend on Cloud projects, plus the rules to execute as spend is tracked against that plan, (for example, send an alert when 90% of the target spend is met).Methods in com.google.cloud.billing.budgets.v1beta1 that return BudgetOrBuilder Modifier and Type Method Description BudgetOrBuilder
CreateBudgetRequest.Builder. getBudgetOrBuilder()
Required.BudgetOrBuilder
CreateBudgetRequest. getBudgetOrBuilder()
Required.BudgetOrBuilder
CreateBudgetRequestOrBuilder. getBudgetOrBuilder()
Required.BudgetOrBuilder
UpdateBudgetRequest.Builder. getBudgetOrBuilder()
Required.BudgetOrBuilder
UpdateBudgetRequest. getBudgetOrBuilder()
Required.BudgetOrBuilder
UpdateBudgetRequestOrBuilder. getBudgetOrBuilder()
Required.BudgetOrBuilder
ListBudgetsResponse.Builder. getBudgetsOrBuilder(int index)
List of the budgets owned by the requested billing account.BudgetOrBuilder
ListBudgetsResponse. getBudgetsOrBuilder(int index)
List of the budgets owned by the requested billing account.BudgetOrBuilder
ListBudgetsResponseOrBuilder. getBudgetsOrBuilder(int index)
List of the budgets owned by the requested billing account.Methods in com.google.cloud.billing.budgets.v1beta1 that return types with arguments of type BudgetOrBuilder Modifier and Type Method Description List<? extends BudgetOrBuilder>
ListBudgetsResponse.Builder. getBudgetsOrBuilderList()
List of the budgets owned by the requested billing account.List<? extends BudgetOrBuilder>
ListBudgetsResponse. getBudgetsOrBuilderList()
List of the budgets owned by the requested billing account.List<? extends BudgetOrBuilder>
ListBudgetsResponseOrBuilder. getBudgetsOrBuilderList()
List of the budgets owned by the requested billing account.
-