Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1ConditionQueryTerm

Matcher for search request query

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

Properties

ETag

The ETag of the item.

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

FullMatch

Whether the search query needs to exactly match the query term.

Declaration
[JsonProperty("fullMatch")]
public virtual bool? FullMatch { get; set; }
Property Value
Type Description
bool?

Value

The specific query value to match against Must be lowercase, must be UTF-8. Can have at most 3 space separated terms if full_match is true. Cannot be an empty string. Maximum length of 5000 characters.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX