@Generated(value="by gapic-generator-java") public class TableName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
TableName.Builder
Builder for
projects/{project}/locations/{location}/catalogs/{catalog}/databases/{database}/tables/{table}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TableName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String catalog,
String database,
String table) |
String |
getCatalog() |
String |
getDatabase() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getTable() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static TableName.Builder |
newBuilder() |
static TableName |
of(String project,
String location,
String catalog,
String database,
String table) |
static TableName |
parse(String formattedString) |
static List<TableName> |
parseList(List<String> formattedStrings) |
TableName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<TableName> values) |
@Deprecated protected TableName()
public String getProject()
public String getLocation()
public String getCatalog()
public String getDatabase()
public String getTable()
public static TableName.Builder newBuilder()
public TableName.Builder toBuilder()
public static TableName of(String project, String location, String catalog, String database, String table)
public static String format(String project, String location, String catalog, String database, String table)
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 © 2023 Google LLC. All rights reserved.