Enum Database.OperationsInsightsStatus (0.29.0)

public enum Database.OperationsInsightsStatus extends Enum<Database.OperationsInsightsStatus> implements ProtocolMessageEnum

The Status of Operations Insights for this Database.

Protobuf enum google.cloud.oracledatabase.v1.Database.OperationsInsightsStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISABLING

Indicates that the operations insights are being disabled.

DISABLING = 3;

DISABLING_VALUE

Indicates that the operations insights are being disabled.

DISABLING = 3;

ENABLED

Indicates that the operations insights are enabled.

ENABLED = 2;

ENABLED_VALUE

Indicates that the operations insights are enabled.

ENABLED = 2;

ENABLING

Indicates that the operations insights are being enabled.

ENABLING = 1;

ENABLING_VALUE

Indicates that the operations insights are being enabled.

ENABLING = 1;

FAILED_DISABLING

Indicates that the operations insights failed to disable.

FAILED_DISABLING = 6;

FAILED_DISABLING_VALUE

Indicates that the operations insights failed to disable.

FAILED_DISABLING = 6;

FAILED_ENABLING

Indicates that the operations insights failed to enable.

FAILED_ENABLING = 5;

FAILED_ENABLING_VALUE

Indicates that the operations insights failed to enable.

FAILED_ENABLING = 5;

NOT_ENABLED

Indicates that the operations insights are not enabled.

NOT_ENABLED = 4;

NOT_ENABLED_VALUE

Indicates that the operations insights are not enabled.

NOT_ENABLED = 4;

OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED

Default unspecified value.

OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED = 0;

OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED_VALUE

Default unspecified value.

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