Uses of Class
com.google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation
-
Packages that use AppendRowsRequest.MissingValueInterpretation Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of AppendRowsRequest.MissingValueInterpretation in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return AppendRowsRequest.MissingValueInterpretation Modifier and Type Method Description static AppendRowsRequest.MissingValueInterpretationAppendRowsRequest.MissingValueInterpretation. forNumber(int value)AppendRowsRequest.MissingValueInterpretationAppendRowsRequest.Builder. getDefaultMissingValueInterpretation()Optional.AppendRowsRequest.MissingValueInterpretationAppendRowsRequest. getDefaultMissingValueInterpretation()Optional.AppendRowsRequest.MissingValueInterpretationAppendRowsRequestOrBuilder. getDefaultMissingValueInterpretation()Optional.AppendRowsRequest.MissingValueInterpretationAppendRowsRequest.Builder. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretationAppendRowsRequest. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretationAppendRowsRequestOrBuilder. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretationAppendRowsRequest.Builder. getMissingValueInterpretationsOrThrow(String key)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretationAppendRowsRequest. getMissingValueInterpretationsOrThrow(String key)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretationAppendRowsRequestOrBuilder. getMissingValueInterpretationsOrThrow(String key)A map to indicate how to interpret missing value for some fields.static AppendRowsRequest.MissingValueInterpretationAppendRowsRequest.MissingValueInterpretation. valueOf(int value)Deprecated.static AppendRowsRequest.MissingValueInterpretationAppendRowsRequest.MissingValueInterpretation. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AppendRowsRequest.MissingValueInterpretationAppendRowsRequest.MissingValueInterpretation. valueOf(String name)Returns the enum constant of this type with the specified name.static AppendRowsRequest.MissingValueInterpretation[]AppendRowsRequest.MissingValueInterpretation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.storage.v1 with parameters of type AppendRowsRequest.MissingValueInterpretation Modifier and Type Method Description AppendRowsRequest.MissingValueInterpretationAppendRowsRequest.Builder. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretationAppendRowsRequest. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretationAppendRowsRequestOrBuilder. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.BuilderAppendRowsRequest.Builder. putMissingValueInterpretations(String key, AppendRowsRequest.MissingValueInterpretation value)A map to indicate how to interpret missing value for some fields.AppendRowsRequest.BuilderAppendRowsRequest.Builder. setDefaultMissingValueInterpretation(AppendRowsRequest.MissingValueInterpretation value)Optional.JsonStreamWriter.BuilderJsonStreamWriter.Builder. setDefaultMissingValueInterpretation(AppendRowsRequest.MissingValueInterpretation defaultMissingValueInterpretation)Sets the default missing value interpretation value if the column is not presented in the missing_value_interpretations map.SchemaAwareStreamWriter.BuilderSchemaAwareStreamWriter.Builder. setDefaultMissingValueInterpretation(AppendRowsRequest.MissingValueInterpretation defaultMissingValueInterpretation)Sets the default missing value interpretation value if the column is not presented in the missing_value_interpretations map.StreamWriter.BuilderStreamWriter.Builder. setDefaultMissingValueInterpretation(AppendRowsRequest.MissingValueInterpretation defaultMissingValueInterpretation)Sets the default missing value interpretation value if the column is not presented in the missing_value_interpretations map.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type AppendRowsRequest.MissingValueInterpretation Modifier and Type Method Description AppendRowsRequest.BuilderAppendRowsRequest.Builder. putAllMissingValueInterpretations(Map<String,AppendRowsRequest.MissingValueInterpretation> values)A map to indicate how to interpret missing value for some fields.voidJsonStreamWriter. setMissingValueInterpretationMap(Map<String,AppendRowsRequest.MissingValueInterpretation> missingValueInterpretationMap)Sets the missing value interpretation map for the JsonStreamWriter.voidSchemaAwareStreamWriter. setMissingValueInterpretationMap(Map<String,AppendRowsRequest.MissingValueInterpretation> missingValueInterpretationMap)Sets the missing value interpretation map for the SchemaAwareStreamWriter.voidStreamWriter. setMissingValueInterpretationMap(Map<String,AppendRowsRequest.MissingValueInterpretation> missingValueInterpretationMap)Sets the missing value interpretation map for the stream writer.
-