public final class TableId extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDataset()
Returns dataset's user-defined id.
|
String |
getProject()
Returns project's user-defined id.
|
String |
getTable()
Returns table's user-defined id.
|
int |
hashCode() |
static TableId |
of(String dataset,
String table)
Creates a table identity given dataset's and table's user-defined ids.
|
static TableId |
of(String project,
String dataset,
String table)
Creates a table identity given project's, dataset's and table's user-defined ids.
|
String |
toString() |
public String getProject()
public String getDataset()
public String getTable()
public static TableId of(String project, String dataset, String table)
public static TableId of(String dataset, String table)
Copyright © 2018 Google. All rights reserved.