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 classBudgetA 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 classBudget.BuilderA 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 BudgetOrBuilderCreateBudgetRequest.Builder. getBudgetOrBuilder()Required.BudgetOrBuilderCreateBudgetRequest. getBudgetOrBuilder()Required.BudgetOrBuilderCreateBudgetRequestOrBuilder. getBudgetOrBuilder()Required.BudgetOrBuilderUpdateBudgetRequest.Builder. getBudgetOrBuilder()Required.BudgetOrBuilderUpdateBudgetRequest. getBudgetOrBuilder()Required.BudgetOrBuilderUpdateBudgetRequestOrBuilder. getBudgetOrBuilder()Required.BudgetOrBuilderListBudgetsResponse.Builder. getBudgetsOrBuilder(int index)List of the budgets owned by the requested billing account.BudgetOrBuilderListBudgetsResponse. getBudgetsOrBuilder(int index)List of the budgets owned by the requested billing account.BudgetOrBuilderListBudgetsResponseOrBuilder. 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.
-