Class BigQuery.RoutineOption

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    BigQuery

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

      • fields

        public static BigQuery.RoutineOption fields​(BigQuery.RoutineField... fields)
        Returns an option to specify the routines's fields to be returned by the RPC call. If this option is not provided all model's fields are returned. RoutineOption.fields can be used to specify only the fields of interest.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object