Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed

DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform.

Inheritance
object
StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed : IDirectResponseSchema

Properties

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

Declaration
[JsonProperty("observabilityMetricData")]
public virtual StorageDatabasecenterPartnerapiV1mainObservabilityMetricData ObservabilityMetricData { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainObservabilityMetricData

RecommendationSignalData

Declaration
[JsonProperty("recommendationSignalData")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData RecommendationSignalData { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData

ResourceHealthSignalData

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

Declaration
[JsonProperty("resourceMetadata")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata ResourceMetadata { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX