Enum PersistentResource.State

java.lang.Object
java.lang.Enum<PersistentResource.State>
com.google.cloud.aiplatform.v1.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 Details

    • STATE_UNSPECIFIED

      public static final PersistentResource.State STATE_UNSPECIFIED
       Not set.
       
      STATE_UNSPECIFIED = 0;
    • PROVISIONING

      public static final PersistentResource.State PROVISIONING
       The PROVISIONING state indicates the persistent resources is being
       created.
       
      PROVISIONING = 1;
    • RUNNING

      public static final PersistentResource.State RUNNING
       The RUNNING state indicates the persistent resource is healthy and fully
       usable.
       
      RUNNING = 3;
    • STOPPING

      public static final PersistentResource.State STOPPING
       The STOPPING state indicates the persistent resource is being deleted.
       
      STOPPING = 4;
    • ERROR

      public static final PersistentResource.State ERROR
       The ERROR state indicates the persistent resource may be unusable.
       Details can be found in the `error` field.
       
      ERROR = 5;
    • REBOOTING

      public static final PersistentResource.State 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

      public static final PersistentResource.State UPDATING
       The UPDATING state indicates the persistent resource is being updated.
       
      UPDATING = 7;
    • UNRECOGNIZED

      public static final PersistentResource.State UNRECOGNIZED
  • Field Details

    • STATE_UNSPECIFIED_VALUE

      public static final int STATE_UNSPECIFIED_VALUE
       Not set.
       
      STATE_UNSPECIFIED = 0;
      See Also:
    • PROVISIONING_VALUE

      public static final int PROVISIONING_VALUE
       The PROVISIONING state indicates the persistent resources is being
       created.
       
      PROVISIONING = 1;
      See Also:
    • RUNNING_VALUE

      public static final int RUNNING_VALUE
       The RUNNING state indicates the persistent resource is healthy and fully
       usable.
       
      RUNNING = 3;
      See Also:
    • STOPPING_VALUE

      public static final int STOPPING_VALUE
       The STOPPING state indicates the persistent resource is being deleted.
       
      STOPPING = 4;
      See Also:
    • ERROR_VALUE

      public static final int ERROR_VALUE
       The 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_VALUE
       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;
      See Also:
    • UPDATING_VALUE

      public static final int UPDATING_VALUE
       The UPDATING state indicates the persistent resource is being updated.
       
      UPDATING = 7;
      See Also:
  • Method Details

    • values

      public static PersistentResource.State[] 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

      public static PersistentResource.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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static PersistentResource.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 name
      NullPointerException - if the argument is null
    • forNumber

      public static PersistentResource.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<PersistentResource.State> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null