public enum SignalStatus extends Enum<SignalStatus> implements ProtocolMessageEnumRepresents the state of a signal. More enum values are expected to be added as needed.
Protobuf enum google.cloud.databasecenter.v1beta.SignalStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
SIGNAL_STATUS_ISSUE |
Signal is an issue. |
SIGNAL_STATUS_ISSUE_VALUE |
Signal is an issue. |
SIGNAL_STATUS_NOT_APPLICABLE |
Signal is not applicable to the resource. |
SIGNAL_STATUS_NOT_APPLICABLE_VALUE |
Signal is not applicable to the resource. |
SIGNAL_STATUS_NOT_ENABLED |
Signal is not enabled for the resource. |
SIGNAL_STATUS_NOT_ENABLED_VALUE |
Signal is not enabled for the resource. |
SIGNAL_STATUS_OK |
Signal is not an issue. |
SIGNAL_STATUS_OK_VALUE |
Signal is not an issue. |
SIGNAL_STATUS_UNSPECIFIED |
Unspecified. |
SIGNAL_STATUS_UNSPECIFIED_VALUE |
Unspecified. |
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() |
|