| Modifier and Type | Method and Description |
|---|---|
static ImportedDataInfo.Encoding |
ImportedDataInfo.Encoding.forNumber(int value) |
ImportedDataInfo.Encoding |
ImportedDataInfo.TableDefinitionOrBuilder.getEncoding()
Character encoding of the input when applicable (CSV, JSON).
|
ImportedDataInfo.Encoding |
ImportedDataInfo.TableDefinition.getEncoding()
Character encoding of the input when applicable (CSV, JSON).
|
ImportedDataInfo.Encoding |
ImportedDataInfo.TableDefinition.Builder.getEncoding()
Character encoding of the input when applicable (CSV, JSON).
|
static ImportedDataInfo.Encoding |
ImportedDataInfo.Encoding.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportedDataInfo.Encoding |
ImportedDataInfo.Encoding.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportedDataInfo.Encoding |
ImportedDataInfo.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportedDataInfo.Encoding[] |
ImportedDataInfo.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ImportedDataInfo.Encoding> |
ImportedDataInfo.Encoding.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo.TableDefinition.Builder |
ImportedDataInfo.TableDefinition.Builder.setEncoding(ImportedDataInfo.Encoding value)
Character encoding of the input when applicable (CSV, JSON).
|
Copyright © 2023 Google LLC. All rights reserved.