Class: Google::Cloud::DiscoveryEngine::V1::Condition::QueryTerm

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/control.rb

Overview

Matcher for search request query

Instance Attribute Summary collapse

Instance Attribute Details

#full_match::Boolean

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

Returns:

  • (::Boolean)

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



61
62
63
64
# File 'proto_docs/google/cloud/discoveryengine/v1/control.rb', line 61

class QueryTerm
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns 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.

Returns:

  • (::String)

    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.



61
62
63
64
# File 'proto_docs/google/cloud/discoveryengine/v1/control.rb', line 61

class QueryTerm
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end