Class LocationName (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
public class LocationName implements ResourceName
Inheritance
Object >
LocationName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String project, String location)
Returns |
Type |
Description |
String |
|
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter |
Name |
Description |
formattedString |
String
|
newBuilder()
public static LocationName.Builder newBuilder()
of(String project, String location)
public static LocationName of(String project, String location)
parse(String formattedString)
public static LocationName parse(String formattedString)
Parameter |
Name |
Description |
formattedString |
String
|
parseList(List<String> formattedStrings)
public static List<LocationName> parseList(List<String> formattedStrings)
Parameter |
Name |
Description |
formattedStrings |
List<String>
|
toStringList(List<LocationName> values)
public static List<String> toStringList(List<LocationName> values)
Constructors
LocationName() (deprecated)
Methods
equals(Object o)
public boolean equals(Object o)
Parameter |
Name |
Description |
o |
Object
|
Overrides