Class TableId (2.40.1)

public final class TableId implements Serializable

Google BigQuery Table identity.

Inheritance

Object > TableId

Implements

Serializable

Static Methods

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
Name Description
dataset String
table String
Returns
Type Description
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
Name Description
project String
dataset String
table String
Returns
Type Description
TableId

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataset()

public String getDataset()

Returns dataset's user-defined id.

Returns
Type Description
String

getIAMResourceName()

public String getIAMResourceName()

Returns the IAM resource name for the table. *

Returns
Type Description
String

getProject()

public String getProject()

Returns project's user-defined id.

Returns
Type Description
String

getTable()

public String getTable()

Returns table's user-defined id.

Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides