Reference documentation and code samples for the Google Cloud Database Center V1beta Client class SignalSource.
Represents the source system from where a signal comes from.
More enum values are expected to be added as needed.
Protobuf type google.cloud.databasecenter.v1beta.SignalSource
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
static::name
value
mixed
static::value
name
mixed
Constants
SIGNAL_SOURCE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum SIGNAL_SOURCE_UNSPECIFIED = 0;
SIGNAL_SOURCE_RESOURCE_METADATA
Value: 1
Signal comes from resource metadata.
Generated from protobuf enum SIGNAL_SOURCE_RESOURCE_METADATA = 1;
SIGNAL_SOURCE_SECURITY_FINDINGS
Value: 2
Signal comes from SCC findings.
Generated from protobuf enum SIGNAL_SOURCE_SECURITY_FINDINGS = 2;
SIGNAL_SOURCE_RECOMMENDER
Value: 3
Signal comes from recommender hub.
Generated from protobuf enum SIGNAL_SOURCE_RECOMMENDER = 3;
SIGNAL_SOURCE_MODERN_OBSERVABILITY
Value: 4
Signal comes from modern observability platform.
Generated from protobuf enum SIGNAL_SOURCE_MODERN_OBSERVABILITY = 4;

