Class RowName (0.46.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
Name Description
table String
row String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static RowName.Builder newBuilder()
Returns
Type Description
RowName.Builder

of(String table, String row)

public static RowName of(String table, String row)
Parameters
Name Description
table String
row String
Returns
Type Description
RowName

parse(String formattedString)

public static RowName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
RowName

parseList(List<String> formattedStrings)

public static List<RowName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<RowName>

toStringList(List<RowName> values)

public static List<String> toStringList(List<RowName> values)
Parameter
Name Description
values List<RowName>
Returns
Type Description
List<String>

Constructors

RowName() (deprecated)

protected RowName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getRow()

public String getRow()
Returns
Type Description
String

getTable()

public String getTable()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public RowName.Builder toBuilder()
Returns
Type Description
RowName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides