Enum Schema.PartitionStyle (1.0.1)

public enum Schema.PartitionStyle extends Enum<Schema.PartitionStyle> implements ProtocolMessageEnum

The structure of paths within the entity, which represent partitions.

Protobuf enum google.cloud.dataplex.v1.Schema.PartitionStyle

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HIVE_COMPATIBLE

Partitions are hive-compatible. Examples: gs://bucket/path/to/table/dt=2019-10-31/lang=en, gs://bucket/path/to/table/dt=2019-10-31/lang=en/late.

HIVE_COMPATIBLE = 1;

HIVE_COMPATIBLE_VALUE

Partitions are hive-compatible. Examples: gs://bucket/path/to/table/dt=2019-10-31/lang=en, gs://bucket/path/to/table/dt=2019-10-31/lang=en/late.

HIVE_COMPATIBLE = 1;

PARTITION_STYLE_UNSPECIFIED

PartitionStyle unspecified

PARTITION_STYLE_UNSPECIFIED = 0;

PARTITION_STYLE_UNSPECIFIED_VALUE

PartitionStyle unspecified

PARTITION_STYLE_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()