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.MissingValueInterpretation
AppendRowsRequest.MissingValueInterpretation. forNumber(int value)
AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest.Builder. getDefaultMissingValueInterpretation()
Optional.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest. getDefaultMissingValueInterpretation()
Optional.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequestOrBuilder. getDefaultMissingValueInterpretation()
Optional.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest.Builder. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequestOrBuilder. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest.Builder. getMissingValueInterpretationsOrThrow(String key)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest. getMissingValueInterpretationsOrThrow(String key)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequestOrBuilder. getMissingValueInterpretationsOrThrow(String key)
A map to indicate how to interpret missing value for some fields.static AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest.MissingValueInterpretation. valueOf(int value)
Deprecated.static AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest.MissingValueInterpretation. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest.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.MissingValueInterpretation
AppendRowsRequest.Builder. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequest. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretation
AppendRowsRequestOrBuilder. getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder
AppendRowsRequest.Builder. putMissingValueInterpretations(String key, AppendRowsRequest.MissingValueInterpretation value)
A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder
AppendRowsRequest.Builder. setDefaultMissingValueInterpretation(AppendRowsRequest.MissingValueInterpretation value)
Optional.JsonStreamWriter.Builder
JsonStreamWriter.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.Builder
SchemaAwareStreamWriter.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.Builder
StreamWriter.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.Builder
AppendRowsRequest.Builder. putAllMissingValueInterpretations(Map<String,AppendRowsRequest.MissingValueInterpretation> values)
A map to indicate how to interpret missing value for some fields.void
JsonStreamWriter. setMissingValueInterpretationMap(Map<String,AppendRowsRequest.MissingValueInterpretation> missingValueInterpretationMap)
Sets the missing value interpretation map for the JsonStreamWriter.void
SchemaAwareStreamWriter. setMissingValueInterpretationMap(Map<String,AppendRowsRequest.MissingValueInterpretation> missingValueInterpretationMap)
Sets the missing value interpretation map for the SchemaAwareStreamWriter.void
StreamWriter. setMissingValueInterpretationMap(Map<String,AppendRowsRequest.MissingValueInterpretation> missingValueInterpretationMap)
Sets the missing value interpretation map for the stream writer.
-