Class TableId

java.lang.Object
com.google.cloud.bigquery.TableId
All Implemented Interfaces:
Serializable

public final class TableId extends Object implements Serializable
Google BigQuery Table identity.
See Also:
  • Method Details

    • getProject

      public String getProject()
      Returns project's user-defined id.
    • getDataset

      public String getDataset()
      Returns dataset's user-defined id.
    • getTable

      public String getTable()
      Returns table's user-defined id.
    • getIAMResourceName

      public String getIAMResourceName()
      Returns the IAM resource name for the table. *
    • of

      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.
    • of

      public static TableId of(String dataset, String table)
      Creates a table identity given dataset's and table's user-defined ids.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object