Class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 13
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed : IDirectResponseSchema
Properties
BackupdrMetadata
BackupDR metadata is used to ingest metadata from BackupDR.
Declaration
[JsonProperty("backupdrMetadata")]
public virtual StorageDatabasecenterPartnerapiV1mainBackupDRMetadata BackupdrMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainBackupDRMetadata |
ConfigBasedSignalData
Config based signal data is used to ingest signals that are generated based on the configuration of the database resource.
Declaration
[JsonProperty("configBasedSignalData")]
public virtual StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData ConfigBasedSignalData { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData |
DatabaseResourceSignalData
Database resource signal data is used to ingest signals from database resource signal feeds.
Declaration
[JsonProperty("databaseResourceSignalData")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData DatabaseResourceSignalData { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FeedTimestamp
object representation of FeedTimestampRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FeedTimestampDateTimeOffset instead.")]
public virtual object FeedTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
FeedTimestampDateTimeOffset
DateTimeOffset representation of FeedTimestampRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? FeedTimestampDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
FeedTimestampRaw
Required. Timestamp when feed is generated.
Declaration
[JsonProperty("feedTimestamp")]
public virtual string FeedTimestampRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FeedType
Required. Type feed to be ingested into condor
Declaration
[JsonProperty("feedType")]
public virtual string FeedType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ObservabilityMetricData
Observability metric data.
Declaration
[JsonProperty("observabilityMetricData")]
public virtual StorageDatabasecenterPartnerapiV1mainObservabilityMetricData ObservabilityMetricData { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainObservabilityMetricData |
RecommendationSignalData
Database resource recommendation signal data.
Declaration
[JsonProperty("recommendationSignalData")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData RecommendationSignalData { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData |
ResourceHealthSignalData
Database resource health signal data.
Declaration
[JsonProperty("resourceHealthSignalData")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData ResourceHealthSignalData { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData |
ResourceId
Primary key associated with the Resource. resource_id is available in individual feed level as well.
Declaration
[JsonProperty("resourceId")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceId ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainDatabaseResourceId |
ResourceMetadata
Database resource metadata.
Declaration
[JsonProperty("resourceMetadata")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata ResourceMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata |
SkipIngestion
Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is intentionally skipped. For example, BackupDR feeds are only needed for resources integrated with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute Engine, Persistent Disk) can be skipped.
Declaration
[JsonProperty("skipIngestion")]
public virtual bool? SkipIngestion { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |