@Generated(value="by gapic-generator-java") public class BudgetName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
BudgetName.Builder
Builder for billingAccounts/{billing_account}/budgets/{budget}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BudgetName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String billingAccount,
String budget) |
String |
getBillingAccount() |
String |
getBudget() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static BudgetName.Builder |
newBuilder() |
static BudgetName |
of(String billingAccount,
String budget) |
static BudgetName |
parse(String formattedString) |
static List<BudgetName> |
parseList(List<String> formattedStrings) |
BudgetName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<BudgetName> values) |
@Deprecated protected BudgetName()
public String getBillingAccount()
public String getBudget()
public static BudgetName.Builder newBuilder()
public BudgetName.Builder toBuilder()
public static BudgetName of(String billingAccount, String budget)
public static BudgetName parse(String formattedString)
public static List<BudgetName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<BudgetName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.