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 BudgetNameBudgetName.Builder. build()static BudgetNameBudgetName. of(String billingAccount, String budget)static BudgetNameBudgetName. 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 voidBudgetServiceClient. deleteBudget(BudgetName name)Deletes a budget.BudgetBudgetServiceClient. 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)
-