public static enum AppendRowsRequest.MissingValueInterpretation extends Enum<AppendRowsRequest.MissingValueInterpretation> implements com.google.protobuf.ProtocolMessageEnum
An enum to indicate how to interpret missing values. Missing values are fields 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| Enum Constant and Description |
|---|
DEFAULT_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.
|
NULL_VALUE
Missing value is interpreted as NULL.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_VALUE_VALUE
Missing value is interpreted as column default value if declared in the
table schema, NULL otherwise.
|
static int |
MISSING_VALUE_INTERPRETATION_UNSPECIFIED_VALUE
Invalid missing value interpretation.
|
static int |
NULL_VALUE_VALUE
Missing value is interpreted as NULL.
|
| Modifier and Type | Method and Description |
|---|---|
static AppendRowsRequest.MissingValueInterpretation |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<AppendRowsRequest.MissingValueInterpretation> |
internalGetValueMap() |
static AppendRowsRequest.MissingValueInterpretation |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AppendRowsRequest.MissingValueInterpretation |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AppendRowsRequest.MissingValueInterpretation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppendRowsRequest.MissingValueInterpretation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppendRowsRequest.MissingValueInterpretation MISSING_VALUE_INTERPRETATION_UNSPECIFIED
Invalid missing value interpretation. Requests with this value will be rejected.
MISSING_VALUE_INTERPRETATION_UNSPECIFIED = 0;public static final AppendRowsRequest.MissingValueInterpretation NULL_VALUE
Missing value is interpreted as NULL.
NULL_VALUE = 1;public static final AppendRowsRequest.MissingValueInterpretation DEFAULT_VALUE
Missing value is interpreted as column default value if declared in the table schema, NULL otherwise.
DEFAULT_VALUE = 2;public static final AppendRowsRequest.MissingValueInterpretation UNRECOGNIZED
public static final int MISSING_VALUE_INTERPRETATION_UNSPECIFIED_VALUE
Invalid missing value interpretation. Requests with this value will be rejected.
MISSING_VALUE_INTERPRETATION_UNSPECIFIED = 0;public static final int NULL_VALUE_VALUE
Missing value is interpreted as NULL.
NULL_VALUE = 1;public static final int DEFAULT_VALUE_VALUE
Missing value is interpreted as column default value if declared in the table schema, NULL otherwise.
DEFAULT_VALUE = 2;public static AppendRowsRequest.MissingValueInterpretation[] values()
for (AppendRowsRequest.MissingValueInterpretation c : AppendRowsRequest.MissingValueInterpretation.values()) System.out.println(c);
public static AppendRowsRequest.MissingValueInterpretation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AppendRowsRequest.MissingValueInterpretation valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AppendRowsRequest.MissingValueInterpretation forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AppendRowsRequest.MissingValueInterpretation> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AppendRowsRequest.MissingValueInterpretation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.