Class RowName (0.45.0)

public class RowName implements ResourceName

Inheritance

Object > RowName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String table, String row)

public static String format(String table, String row)
Parameters
NameDescription
tableString
rowString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String table, String row)

public static RowName of(String table, String row)
Parameters
NameDescription
tableString
rowString
Returns
TypeDescription
RowName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<RowName> values)

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

Constructors

RowName() (deprecated)

protected RowName()

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>

getRow()

public String getRow()
Returns
TypeDescription
String

getTable()

public String getTable()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides