class Google::Cloud::Bigquery::LoadJob::Updater

def record name, description: nil, mode: nil, default_value_expression: nil, &block

Other tags:
    Yieldparam: nested_schema - the object accepting the

Other tags:
    Yield: - a block for setting the nested schema

Parameters:
  • default_value_expression (String) -- The default value of a field
  • mode (Symbol) -- The field's mode. The possible values are
  • description (String) -- A description of the field.
  • name (String) -- The field name. The name must contain only
def record name, description: nil, mode: nil, default_value_expression: nil, &block
  schema.record name, description: description, mode: mode,
                default_value_expression: default_value_expression, &block
end