Enum SaasCondition.Type (0.23.0)

public enum SaasCondition.Type extends Enum<SaasCondition.Type> implements ProtocolMessageEnum

Enumeration of condition types.

Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.SaasCondition.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
TYPE_READY

Condition type is ready.

TYPE_READY = 1;

TYPE_READY_VALUE

Condition type is ready.

TYPE_READY = 1;

TYPE_SYNCHRONIZED

Condition type is synchronized.

TYPE_SYNCHRONIZED = 2;

TYPE_SYNCHRONIZED_VALUE

Condition type is synchronized.

TYPE_SYNCHRONIZED = 2;

TYPE_UNSPECIFIED

Condition type is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Condition type is unspecified.

TYPE_UNSPECIFIED = 0;

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()