Class ZoneName (1.0.1)

public class ZoneName implements ResourceName

Inheritance

Object > ZoneName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String lake, String zone)

public static String format(String project, String location, String lake, String zone)
Parameters
NameDescription
projectString
locationString
lakeString
zoneString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static ZoneName.Builder newBuilder()
Returns
TypeDescription
ZoneName.Builder

of(String project, String location, String lake, String zone)

public static ZoneName of(String project, String location, String lake, String zone)
Parameters
NameDescription
projectString
locationString
lakeString
zoneString
Returns
TypeDescription
ZoneName

parse(String formattedString)

public static ZoneName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
ZoneName

parseList(List<String> formattedStrings)

public static List<ZoneName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<ZoneName>

toStringList(List<ZoneName> values)

public static List<String> toStringList(List<ZoneName> values)
Parameter
NameDescription
valuesList<ZoneName>
Returns
TypeDescription
List<String>

Constructors

ZoneName()

protected ZoneName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLake()

public String getLake()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getZone()

public String getZone()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public ZoneName.Builder toBuilder()
Returns
TypeDescription
ZoneName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides