| Modifier and Type | Method and Description |
|---|---|
static ImportedDataInfo.Format |
ImportedDataInfo.Format.forNumber(int value) |
ImportedDataInfo.Format |
ImportedDataInfo.TableDefinitionOrBuilder.getFormat()
Describes the format of the data in source_uri.
|
ImportedDataInfo.Format |
ImportedDataInfo.TableDefinition.getFormat()
Describes the format of the data in source_uri.
|
ImportedDataInfo.Format |
ImportedDataInfo.TableDefinition.Builder.getFormat()
Describes the format of the data in source_uri.
|
static ImportedDataInfo.Format |
ImportedDataInfo.Format.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportedDataInfo.Format |
ImportedDataInfo.Format.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportedDataInfo.Format |
ImportedDataInfo.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportedDataInfo.Format[] |
ImportedDataInfo.Format.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.Format> |
ImportedDataInfo.Format.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo.TableDefinition.Builder |
ImportedDataInfo.TableDefinition.Builder.setFormat(ImportedDataInfo.Format value)
Describes the format of the data in source_uri.
|
Copyright © 2023 Google LLC. All rights reserved.