Google BigQuery Storage V1 Client - Class MissingValueInterpretation (2.0.0)

Reference documentation and code samples for the Google BigQuery Storage V1 Client class MissingValueInterpretation.

An enum to indicate how to interpret missing values of fields that are present in user schema but missing in rows. A missing value can represent a NULL or a column default value defined in BigQuery table schema.

Protobuf type google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation

Namespace

Google \ Cloud \ BigQuery \ Storage \ V1 \ AppendRowsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MISSING_VALUE_INTERPRETATION_UNSPECIFIED

Value: 0

Invalid missing value interpretation. Requests with this value will be rejected.

Generated from protobuf enum MISSING_VALUE_INTERPRETATION_UNSPECIFIED = 0;

NULL_VALUE

Value: 1

Missing value is interpreted as NULL.

Generated from protobuf enum NULL_VALUE = 1;

DEFAULT_VALUE

Value: 2

Missing value is interpreted as column default value if declared in the table schema, NULL otherwise.

Generated from protobuf enum DEFAULT_VALUE = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.