public final class TableId extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
dataset()
Returns dataset's user-defined id.
|
boolean |
equals(Object obj) |
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 |
project()
Returns project's user-defined id.
|
String |
table()
Returns table's user-defined id.
|
String |
toString() |
public String project()
public String dataset()
public String table()
public static TableId of(String project, String dataset, String table)
public static TableId of(String dataset, String table)
Copyright © 2016 Google. All rights reserved.