Class GoogleCloudDiscoveryengineV1alphaRequirementMetricBinding
Specifies a metrics query and bind its result to a variable which will be used in the condition
.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaRequirementMetricBinding : IDirectResponseSchema
Properties
Category
The category of the metric's target resource. Example: "Events"
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Human readable description of the corresponding metric filter.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricFilter
The filter string used for metrics query. Example: "metric.type = "discoveryengine.googleapis.com/events/day_count" AND " "metric.conditions.time_range = "NINETY_DAYS""
Declaration
[JsonProperty("metricFilter")]
public virtual string MetricFilter { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceType
The resource being monitored for the metric.
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string |
VariableId
The variable id to be referenced in condition
.
Declaration
[JsonProperty("variableId")]
public virtual string VariableId { get; set; }
Property Value
Type | Description |
---|---|
string |