Enum Zone.Type (1.39.0)

public enum Zone.Type extends Enum<Zone.Type> implements ProtocolMessageEnum

Type of zone.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CURATED

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.

CURATED = 2;

CURATED_VALUE

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.

CURATED = 2;

RAW

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

RAW = 1;

RAW_VALUE

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

RAW = 1;

TYPE_UNSPECIFIED

Zone type not specified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Zone type not specified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()