Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaCheckRequirementResponseMetricQueryResult

Metric result. The metric are in the requirement_condition.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaCheckRequirementResponseMetricQueryResult
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCheckRequirementResponseMetricQueryResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MetricType

Type identifier of the metric corresponding to this query result.

Declaration
[JsonProperty("metricType")]
public virtual string MetricType { get; set; }
Property Value
Type Description
string

Name

This metric query name is mapping to variables in the requirement_condition.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Timestamp

object representation of TimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampRaw

Time corresponding to when this metric value was calculated.

Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
Type Description
string

Unit

The unit in which this metric is reported. Follows The Unified Code for Units of Measure standard.

Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type Description
string

Value

Value of the metric query.

Declaration
[JsonProperty("value")]
public virtual GoogleMonitoringV3TypedValue Value { get; set; }
Property Value
Type Description
GoogleMonitoringV3TypedValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX