Class SinkInfo.Destination.DatasetDestination

    • Method Detail

      • getProject

        public String getProject()
        Returns the name of the project where the Google Cloud BigQuery dataset resides. If null, the default project is used.
      • getDataset

        public String getDataset()
        Returns the name of the Google Cloud BigQuery dataset this destination represents.
      • hashCode

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

        public static SinkInfo.Destination.DatasetDestination of​(String dataset)
        Creates a DatasetDestination object given the name of the dataset to be used as sink destination. Dataset is assumed to reside in the default project.