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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;