Unit has error, when it is not ready and some error operation
UNIT_STATE_ERROR = 6;
UNIT_STATE_ERROR_VALUE
Unit has error, when it is not ready and some error operation
UNIT_STATE_ERROR = 6;
UNIT_STATE_NOT_PROVISIONED
Unit is not provisioned.
UNIT_STATE_NOT_PROVISIONED = 1;
UNIT_STATE_NOT_PROVISIONED_VALUE
Unit is not provisioned.
UNIT_STATE_NOT_PROVISIONED = 1;
UNIT_STATE_PROVISIONING
Unit is being provisioned.
UNIT_STATE_PROVISIONING = 2;
UNIT_STATE_PROVISIONING_VALUE
Unit is being provisioned.
UNIT_STATE_PROVISIONING = 2;
UNIT_STATE_READY
Unit has been provisioned and is ready for use
UNIT_STATE_READY = 5;
UNIT_STATE_READY_VALUE
Unit has been provisioned and is ready for use
UNIT_STATE_READY = 5;
UNIT_STATE_UNSPECIFIED
Unspecified state.
UNIT_STATE_UNSPECIFIED = 0;
UNIT_STATE_UNSPECIFIED_VALUE
Unspecified state.
UNIT_STATE_UNSPECIFIED = 0;
UNIT_STATE_UPDATING
Unit is being updated. This is typically when a unit is being upgraded to
a new release or some of the input variables on the Unit is being
changed. Certain kinds of updates may cause the Unit to become unusable
while the update is in progress.
UNIT_STATE_UPDATING = 3;
UNIT_STATE_UPDATING_VALUE
Unit is being updated. This is typically when a unit is being upgraded to
a new release or some of the input variables on the Unit is being
changed. Certain kinds of updates may cause the Unit to become unusable
while the update is in progress.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Enum Unit.UnitState (0.2.0)\n\n public enum Unit.UnitState extends Enum\u003cUnit.UnitState\u003e implements ProtocolMessageEnum\n\nUnitState annotates what is the current state of the unit itself.\n\nProtobuf enum `google.cloud.saasplatform.saasservicemgmt.v1beta1.Unit.UnitState` \n\nImplements\n----------\n\n[ProtocolMessageEnum](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.ProtocolMessageEnum.html) \n\nInherited Members\n-----------------\n\n[Enum.\\\u003cT\\\u003evalueOf(Class\\\u003cT\\\u003e,String)](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-) \n[Enum.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--) \n[Enum.compareTo(E)](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-) \n[Enum.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-) \n[Enum.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--) \n[Enum.getDeclaringClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--) \n[Enum.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--) \n[Enum.name()](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--) \n[Enum.ordinal()](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--) \n[Enum.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)"]]