Class BigQuery.TableOption

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    BigQuery

    public static class BigQuery.TableOption
    extends Object
    Class for specifying table get, create and update options.
    See Also:
    Serialized Form
    • Method Detail

      • autodetectSchema

        public static BigQuery.TableOption autodetectSchema​(boolean autodetect)
        Returns an option to specify the schema of the table (only applicable for external tables) should be autodetected when updating the table from the underlying source.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object