public enum StorageFormat.Format extends Enum<StorageFormat.Format> implements ProtocolMessageEnumThe specific file format of the data.
Protobuf enum google.cloud.dataplex.v1.StorageFormat.Format
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| AUDIO | Audio data formats (such as mp3, and wav). |
| AUDIO_VALUE | Audio data formats (such as mp3, and wav). |
| AVRO | Avro-formatted structured data. |
| AVRO_VALUE | Avro-formatted structured data. |
| CSV | Csv-formatted semi-structured data. |
| CSV_VALUE | Csv-formatted semi-structured data. |
| FORMAT_UNSPECIFIED | Format unspecified. |
| FORMAT_UNSPECIFIED_VALUE | Format unspecified. |
| IMAGE | Image data formats (such as jpg and png). |
| IMAGE_VALUE | Image data formats (such as jpg and png). |
| JSON | Json-formatted semi-structured data. |
| JSON_VALUE | Json-formatted semi-structured data. |
| ORC | Orc-formatted structured data. |
| ORC_VALUE | Orc-formatted structured data. |
| OTHER | Data that doesn't match a specific format. |
| OTHER_VALUE | Data that doesn't match a specific format. |
| PARQUET | Parquet-formatted structured data. |
| PARQUET_VALUE | Parquet-formatted structured data. |
| TEXT | Textual data formats (such as txt and xml). |
| TEXT_VALUE | Textual data formats (such as txt and xml). |
| TFRECORD | TensorFlow record format. |
| TFRECORD_VALUE | TensorFlow record format. |
| UNKNOWN | Data of an unknown format. |
| UNKNOWN_VALUE | Data of an unknown format. |
| UNRECOGNIZED | |
| VIDEO | Video data formats (such as mp4 and mpg). |
| VIDEO_VALUE | Video data formats (such as mp4 and mpg). |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |