public enum AppendRowsRequest.MissingValueInterpretation extends Enum<AppendRowsRequest.MissingValueInterpretation> implements ProtocolMessageEnumAn 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
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
DEFAULT_VALUE | 
        Missing value is interpreted as column default value if declared in the table schema, NULL otherwise.    | 
      
DEFAULT_VALUE_VALUE | 
        Missing value is interpreted as column default value if declared in the table schema, NULL otherwise.    | 
      
MISSING_VALUE_INTERPRETATION_UNSPECIFIED | 
        Invalid missing value interpretation. Requests with this value will be rejected.    | 
      
MISSING_VALUE_INTERPRETATION_UNSPECIFIED_VALUE | 
        Invalid missing value interpretation. Requests with this value will be rejected.    | 
      
NULL_VALUE | 
        Missing value is interpreted as NULL.    | 
      
NULL_VALUE_VALUE | 
        Missing value is interpreted as NULL.    | 
      
UNRECOGNIZED | 
        |
Static Methods | 
      |
|---|---|
| Name | Description | 
forNumber(int value) | 
        |
getDescriptor() | 
        |
internalGetValueMap() | 
        |
valueOf(Descriptors.EnumValueDescriptor desc) | 
        |
valueOf(int value) | 
        Deprecated. Use #forNumber(int) instead.  | 
      
valueOf(String name) | 
        |
values() | 
        |
Methods | 
      |
|---|---|
| Name | Description | 
getDescriptorForType() | 
        |
getNumber() | 
        |
getValueDescriptor() | 
        |