Class BigQuery.DatasetOption

java.lang.Object
com.google.cloud.bigquery.BigQuery.DatasetOption
All Implemented Interfaces:
Serializable
Enclosing interface:
BigQuery

public static class BigQuery.DatasetOption extends Object
Class for specifying dataset get, create and update options.
See Also:
  • Method Details

    • fields

      public static BigQuery.DatasetOption fields(BigQuery.DatasetField... fields)
      Returns an option to specify the dataset's fields to be returned by the RPC call. If this option is not provided all dataset's fields are returned. { code DatasetOption.fields} can be used to specify only the fields of interest. DatasetInfo.getDatasetId() is always returned, even if not specified.
    • 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