public enum TransformationResultStatusType extends Enum<TransformationResultStatusType> implements com.google.protobuf.ProtocolMessageEnum
Enum of possible outcomes of transformations. SUCCESS if transformation and storing of transformation was successful, otherwise, reason for not transforming.Protobuf enum
google.privacy.dlp.v2.TransformationResultStatusType| Enum Constant and Description |
|---|
BIGQUERY_MAX_ROW_SIZE_EXCEEDED
This will be set when a BigQuery transformation was successful but could
not be stored back in BigQuery because the transformed row exceeds
BigQuery's max row size.
|
INVALID_TRANSFORM
This will be set when a finding could not be transformed (i.e.
|
METADATA_UNRETRIEVABLE
This will be set when there is a finding in the custom metadata of a file,
but at the write time of the transformed file, this key / value pair is
unretrievable.
|
STATE_TYPE_UNSPECIFIED
STATE_TYPE_UNSPECIFIED = 0; |
SUCCESS
This will be set when the transformation and storing of it is successful.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BIGQUERY_MAX_ROW_SIZE_EXCEEDED_VALUE
This will be set when a BigQuery transformation was successful but could
not be stored back in BigQuery because the transformed row exceeds
BigQuery's max row size.
|
static int |
INVALID_TRANSFORM_VALUE
This will be set when a finding could not be transformed (i.e.
|
static int |
METADATA_UNRETRIEVABLE_VALUE
This will be set when there is a finding in the custom metadata of a file,
but at the write time of the transformed file, this key / value pair is
unretrievable.
|
static int |
STATE_TYPE_UNSPECIFIED_VALUE
STATE_TYPE_UNSPECIFIED = 0; |
static int |
SUCCESS_VALUE
This will be set when the transformation and storing of it is successful.
|
| Modifier and Type | Method and Description |
|---|---|
static TransformationResultStatusType |
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<TransformationResultStatusType> |
internalGetValueMap() |
static TransformationResultStatusType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransformationResultStatusType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransformationResultStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationResultStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformationResultStatusType STATE_TYPE_UNSPECIFIED
STATE_TYPE_UNSPECIFIED = 0;public static final TransformationResultStatusType INVALID_TRANSFORM
This will be set when a finding could not be transformed (i.e. outside user set bucket range).
INVALID_TRANSFORM = 1;public static final TransformationResultStatusType BIGQUERY_MAX_ROW_SIZE_EXCEEDED
This will be set when a BigQuery transformation was successful but could not be stored back in BigQuery because the transformed row exceeds BigQuery's max row size.
BIGQUERY_MAX_ROW_SIZE_EXCEEDED = 2;public static final TransformationResultStatusType METADATA_UNRETRIEVABLE
This will be set when there is a finding in the custom metadata of a file, but at the write time of the transformed file, this key / value pair is unretrievable.
METADATA_UNRETRIEVABLE = 3;public static final TransformationResultStatusType SUCCESS
This will be set when the transformation and storing of it is successful.
SUCCESS = 4;public static final TransformationResultStatusType UNRECOGNIZED
public static final int STATE_TYPE_UNSPECIFIED_VALUE
STATE_TYPE_UNSPECIFIED = 0;public static final int INVALID_TRANSFORM_VALUE
This will be set when a finding could not be transformed (i.e. outside user set bucket range).
INVALID_TRANSFORM = 1;public static final int BIGQUERY_MAX_ROW_SIZE_EXCEEDED_VALUE
This will be set when a BigQuery transformation was successful but could not be stored back in BigQuery because the transformed row exceeds BigQuery's max row size.
BIGQUERY_MAX_ROW_SIZE_EXCEEDED = 2;public static final int METADATA_UNRETRIEVABLE_VALUE
This will be set when there is a finding in the custom metadata of a file, but at the write time of the transformed file, this key / value pair is unretrievable.
METADATA_UNRETRIEVABLE = 3;public static final int SUCCESS_VALUE
This will be set when the transformation and storing of it is successful.
SUCCESS = 4;public static TransformationResultStatusType[] values()
for (TransformationResultStatusType c : TransformationResultStatusType.values()) System.out.println(c);
public static TransformationResultStatusType 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 TransformationResultStatusType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TransformationResultStatusType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TransformationResultStatusType> 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 TransformationResultStatusType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.