public enum TransformationContainerType extends Enum<TransformationContainerType> implements com.google.protobuf.ProtocolMessageEnum
Describes functionality of a given container in its original format.Protobuf enum
google.privacy.dlp.v2.TransformationContainerType| Enum Constant and Description |
|---|
TRANSFORM_BODY
TRANSFORM_BODY = 1; |
TRANSFORM_METADATA
TRANSFORM_METADATA = 2; |
TRANSFORM_TABLE
TRANSFORM_TABLE = 3; |
TRANSFORM_UNKNOWN_CONTAINER
TRANSFORM_UNKNOWN_CONTAINER = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
TRANSFORM_BODY_VALUE
TRANSFORM_BODY = 1; |
static int |
TRANSFORM_METADATA_VALUE
TRANSFORM_METADATA = 2; |
static int |
TRANSFORM_TABLE_VALUE
TRANSFORM_TABLE = 3; |
static int |
TRANSFORM_UNKNOWN_CONTAINER_VALUE
TRANSFORM_UNKNOWN_CONTAINER = 0; |
| Modifier and Type | Method and Description |
|---|---|
static TransformationContainerType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TransformationContainerType> |
internalGetValueMap() |
static TransformationContainerType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransformationContainerType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransformationContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformationContainerType TRANSFORM_UNKNOWN_CONTAINER
TRANSFORM_UNKNOWN_CONTAINER = 0;public static final TransformationContainerType TRANSFORM_BODY
TRANSFORM_BODY = 1;public static final TransformationContainerType TRANSFORM_METADATA
TRANSFORM_METADATA = 2;public static final TransformationContainerType TRANSFORM_TABLE
TRANSFORM_TABLE = 3;public static final TransformationContainerType UNRECOGNIZED
public static final int TRANSFORM_UNKNOWN_CONTAINER_VALUE
TRANSFORM_UNKNOWN_CONTAINER = 0;public static final int TRANSFORM_BODY_VALUE
TRANSFORM_BODY = 1;public static final int TRANSFORM_METADATA_VALUE
TRANSFORM_METADATA = 2;public static final int TRANSFORM_TABLE_VALUE
TRANSFORM_TABLE = 3;public static TransformationContainerType[] values()
for (TransformationContainerType c : TransformationContainerType.values()) System.out.println(c);
public static TransformationContainerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TransformationContainerType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TransformationContainerType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TransformationContainerType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TransformationContainerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.