Package com.google.cloud.dataplex.v1
Enum DataScanJob.State
- java.lang.Object
-
- java.lang.Enum<DataScanJob.State>
-
- com.google.cloud.dataplex.v1.DataScanJob.State
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<DataScanJob.State>
- Enclosing class:
- DataScanJob
public static enum DataScanJob.State extends Enum<DataScanJob.State> implements com.google.protobuf.ProtocolMessageEnum
Execution state for the DataScanJob.
Protobuf enumgoogle.cloud.dataplex.v1.DataScanJob.State
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANCELINGThe DataScanJob is canceling.CANCELLEDThe DataScanJob cancellation was successful.FAILEDThe DataScanJob is no longer running due to an error.PENDINGThe DataScanJob has been created but not started to run yet.RUNNINGThe DataScanJob is running.STATE_UNSPECIFIEDThe DataScanJob state is unspecified.SUCCEEDEDThe DataScanJob completed successfully.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCANCELING_VALUEThe DataScanJob is canceling.static intCANCELLED_VALUEThe DataScanJob cancellation was successful.static intFAILED_VALUEThe DataScanJob is no longer running due to an error.static intPENDING_VALUEThe DataScanJob has been created but not started to run yet.static intRUNNING_VALUEThe DataScanJob is running.static intSTATE_UNSPECIFIED_VALUEThe DataScanJob state is unspecified.static intSUCCEEDED_VALUEThe DataScanJob completed successfully.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DataScanJob.StateforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<DataScanJob.State>internalGetValueMap()static DataScanJob.StatevalueOf(int value)Deprecated.static DataScanJob.StatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DataScanJob.StatevalueOf(String name)Returns the enum constant of this type with the specified name.static DataScanJob.State[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STATE_UNSPECIFIED
public static final DataScanJob.State STATE_UNSPECIFIED
The DataScanJob state is unspecified.
STATE_UNSPECIFIED = 0;
-
RUNNING
public static final DataScanJob.State RUNNING
The DataScanJob is running.
RUNNING = 1;
-
CANCELING
public static final DataScanJob.State CANCELING
The DataScanJob is canceling.
CANCELING = 2;
-
CANCELLED
public static final DataScanJob.State CANCELLED
The DataScanJob cancellation was successful.
CANCELLED = 3;
-
SUCCEEDED
public static final DataScanJob.State SUCCEEDED
The DataScanJob completed successfully.
SUCCEEDED = 4;
-
FAILED
public static final DataScanJob.State FAILED
The DataScanJob is no longer running due to an error.
FAILED = 5;
-
PENDING
public static final DataScanJob.State PENDING
The DataScanJob has been created but not started to run yet.
PENDING = 7;
-
UNRECOGNIZED
public static final DataScanJob.State UNRECOGNIZED
-
-
Field Detail
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUE
The DataScanJob state is unspecified.
STATE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
RUNNING_VALUE
public static final int RUNNING_VALUE
The DataScanJob is running.
RUNNING = 1;- See Also:
- Constant Field Values
-
CANCELING_VALUE
public static final int CANCELING_VALUE
The DataScanJob is canceling.
CANCELING = 2;- See Also:
- Constant Field Values
-
CANCELLED_VALUE
public static final int CANCELLED_VALUE
The DataScanJob cancellation was successful.
CANCELLED = 3;- See Also:
- Constant Field Values
-
SUCCEEDED_VALUE
public static final int SUCCEEDED_VALUE
The DataScanJob completed successfully.
SUCCEEDED = 4;- See Also:
- Constant Field Values
-
FAILED_VALUE
public static final int FAILED_VALUE
The DataScanJob is no longer running due to an error.
FAILED = 5;- See Also:
- Constant Field Values
-
PENDING_VALUE
public static final int PENDING_VALUE
The DataScanJob has been created but not started to run yet.
PENDING = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static DataScanJob.State[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DataScanJob.State c : DataScanJob.State.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DataScanJob.State valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static DataScanJob.State valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static DataScanJob.State forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<DataScanJob.State> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static DataScanJob.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-