| Modifier and Type | Method and Description |
|---|---|
static AppendRowsRequest.MissingValueInterpretation |
AppendRowsRequest.MissingValueInterpretation.forNumber(int value) |
AppendRowsRequest.MissingValueInterpretation |
AppendRowsRequestOrBuilder.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 |
AppendRowsRequest.Builder.getMissingValueInterpretationsOrDefault(String key,
AppendRowsRequest.MissingValueInterpretation defaultValue)
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.
|
AppendRowsRequest.MissingValueInterpretation |
AppendRowsRequest.getMissingValueInterpretationsOrThrow(String key)
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.
|
static AppendRowsRequest.MissingValueInterpretation |
AppendRowsRequest.MissingValueInterpretation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AppendRowsRequest.MissingValueInterpretation |
AppendRowsRequest.MissingValueInterpretation.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
AppendRowsRequest.Builder |
AppendRowsRequest.Builder.putAllMissingValueInterpretations(Map<String,AppendRowsRequest.MissingValueInterpretation> values)
A map to indicate how to interpret missing value for some fields.
|
Copyright © 2023 Google LLC. All rights reserved.