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 class
BillingAccountLocationName.Builder
Builder for billingAccounts/{billing_account}/locations/{location}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
BillingAccountLocationName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-