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