public enum UnitCondition.Type extends Enum<UnitCondition.Type> implements ProtocolMessageEnum
Enumeration of condition types.
Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitCondition.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
TYPE_OPERATION_ERROR |
Condition type is operationError. True when the last unit operation fails with a non-ignorable error. |
TYPE_OPERATION_ERROR_VALUE |
Condition type is operationError. True when the last unit operation fails with a non-ignorable error. |
TYPE_PROVISIONED |
Condition type is provisioned. |
TYPE_PROVISIONED_VALUE |
Condition type is provisioned. |
TYPE_READY |
Condition type is ready. |
TYPE_READY_VALUE |
Condition type is ready. |
TYPE_UNSPECIFIED |
Condition type is unspecified. |
TYPE_UNSPECIFIED_VALUE |
Condition type is unspecified. |
TYPE_UPDATING |
Condition type is updating. |
TYPE_UPDATING_VALUE |
Condition type is updating. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |