public static enum TableDataProfile.State extends Enum<TableDataProfile.State> implements com.google.protobuf.ProtocolMessageEnum
Possible states of a profile. New items may be added.Protobuf enum
google.privacy.dlp.v2.TableDataProfile.State| Enum Constant and Description |
|---|
DONE
The profile is no longer generating.
|
RUNNING
The profile is currently running.
|
STATE_UNSPECIFIED
Unused.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DONE_VALUE
The profile is no longer generating.
|
static int |
RUNNING_VALUE
The profile is currently running.
|
static int |
STATE_UNSPECIFIED_VALUE
Unused.
|
| Modifier and Type | Method and Description |
|---|---|
static TableDataProfile.State |
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<TableDataProfile.State> |
internalGetValueMap() |
static TableDataProfile.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TableDataProfile.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TableDataProfile.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableDataProfile.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableDataProfile.State STATE_UNSPECIFIED
Unused.
STATE_UNSPECIFIED = 0;public static final TableDataProfile.State RUNNING
The profile is currently running. Once a profile has finished it will transition to DONE.
RUNNING = 1;public static final TableDataProfile.State DONE
The profile is no longer generating. If profile_status.status.code is 0, the profile succeeded, otherwise, it failed.
DONE = 2;public static final TableDataProfile.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Unused.
STATE_UNSPECIFIED = 0;public static final int RUNNING_VALUE
The profile is currently running. Once a profile has finished it will transition to DONE.
RUNNING = 1;public static final int DONE_VALUE
The profile is no longer generating. If profile_status.status.code is 0, the profile succeeded, otherwise, it failed.
DONE = 2;public static TableDataProfile.State[] values()
for (TableDataProfile.State c : TableDataProfile.State.values()) System.out.println(c);
public static TableDataProfile.State 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 TableDataProfile.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TableDataProfile.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TableDataProfile.State> 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 TableDataProfile.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.