Class TableId (2.48.1)

publicfinalclass TableIdimplementsSerializable

Google BigQuery Table identity.

Inheritance

Object > TableId

Implements

Serializable

Static Methods

of(String dataset, String table)

publicstaticTableIdof(Stringdataset,Stringtable)

Creates a table identity given dataset's and table's user-defined ids.

Parameters
Name Description
dataset String
table String
Returns
Type Description
TableId

of(String project, String dataset, String table)

publicstaticTableIdof(Stringproject,Stringdataset,Stringtable)

Creates a table identity given project's, dataset's and table's user-defined ids.

Parameters
Name Description
project String
dataset String
table String
Returns
Type Description
TableId

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataset()

publicStringgetDataset()

Returns dataset's user-defined id.

Returns
Type Description
String

getIAMResourceName()

publicStringgetIAMResourceName()

Returns the IAM resource name for the table. *

Returns
Type Description
String

getProject()

publicStringgetProject()

Returns project's user-defined id.

Returns
Type Description
String

getTable()

publicStringgetTable()

Returns table's user-defined id.

Returns
Type Description
String

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

toString()

publicStringtoString()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.