@Generated(value="by gapic-generator-java") public class RowName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
RowName.Builder
Builder for tables/{table}/rows/{row}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RowName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String table,
String row) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getRow() |
String |
getTable() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static RowName.Builder |
newBuilder() |
static RowName |
of(String table,
String row) |
static RowName |
parse(String formattedString) |
static List<RowName> |
parseList(List<String> formattedStrings) |
RowName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<RowName> values) |
@Deprecated protected RowName()
public String getTable()
public String getRow()
public static RowName.Builder newBuilder()
public RowName.Builder toBuilder()
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.