Class DatasetId

    • Method Detail

      • getProject

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

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

        public static DatasetId of​(String project,
                                   String dataset)
        Creates a dataset identity given project's and dataset's user-defined ids.
      • of

        public static DatasetId of​(String dataset)
        Creates a dataset identity given only its user-defined id.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object