Package com.google.logging.v2
Class BillingAccountLocationName
- java.lang.Object
-
- com.google.logging.v2.BillingAccountLocationName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class BillingAccountLocationName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBillingAccountLocationName.BuilderBuilder for billingAccounts/{billing_account}/locations/{location}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedBillingAccountLocationName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String billingAccount, String location)StringgetBillingAccount()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()inthashCode()static booleanisParsableFrom(String formattedString)static BillingAccountLocationName.BuildernewBuilder()static BillingAccountLocationNameof(String billingAccount, String location)static BillingAccountLocationNameparse(String formattedString)static List<BillingAccountLocationName>parseList(List<String> formattedStrings)BillingAccountLocationName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<BillingAccountLocationName> values)
-
-
-
Constructor Detail
-
BillingAccountLocationName
@Deprecated protected BillingAccountLocationName()
Deprecated.
-
-
Method Detail
-
getBillingAccount
public String getBillingAccount()
-
getLocation
public String getLocation()
-
newBuilder
public static BillingAccountLocationName.Builder newBuilder()
-
toBuilder
public BillingAccountLocationName.Builder toBuilder()
-
of
public static BillingAccountLocationName of(String billingAccount, String location)
-
parse
public static BillingAccountLocationName parse(String formattedString)
-
parseList
public static List<BillingAccountLocationName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<BillingAccountLocationName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-