Uses of Class
com.google.cloud.billing.budgets.v1.BudgetName
-
Packages that use BudgetName Package Description com.google.cloud.billing.budgets.v1 A client to Cloud Billing Budget API -
-
Uses of BudgetName in com.google.cloud.billing.budgets.v1
Methods in com.google.cloud.billing.budgets.v1 that return BudgetName Modifier and Type Method Description BudgetName
BudgetName.Builder. build()
static BudgetName
BudgetName. of(String billingAccount, String budget)
static BudgetName
BudgetName. parse(String formattedString)
Methods in com.google.cloud.billing.budgets.v1 that return types with arguments of type BudgetName Modifier and Type Method Description static List<BudgetName>
BudgetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.billing.budgets.v1 with parameters of type BudgetName Modifier and Type Method Description void
BudgetServiceClient. deleteBudget(BudgetName name)
Deletes a budget.Budget
BudgetServiceClient. getBudget(BudgetName name)
Returns a budget.Method parameters in com.google.cloud.billing.budgets.v1 with type arguments of type BudgetName Modifier and Type Method Description static List<String>
BudgetName. toStringList(List<BudgetName> values)
-