Google Cloud Database Center V1beta Client - Class SignalStatus (0.3.1)

Reference documentation and code samples for the Google Cloud Database Center V1beta Client class SignalStatus.

Represents the state of a signal. More enum values are expected to be added as needed.

Protobuf type google.cloud.databasecenter.v1beta.SignalStatus

Namespace

Google \ Cloud \ DatabaseCenter \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SIGNAL_STATUS_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum SIGNAL_STATUS_UNSPECIFIED = 0;

SIGNAL_STATUS_NOT_APPLICABLE

Value: 1

Signal is not applicable to the resource.

Generated from protobuf enum SIGNAL_STATUS_NOT_APPLICABLE = 1;

SIGNAL_STATUS_OK

Value: 2

Signal is not an issue.

Generated from protobuf enum SIGNAL_STATUS_OK = 2;

SIGNAL_STATUS_ISSUE

Value: 3

Signal is an issue.

Generated from protobuf enum SIGNAL_STATUS_ISSUE = 3;

SIGNAL_STATUS_NOT_ENABLED

Value: 4

Signal is not enabled for the resource.

Generated from protobuf enum SIGNAL_STATUS_NOT_ENABLED = 4;