Package com.google.cloud.aiplatform.v1
Enum PersistentResource.State
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PersistentResource.State>
- Enclosing class:
- PersistentResource
public static enum PersistentResource.State
extends Enum<PersistentResource.State>
implements com.google.protobuf.ProtocolMessageEnum
Describes the PersistentResource state.Protobuf enum
google.cloud.aiplatform.v1.PersistentResource.State-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe ERROR state indicates the persistent resource may be unusable.The PROVISIONING state indicates the persistent resources is being created.The REBOOTING state indicates the persistent resource is being rebooted (PR is not available right now but is expected to be ready again later).The RUNNING state indicates the persistent resource is healthy and fully usable.Not set.The STOPPING state indicates the persistent resource is being deleted.The UPDATING state indicates the persistent resource is being updated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe ERROR state indicates the persistent resource may be unusable.static final intThe PROVISIONING state indicates the persistent resources is being created.static final intThe REBOOTING state indicates the persistent resource is being rebooted (PR is not available right now but is expected to be ready again later).static final intThe RUNNING state indicates the persistent resource is healthy and fully usable.static final intNot set.static final intThe STOPPING state indicates the persistent resource is being deleted.static final intThe UPDATING state indicates the persistent resource is being updated. -
Method Summary
Modifier and TypeMethodDescriptionstatic PersistentResource.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<PersistentResource.State>static PersistentResource.StatevalueOf(int value) Deprecated.static PersistentResource.StatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PersistentResource.StateReturns the enum constant of this type with the specified name.static PersistentResource.State[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STATE_UNSPECIFIED
Not set.
STATE_UNSPECIFIED = 0; -
PROVISIONING
The PROVISIONING state indicates the persistent resources is being created.
PROVISIONING = 1; -
RUNNING
The RUNNING state indicates the persistent resource is healthy and fully usable.
RUNNING = 3; -
STOPPING
The STOPPING state indicates the persistent resource is being deleted.
STOPPING = 4; -
ERROR
The ERROR state indicates the persistent resource may be unusable. Details can be found in the `error` field.
ERROR = 5; -
REBOOTING
The REBOOTING state indicates the persistent resource is being rebooted (PR is not available right now but is expected to be ready again later).
REBOOTING = 6; -
UPDATING
The UPDATING state indicates the persistent resource is being updated.
UPDATING = 7; -
UNRECOGNIZED
-
-
Field Details
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUENot set.
STATE_UNSPECIFIED = 0;- See Also:
-
PROVISIONING_VALUE
public static final int PROVISIONING_VALUEThe PROVISIONING state indicates the persistent resources is being created.
PROVISIONING = 1;- See Also:
-
RUNNING_VALUE
public static final int RUNNING_VALUEThe RUNNING state indicates the persistent resource is healthy and fully usable.
RUNNING = 3;- See Also:
-
STOPPING_VALUE
public static final int STOPPING_VALUEThe STOPPING state indicates the persistent resource is being deleted.
STOPPING = 4;- See Also:
-
ERROR_VALUE
public static final int ERROR_VALUEThe ERROR state indicates the persistent resource may be unusable. Details can be found in the `error` field.
ERROR = 5;- See Also:
-
REBOOTING_VALUE
public static final int REBOOTING_VALUEThe REBOOTING state indicates the persistent resource is being rebooted (PR is not available right now but is expected to be ready again later).
REBOOTING = 6;- See Also:
-
UPDATING_VALUE
public static final int UPDATING_VALUEThe UPDATING state indicates the persistent resource is being updated.
UPDATING = 7;- 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
public static com.google.protobuf.Internal.EnumLiteMap<PersistentResource.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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static PersistentResource.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
-