Google Cloud Dataplex V1 Client - Class Format (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Format.

The specific file format of the data.

Protobuf type google.cloud.dataplex.v1.StorageFormat.Format

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

FORMAT_UNSPECIFIED

Value: 0

Format unspecified.

Generated from protobuf enum FORMAT_UNSPECIFIED = 0;

PARQUET

Value: 1

Parquet-formatted structured data.

Generated from protobuf enum PARQUET = 1;

AVRO

Value: 2

Avro-formatted structured data.

Generated from protobuf enum AVRO = 2;

ORC

Value: 3

Orc-formatted structured data.

Generated from protobuf enum ORC = 3;

CSV

Value: 100

Csv-formatted semi-structured data.

Generated from protobuf enum CSV = 100;

JSON

Value: 101

Json-formatted semi-structured data.

Generated from protobuf enum JSON = 101;

IMAGE

Value: 200

Image data formats (such as jpg and png).

Generated from protobuf enum IMAGE = 200;

AUDIO

Value: 201

Audio data formats (such as mp3, and wav).

Generated from protobuf enum AUDIO = 201;

VIDEO

Value: 202

Video data formats (such as mp4 and mpg).

Generated from protobuf enum VIDEO = 202;

TEXT

Value: 203

Textual data formats (such as txt and xml).

Generated from protobuf enum TEXT = 203;

TFRECORD

Value: 204

TensorFlow record format.

Generated from protobuf enum TFRECORD = 204;

OTHER

Value: 1000

Data that doesn't match a specific format.

Generated from protobuf enum OTHER = 1000;

UNKNOWN

Value: 1001

Data of an unknown format.

Generated from protobuf enum UNKNOWN = 1001;