Uses of Enum
com.google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation
-
Uses of AppendRowsRequest.MissingValueInterpretation in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return AppendRowsRequest.MissingValueInterpretationModifier and TypeMethodDescriptionAppendRowsRequest.MissingValueInterpretation.forNumber(int value) AppendRowsRequest.Builder.getDefaultMissingValueInterpretation()Optional.AppendRowsRequest.getDefaultMissingValueInterpretation()Optional.AppendRowsRequestOrBuilder.getDefaultMissingValueInterpretation()Optional.AppendRowsRequest.Builder.getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue) A map to indicate how to interpret missing value for some fields.AppendRowsRequestOrBuilder.getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.getMissingValueInterpretationsOrThrow(String key) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.getMissingValueInterpretationsOrThrow(String key) A map to indicate how to interpret missing value for some fields.AppendRowsRequestOrBuilder.getMissingValueInterpretationsOrThrow(String key) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.MissingValueInterpretation.valueOf(int value) Deprecated.AppendRowsRequest.MissingValueInterpretation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.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 that return types with arguments of type AppendRowsRequest.MissingValueInterpretationModifier and TypeMethodDescriptionAppendRowsRequest.Builder.getMissingValueInterpretations()Deprecated.AppendRowsRequest.getMissingValueInterpretations()Deprecated.AppendRowsRequestOrBuilder.getMissingValueInterpretations()Deprecated.AppendRowsRequest.Builder.getMissingValueInterpretationsMap()A map to indicate how to interpret missing value for some fields.AppendRowsRequest.getMissingValueInterpretationsMap()A map to indicate how to interpret missing value for some fields.AppendRowsRequestOrBuilder.getMissingValueInterpretationsMap()A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.getMutableMissingValueInterpretations()Deprecated.static com.google.protobuf.Internal.EnumLiteMap<AppendRowsRequest.MissingValueInterpretation>AppendRowsRequest.MissingValueInterpretation.internalGetValueMap()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type AppendRowsRequest.MissingValueInterpretationModifier and TypeMethodDescriptionAppendRowsRequest.Builder.getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue) A map to indicate how to interpret missing value for some fields.AppendRowsRequestOrBuilder.getMissingValueInterpretationsOrDefault(String key, AppendRowsRequest.MissingValueInterpretation defaultValue) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.putMissingValueInterpretations(String key, AppendRowsRequest.MissingValueInterpretation value) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.setDefaultMissingValueInterpretation(AppendRowsRequest.MissingValueInterpretation value) Optional.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type AppendRowsRequest.MissingValueInterpretationModifier and TypeMethodDescriptionAppendRowsRequest.Builder.putAllMissingValueInterpretations(Map<String, AppendRowsRequest.MissingValueInterpretation> values) A map to indicate how to interpret missing value for some fields.