Package com.google.cloud.bigquery
Class TableId
java.lang.Object
com.google.cloud.bigquery.TableId
- All Implemented Interfaces:
Serializable
Google BigQuery Table identity.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns dataset's user-defined id.Returns the IAM resource name for the tableReturns project's user-defined id.getTable()
Returns table's user-defined id.int
hashCode()
static TableId
Creates a table identity given dataset's and table's user-defined ids.static TableId
Creates a table identity given project's, dataset's and table's user-defined ids.toString()
-
Method Details
-
getProject
Returns project's user-defined id. -
getDataset
Returns dataset's user-defined id. -
getTable
Returns table's user-defined id. -
getIAMResourceName
Returns the IAM resource name for the table. * -
of
Creates a table identity given project's, dataset's and table's user-defined ids. -
of
Creates a table identity given dataset's and table's user-defined ids. -
equals
-
hashCode
public int hashCode() -
toString
-