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.
Values:
MISSING_VALUE_INTERPRETATION_UNSPECIFIED (0):
Invalid missing value interpretation.
Requests with this value will be rejected.
NULL_VALUE (1):
Missing value is interpreted as NULL.
DEFAULT_VALUE (2):
Missing value is interpreted as column
default value if declared in the table schema,
NULL otherwise.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-10 UTC."],[],[]]