Enum TransformationContainerType (3.45.0)

public enum TransformationContainerType extends Enum<TransformationContainerType> implements ProtocolMessageEnum

Describes functionality of a given container in its original format.

Protobuf enum google.privacy.dlp.v2.TransformationContainerType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
TRANSFORM_BODY

Body of a file.

TRANSFORM_BODY = 1;

TRANSFORM_BODY_VALUE

Body of a file.

TRANSFORM_BODY = 1;

TRANSFORM_METADATA

Metadata for a file.

TRANSFORM_METADATA = 2;

TRANSFORM_METADATA_VALUE

Metadata for a file.

TRANSFORM_METADATA = 2;

TRANSFORM_TABLE

A table.

TRANSFORM_TABLE = 3;

TRANSFORM_TABLE_VALUE

A table.

TRANSFORM_TABLE = 3;

TRANSFORM_UNKNOWN_CONTAINER

Unused.

TRANSFORM_UNKNOWN_CONTAINER = 0;

TRANSFORM_UNKNOWN_CONTAINER_VALUE

Unused.

TRANSFORM_UNKNOWN_CONTAINER = 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()