Google Cloud Dataplex V1 Client - Class Type (0.6.0)

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

Type of zone.

Protobuf type google.cloud.dataplex.v1.Zone.Type

Namespace

Google \ Cloud \ Dataplex \ V1 \ Zone

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Zone type not specified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

RAW

Value: 1

A zone that contains data that needs further processing before it is considered generally ready for consumption and analytics workloads.

Generated from protobuf enum RAW = 1;

CURATED

Value: 2

A zone that contains data that is considered to be ready for broader consumption and analytics workloads. Curated structured data stored in Cloud Storage must conform to certain file formats (parquet, avro and orc) and organized in a hive-compatible directory layout.

Generated from protobuf enum CURATED = 2;