Uses of Class
com.google.cloud.billing.budgets.v1beta1.BudgetName
-
Packages that use BudgetName Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget API -
-
Uses of BudgetName in com.google.cloud.billing.budgets.v1beta1
Methods in com.google.cloud.billing.budgets.v1beta1 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.v1beta1 that return types with arguments of type BudgetName Modifier and Type Method Description static List<BudgetName>
BudgetName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.billing.budgets.v1beta1 with type arguments of type BudgetName Modifier and Type Method Description static List<String>
BudgetName. toStringList(List<BudgetName> values)
-