Enum AppendRowsRequest.MissingValueInterpretation (3.4.0)

public enum AppendRowsRequest.MissingValueInterpretation extends Enum<AppendRowsRequest.MissingValueInterpretation> implements ProtocolMessageEnum

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 enum google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEFAULT_VALUE

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

DEFAULT_VALUE = 2;

DEFAULT_VALUE_VALUE

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

DEFAULT_VALUE = 2;

MISSING_VALUE_INTERPRETATION_UNSPECIFIED

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

MISSING_VALUE_INTERPRETATION_UNSPECIFIED = 0;

MISSING_VALUE_INTERPRETATION_UNSPECIFIED_VALUE

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

MISSING_VALUE_INTERPRETATION_UNSPECIFIED = 0;

NULL_VALUE

Missing value is interpreted as NULL.

NULL_VALUE = 1;

NULL_VALUE_VALUE

Missing value is interpreted as NULL.

NULL_VALUE = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()