public enum StoredInfoTypeState extends Enum<StoredInfoTypeState> implements com.google.protobuf.ProtocolMessageEnum
State of a StoredInfoType version.Protobuf enum
google.privacy.dlp.v2.StoredInfoTypeState| Enum Constant and Description |
|---|
FAILED
StoredInfoType creation failed.
|
INVALID
StoredInfoType is no longer valid because artifacts stored in
user-controlled storage were modified.
|
PENDING
StoredInfoType version is being created.
|
READY
StoredInfoType version is ready for use.
|
STORED_INFO_TYPE_STATE_UNSPECIFIED
Unused
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILED_VALUE
StoredInfoType creation failed.
|
static int |
INVALID_VALUE
StoredInfoType is no longer valid because artifacts stored in
user-controlled storage were modified.
|
static int |
PENDING_VALUE
StoredInfoType version is being created.
|
static int |
READY_VALUE
StoredInfoType version is ready for use.
|
static int |
STORED_INFO_TYPE_STATE_UNSPECIFIED_VALUE
Unused
|
| Modifier and Type | Method and Description |
|---|---|
static StoredInfoTypeState |
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<StoredInfoTypeState> |
internalGetValueMap() |
static StoredInfoTypeState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StoredInfoTypeState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StoredInfoTypeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoredInfoTypeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoredInfoTypeState STORED_INFO_TYPE_STATE_UNSPECIFIED
Unused
STORED_INFO_TYPE_STATE_UNSPECIFIED = 0;public static final StoredInfoTypeState PENDING
StoredInfoType version is being created.
PENDING = 1;public static final StoredInfoTypeState READY
StoredInfoType version is ready for use.
READY = 2;public static final StoredInfoTypeState FAILED
StoredInfoType creation failed. All relevant error messages are returned in the `StoredInfoTypeVersion` message.
FAILED = 3;public static final StoredInfoTypeState INVALID
StoredInfoType is no longer valid because artifacts stored in user-controlled storage were modified. To fix an invalid StoredInfoType, use the `UpdateStoredInfoType` method to create a new version.
INVALID = 4;public static final StoredInfoTypeState UNRECOGNIZED
public static final int STORED_INFO_TYPE_STATE_UNSPECIFIED_VALUE
Unused
STORED_INFO_TYPE_STATE_UNSPECIFIED = 0;public static final int PENDING_VALUE
StoredInfoType version is being created.
PENDING = 1;public static final int READY_VALUE
StoredInfoType version is ready for use.
READY = 2;public static final int FAILED_VALUE
StoredInfoType creation failed. All relevant error messages are returned in the `StoredInfoTypeVersion` message.
FAILED = 3;public static final int INVALID_VALUE
StoredInfoType is no longer valid because artifacts stored in user-controlled storage were modified. To fix an invalid StoredInfoType, use the `UpdateStoredInfoType` method to create a new version.
INVALID = 4;public static StoredInfoTypeState[] values()
for (StoredInfoTypeState c : StoredInfoTypeState.values()) System.out.println(c);
public static StoredInfoTypeState 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 StoredInfoTypeState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static StoredInfoTypeState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StoredInfoTypeState> 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 StoredInfoTypeState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.