Class TableId (2.6.2)

public final class TableId implements Serializable

Google BigQuery Table identity.

Inheritance

Object > TableId

Implements

Serializable

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDataset()

public String getDataset()

Returns dataset's user-defined id.

Returns
TypeDescription
String

getIAMResourceName()

public String getIAMResourceName()

Returns the IAM resource name for the table. *

Returns
TypeDescription
String

getProject()

public String getProject()

Returns project's user-defined id.

Returns
TypeDescription
String

getTable()

public String getTable()

Returns table's user-defined id.

Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

of(String dataset, String table)

public static TableId of(String dataset, String table)

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

Parameters
NameDescription
datasetString
tableString
Returns
TypeDescription
TableId

of(String project, String dataset, String table)

public static TableId of(String project, String dataset, String table)

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

Parameters
NameDescription
projectString
datasetString
tableString
Returns
TypeDescription
TableId

toString()

public String toString()
Returns
TypeDescription
String
Overrides