Class TableId

    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object