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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SIGNAL_SOURCE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum SIGNAL_SOURCE_UNSPECIFIED = 0;
SIGNAL_SOURCE_RESOURCE_METADATA
Value: 1Signal comes from resource metadata.
Generated from protobuf enum SIGNAL_SOURCE_RESOURCE_METADATA = 1;
SIGNAL_SOURCE_SECURITY_FINDINGS
Value: 2Signal comes from SCC findings.
Generated from protobuf enum SIGNAL_SOURCE_SECURITY_FINDINGS = 2;
SIGNAL_SOURCE_RECOMMENDER
Value: 3Signal comes from recommender hub.
Generated from protobuf enum SIGNAL_SOURCE_RECOMMENDER = 3;
SIGNAL_SOURCE_MODERN_OBSERVABILITY
Value: 4Signal comes from modern observability platform.
Generated from protobuf enum SIGNAL_SOURCE_MODERN_OBSERVABILITY = 4;