Class TableName
- java.lang.Object
-
- com.google.cloud.bigquery.biglake.v1alpha1.TableName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class TableName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableName.Builder
Builder for projects/{project}/locations/{location}/catalogs/{catalog}/databases/{database}/tables/{table}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TableName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
TableName
@Deprecated protected TableName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCatalog
public String getCatalog()
-
getDatabase
public String getDatabase()
-
getTable
public String getTable()
-
newBuilder
public static TableName.Builder newBuilder()
-
toBuilder
public TableName.Builder toBuilder()
-
of
public static TableName of(String project, String location, String catalog, String database, String table)
-
format
public static String format(String project, String location, String catalog, String database, String table)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-