Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaCondition

Defines circumstances to be checked before allowing a behavior

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

Properties

ActiveTimeRange

Range of time(s) specifying when condition is active. Maximum of 10 time ranges.

Declaration
[JsonProperty("activeTimeRange")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaConditionTimeRange> ActiveTimeRange { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaConditionTimeRange>

ETag

The ETag of the item.

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

QueryRegex

Optional. Query regex to match the whole search query. Cannot be set when Condition.query_terms is set. Only supported for Basic Site Search promotion serving controls.

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

QueryTerms

Search only A list of terms to match the query on. Cannot be set when Condition.query_regex is set. Maximum of 10 query terms.

Declaration
[JsonProperty("queryTerms")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaConditionQueryTerm> QueryTerms { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaConditionQueryTerm>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX