Package com.google.cloud.aiplatform.v1
Enum Schedule.State
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Schedule.State>
- Enclosing class:
- Schedule
public static enum Schedule.State
extends Enum<Schedule.State>
implements com.google.protobuf.ProtocolMessageEnum
Possible state of the schedule.Protobuf enum
google.cloud.aiplatform.v1.Schedule.State-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Schedule is active.The Schedule is completed.The schedule is paused.Unspecified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe Schedule is active.static final intThe Schedule is completed.static final intThe schedule is paused.static final intUnspecified. -
Method Summary
Modifier and TypeMethodDescriptionstatic Schedule.StateforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Schedule.State>static Schedule.StatevalueOf(int value) Deprecated.static Schedule.StatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Schedule.StateReturns the enum constant of this type with the specified name.static Schedule.State[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STATE_UNSPECIFIED
Unspecified.
STATE_UNSPECIFIED = 0; -
ACTIVE
The Schedule is active. Runs are being scheduled on the user-specified timespec.
ACTIVE = 1; -
PAUSED
The schedule is paused. No new runs will be created until the schedule is resumed. Already started runs will be allowed to complete.
PAUSED = 2; -
COMPLETED
The Schedule is completed. No new runs will be scheduled. Already started runs will be allowed to complete. Schedules in completed state cannot be paused or resumed.
COMPLETED = 3; -
UNRECOGNIZED
-
-
Field Details
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUEUnspecified.
STATE_UNSPECIFIED = 0;- See Also:
-
ACTIVE_VALUE
public static final int ACTIVE_VALUEThe Schedule is active. Runs are being scheduled on the user-specified timespec.
ACTIVE = 1;- See Also:
-
PAUSED_VALUE
public static final int PAUSED_VALUEThe schedule is paused. No new runs will be created until the schedule is resumed. Already started runs will be allowed to complete.
PAUSED = 2;- See Also:
-
COMPLETED_VALUE
public static final int COMPLETED_VALUEThe Schedule is completed. No new runs will be scheduled. Already started runs will be allowed to complete. Schedules in completed state cannot be paused or resumed.
COMPLETED = 3;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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.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
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
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
-