Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding

Specifies a multi-level threshold to apply to apply to a metric_bindings in the condition CEL expression.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding
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 GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding : IDirectResponseSchema

Properties

Description

Human readable description of the corresponding threshold and sub-requirement.

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

ThresholdValues

The values of the threshold. The values should be ordered from the most strict to the least strict.

Declaration
[JsonProperty("thresholdValues")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaRequirementThresholdBindingThresholdValue> ThresholdValues { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaRequirementThresholdBindingThresholdValue>

VariableId

The variable id to be referenced in condition. Must be unique across all metric_bindings and threshold_bindings.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX