Enum Action.InvalidDataPartition.PartitionStructure (1.35.0)

public enum Action.InvalidDataPartition.PartitionStructure extends Enum<Action.InvalidDataPartition.PartitionStructure> implements ProtocolMessageEnum

The expected partition structure.

Protobuf enum google.cloud.dataplex.v1.Action.InvalidDataPartition.PartitionStructure

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONSISTENT_KEYS

Consistent hive-style partition definition (both raw and curated zone).

CONSISTENT_KEYS = 1;

CONSISTENT_KEYS_VALUE

Consistent hive-style partition definition (both raw and curated zone).

CONSISTENT_KEYS = 1;

HIVE_STYLE_KEYS

Hive style partition definition (curated zone only).

HIVE_STYLE_KEYS = 2;

HIVE_STYLE_KEYS_VALUE

Hive style partition definition (curated zone only).

HIVE_STYLE_KEYS = 2;

PARTITION_STRUCTURE_UNSPECIFIED

PartitionStructure unspecified.

PARTITION_STRUCTURE_UNSPECIFIED = 0;

PARTITION_STRUCTURE_UNSPECIFIED_VALUE

PartitionStructure unspecified.

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