google-apis-discoveryengine_v1 0.65.0 → 0.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa09d82f6de848baba057e39a9d5abd53523b3d2633a1125ddd176f01e6600ed
|
|
4
|
+
data.tar.gz: 48a4193bff92b0cf3a1dfdeaca76661be273027b83a27190b5fb95e30b29413f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bcaefa254e85ae949f1ded522443809c5e8150cf4846313c66c29d109186e662bbbe1ca82dc79cfc959959ade210ee5f2fd3106ea6066b14071a74a74a8e696
|
|
7
|
+
data.tar.gz: 66a9bfec8136b0d458573d21e44460e6f09b9607f2d88d3200988537e2acf027abdf88f5bc589cf1d8d2526e8f73e53b78723fea893bbc3a09fce54913e41e64
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.67.0 (2026-02-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260125
|
|
6
|
+
|
|
7
|
+
### v0.66.0 (2026-01-25)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260118
|
|
10
|
+
|
|
3
11
|
### v0.65.0 (2026-01-18)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260112
|
|
@@ -840,7 +840,7 @@ module Google
|
|
|
840
840
|
class GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequest
|
|
841
841
|
include Google::Apis::Core::Hashable
|
|
842
842
|
|
|
843
|
-
# Specification to boost suggestions based on the
|
|
843
|
+
# Specification to boost suggestions based on the condition of the suggestion.
|
|
844
844
|
# Corresponds to the JSON property `boostSpec`
|
|
845
845
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequestBoostSpec]
|
|
846
846
|
attr_accessor :boost_spec
|
|
@@ -928,7 +928,7 @@ module Google
|
|
|
928
928
|
end
|
|
929
929
|
end
|
|
930
930
|
|
|
931
|
-
# Specification to boost suggestions based on the
|
|
931
|
+
# Specification to boost suggestions based on the condition of the suggestion.
|
|
932
932
|
class GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequestBoostSpec
|
|
933
933
|
include Google::Apis::Core::Hashable
|
|
934
934
|
|
|
@@ -7880,9 +7880,10 @@ module Google
|
|
|
7880
7880
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
7881
7881
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
7882
7882
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
7883
|
-
# personalization-memory` * `
|
|
7884
|
-
# * `disable-
|
|
7885
|
-
# content` * `disable-google-drive-
|
|
7883
|
+
# personalization-memory` * `personalization-suggested-highlights` * `disable-
|
|
7884
|
+
# agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
|
|
7885
|
+
# disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
|
|
7886
|
+
# upload` * `disable-welcome-emails`
|
|
7886
7887
|
# Corresponds to the JSON property `features`
|
|
7887
7888
|
# @return [Hash<String,String>]
|
|
7888
7889
|
attr_accessor :features
|
|
@@ -9969,7 +9970,7 @@ module Google
|
|
|
9969
9970
|
end
|
|
9970
9971
|
end
|
|
9971
9972
|
|
|
9972
|
-
# Response message for UserLicenseService.
|
|
9973
|
+
# Response message for UserLicenseService.ListLicenseConfigsUsageStats method.
|
|
9973
9974
|
class GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse
|
|
9974
9975
|
include Google::Apis::Core::Hashable
|
|
9975
9976
|
|
|
@@ -10391,11 +10392,33 @@ module Google
|
|
|
10391
10392
|
# @return [Fixnum]
|
|
10392
10393
|
attr_accessor :effective_search_qpm_threshold
|
|
10393
10394
|
|
|
10395
|
+
# Output only. The earliest next update time for the indexing core subscription
|
|
10396
|
+
# threshold. This is based on the next_update_time returned by the underlying
|
|
10397
|
+
# Cloud Billing Subscription V3 API. This field is populated only if an update
|
|
10398
|
+
# indexing core subscription threshold request is succeeded.
|
|
10399
|
+
# Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
|
|
10400
|
+
# @return [String]
|
|
10401
|
+
attr_accessor :indexing_core_threshold_next_update_time
|
|
10402
|
+
|
|
10403
|
+
# Output only. The earliest next update time for the search QPM subscription
|
|
10404
|
+
# threshold. This is based on the next_update_time returned by the underlying
|
|
10405
|
+
# Cloud Billing Subscription V3 API. This field is populated only if an update
|
|
10406
|
+
# QPM subscription threshold request is succeeded.
|
|
10407
|
+
# Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
|
|
10408
|
+
# @return [String]
|
|
10409
|
+
attr_accessor :search_qpm_threshold_next_update_time
|
|
10410
|
+
|
|
10394
10411
|
# Optional. The start time of the currently active billing subscription.
|
|
10395
10412
|
# Corresponds to the JSON property `startTime`
|
|
10396
10413
|
# @return [String]
|
|
10397
10414
|
attr_accessor :start_time
|
|
10398
10415
|
|
|
10416
|
+
# Output only. The latest terminate effective time of search qpm and indexing
|
|
10417
|
+
# core subscriptions.
|
|
10418
|
+
# Corresponds to the JSON property `terminateTime`
|
|
10419
|
+
# @return [String]
|
|
10420
|
+
attr_accessor :terminate_time
|
|
10421
|
+
|
|
10399
10422
|
def initialize(**args)
|
|
10400
10423
|
update!(**args)
|
|
10401
10424
|
end
|
|
@@ -10404,7 +10427,10 @@ module Google
|
|
|
10404
10427
|
def update!(**args)
|
|
10405
10428
|
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
10406
10429
|
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
10430
|
+
@indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
|
|
10431
|
+
@search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
|
|
10407
10432
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
10433
|
+
@terminate_time = args[:terminate_time] if args.key?(:terminate_time)
|
|
10408
10434
|
end
|
|
10409
10435
|
end
|
|
10410
10436
|
|
|
@@ -11691,15 +11717,15 @@ module Google
|
|
|
11691
11717
|
|
|
11692
11718
|
# Optional. The categories associated with a category page. Must be set for
|
|
11693
11719
|
# category navigation queries to achieve good search quality. The format should
|
|
11694
|
-
# be the same as
|
|
11695
|
-
#
|
|
11696
|
-
#
|
|
11697
|
-
#
|
|
11698
|
-
#
|
|
11699
|
-
#
|
|
11700
|
-
#
|
|
11701
|
-
#
|
|
11702
|
-
#
|
|
11720
|
+
# be the same as PageInfo.page_category. This field is the equivalent of the
|
|
11721
|
+
# query for browse (navigation) queries. It's used by the browse model when the
|
|
11722
|
+
# query is empty. If the field is empty, it will not be used by the browse model.
|
|
11723
|
+
# If the field contains more than one element, only the first element will be
|
|
11724
|
+
# used. To represent full path of a category, use '>' character to separate
|
|
11725
|
+
# different hierarchies. If '>' is part of the category name, replace it with
|
|
11726
|
+
# other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
|
|
11727
|
+
# where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
|
|
11728
|
+
# RTX_4090 > Founders Edition`
|
|
11703
11729
|
# Corresponds to the JSON property `pageCategories`
|
|
11704
11730
|
# @return [Array<String>]
|
|
11705
11731
|
attr_accessor :page_categories
|
|
@@ -12714,8 +12740,8 @@ module Google
|
|
|
12714
12740
|
# search, the default is `HARD_FILTER`. For multi-datastore search, the default
|
|
12715
12741
|
# behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
|
|
12716
12742
|
# filters, and the `SOFT_BOOST` setting will not affect them. This field is only
|
|
12717
|
-
# used if SearchRequest.
|
|
12718
|
-
#
|
|
12743
|
+
# used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
|
|
12744
|
+
# FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
|
|
12719
12745
|
# Corresponds to the JSON property `extractedFilterBehavior`
|
|
12720
12746
|
# @return [String]
|
|
12721
12747
|
attr_accessor :extracted_filter_behavior
|
|
@@ -12902,6 +12928,12 @@ module Google
|
|
|
12902
12928
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseFacet>]
|
|
12903
12929
|
attr_accessor :facets
|
|
12904
12930
|
|
|
12931
|
+
# Information describing what natural language understanding was done on the
|
|
12932
|
+
# input query.
|
|
12933
|
+
# Corresponds to the JSON property `naturalLanguageQueryUnderstandingInfo`
|
|
12934
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo]
|
|
12935
|
+
attr_accessor :natural_language_query_understanding_info
|
|
12936
|
+
|
|
12905
12937
|
# A token that can be sent as SearchRequest.page_token to retrieve the next page.
|
|
12906
12938
|
# If this field is omitted, there are no subsequent pages.
|
|
12907
12939
|
# Corresponds to the JSON property `nextPageToken`
|
|
@@ -12962,6 +12994,7 @@ module Google
|
|
|
12962
12994
|
@attribution_token = args[:attribution_token] if args.key?(:attribution_token)
|
|
12963
12995
|
@corrected_query = args[:corrected_query] if args.key?(:corrected_query)
|
|
12964
12996
|
@facets = args[:facets] if args.key?(:facets)
|
|
12997
|
+
@natural_language_query_understanding_info = args[:natural_language_query_understanding_info] if args.key?(:natural_language_query_understanding_info)
|
|
12965
12998
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
12966
12999
|
@query_expansion_info = args[:query_expansion_info] if args.key?(:query_expansion_info)
|
|
12967
13000
|
@redirect_uri = args[:redirect_uri] if args.key?(:redirect_uri)
|
|
@@ -13038,6 +13071,264 @@ module Google
|
|
|
13038
13071
|
end
|
|
13039
13072
|
end
|
|
13040
13073
|
|
|
13074
|
+
# Information describing what natural language understanding was done on the
|
|
13075
|
+
# input query.
|
|
13076
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo
|
|
13077
|
+
include Google::Apis::Core::Hashable
|
|
13078
|
+
|
|
13079
|
+
# The classified intents from the input query.
|
|
13080
|
+
# Corresponds to the JSON property `classifiedIntents`
|
|
13081
|
+
# @return [Array<String>]
|
|
13082
|
+
attr_accessor :classified_intents
|
|
13083
|
+
|
|
13084
|
+
# The filters that were extracted from the input query.
|
|
13085
|
+
# Corresponds to the JSON property `extractedFilters`
|
|
13086
|
+
# @return [String]
|
|
13087
|
+
attr_accessor :extracted_filters
|
|
13088
|
+
|
|
13089
|
+
# Rewritten input query minus the extracted filters.
|
|
13090
|
+
# Corresponds to the JSON property `rewrittenQuery`
|
|
13091
|
+
# @return [String]
|
|
13092
|
+
attr_accessor :rewritten_query
|
|
13093
|
+
|
|
13094
|
+
# The filters that were extracted from the input query represented in a
|
|
13095
|
+
# structured form.
|
|
13096
|
+
# Corresponds to the JSON property `structuredExtractedFilter`
|
|
13097
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter]
|
|
13098
|
+
attr_accessor :structured_extracted_filter
|
|
13099
|
+
|
|
13100
|
+
def initialize(**args)
|
|
13101
|
+
update!(**args)
|
|
13102
|
+
end
|
|
13103
|
+
|
|
13104
|
+
# Update properties of this object
|
|
13105
|
+
def update!(**args)
|
|
13106
|
+
@classified_intents = args[:classified_intents] if args.key?(:classified_intents)
|
|
13107
|
+
@extracted_filters = args[:extracted_filters] if args.key?(:extracted_filters)
|
|
13108
|
+
@rewritten_query = args[:rewritten_query] if args.key?(:rewritten_query)
|
|
13109
|
+
@structured_extracted_filter = args[:structured_extracted_filter] if args.key?(:structured_extracted_filter)
|
|
13110
|
+
end
|
|
13111
|
+
end
|
|
13112
|
+
|
|
13113
|
+
# The filters that were extracted from the input query represented in a
|
|
13114
|
+
# structured form.
|
|
13115
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
|
13116
|
+
include Google::Apis::Core::Hashable
|
|
13117
|
+
|
|
13118
|
+
# The expression denoting the filter that was extracted from the input query.
|
|
13119
|
+
# Corresponds to the JSON property `expression`
|
|
13120
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression]
|
|
13121
|
+
attr_accessor :expression
|
|
13122
|
+
|
|
13123
|
+
def initialize(**args)
|
|
13124
|
+
update!(**args)
|
|
13125
|
+
end
|
|
13126
|
+
|
|
13127
|
+
# Update properties of this object
|
|
13128
|
+
def update!(**args)
|
|
13129
|
+
@expression = args[:expression] if args.key?(:expression)
|
|
13130
|
+
end
|
|
13131
|
+
end
|
|
13132
|
+
|
|
13133
|
+
# Logical `And` operator.
|
|
13134
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression
|
|
13135
|
+
include Google::Apis::Core::Hashable
|
|
13136
|
+
|
|
13137
|
+
# The expressions that were ANDed together.
|
|
13138
|
+
# Corresponds to the JSON property `expressions`
|
|
13139
|
+
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression>]
|
|
13140
|
+
attr_accessor :expressions
|
|
13141
|
+
|
|
13142
|
+
def initialize(**args)
|
|
13143
|
+
update!(**args)
|
|
13144
|
+
end
|
|
13145
|
+
|
|
13146
|
+
# Update properties of this object
|
|
13147
|
+
def update!(**args)
|
|
13148
|
+
@expressions = args[:expressions] if args.key?(:expressions)
|
|
13149
|
+
end
|
|
13150
|
+
end
|
|
13151
|
+
|
|
13152
|
+
# The expression denoting the filter that was extracted from the input query.
|
|
13153
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
|
|
13154
|
+
include Google::Apis::Core::Hashable
|
|
13155
|
+
|
|
13156
|
+
# Logical `And` operator.
|
|
13157
|
+
# Corresponds to the JSON property `andExpr`
|
|
13158
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression]
|
|
13159
|
+
attr_accessor :and_expr
|
|
13160
|
+
|
|
13161
|
+
# Constraint of a geolocation field. Name of the geolocation field as defined in
|
|
13162
|
+
# the schema.
|
|
13163
|
+
# Corresponds to the JSON property `geolocationConstraint`
|
|
13164
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint]
|
|
13165
|
+
attr_accessor :geolocation_constraint
|
|
13166
|
+
|
|
13167
|
+
# Constraint expression of a number field. Example: price < 100.
|
|
13168
|
+
# Corresponds to the JSON property `numberConstraint`
|
|
13169
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint]
|
|
13170
|
+
attr_accessor :number_constraint
|
|
13171
|
+
|
|
13172
|
+
# Logical `Or` operator.
|
|
13173
|
+
# Corresponds to the JSON property `orExpr`
|
|
13174
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression]
|
|
13175
|
+
attr_accessor :or_expr
|
|
13176
|
+
|
|
13177
|
+
# Constraint expression of a string field.
|
|
13178
|
+
# Corresponds to the JSON property `stringConstraint`
|
|
13179
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint]
|
|
13180
|
+
attr_accessor :string_constraint
|
|
13181
|
+
|
|
13182
|
+
def initialize(**args)
|
|
13183
|
+
update!(**args)
|
|
13184
|
+
end
|
|
13185
|
+
|
|
13186
|
+
# Update properties of this object
|
|
13187
|
+
def update!(**args)
|
|
13188
|
+
@and_expr = args[:and_expr] if args.key?(:and_expr)
|
|
13189
|
+
@geolocation_constraint = args[:geolocation_constraint] if args.key?(:geolocation_constraint)
|
|
13190
|
+
@number_constraint = args[:number_constraint] if args.key?(:number_constraint)
|
|
13191
|
+
@or_expr = args[:or_expr] if args.key?(:or_expr)
|
|
13192
|
+
@string_constraint = args[:string_constraint] if args.key?(:string_constraint)
|
|
13193
|
+
end
|
|
13194
|
+
end
|
|
13195
|
+
|
|
13196
|
+
# Constraint of a geolocation field. Name of the geolocation field as defined in
|
|
13197
|
+
# the schema.
|
|
13198
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
|
|
13199
|
+
include Google::Apis::Core::Hashable
|
|
13200
|
+
|
|
13201
|
+
# The reference address that was inferred from the input query. The proximity of
|
|
13202
|
+
# the reference address to the geolocation field will be used to filter the
|
|
13203
|
+
# results.
|
|
13204
|
+
# Corresponds to the JSON property `address`
|
|
13205
|
+
# @return [String]
|
|
13206
|
+
attr_accessor :address
|
|
13207
|
+
|
|
13208
|
+
# The name of the geolocation field as defined in the schema.
|
|
13209
|
+
# Corresponds to the JSON property `fieldName`
|
|
13210
|
+
# @return [String]
|
|
13211
|
+
attr_accessor :field_name
|
|
13212
|
+
|
|
13213
|
+
# The latitude of the geolocation inferred from the input query.
|
|
13214
|
+
# Corresponds to the JSON property `latitude`
|
|
13215
|
+
# @return [Float]
|
|
13216
|
+
attr_accessor :latitude
|
|
13217
|
+
|
|
13218
|
+
# The longitude of the geolocation inferred from the input query.
|
|
13219
|
+
# Corresponds to the JSON property `longitude`
|
|
13220
|
+
# @return [Float]
|
|
13221
|
+
attr_accessor :longitude
|
|
13222
|
+
|
|
13223
|
+
# The radius in meters around the address. The record is returned if the
|
|
13224
|
+
# location of the geolocation field is within the radius.
|
|
13225
|
+
# Corresponds to the JSON property `radiusInMeters`
|
|
13226
|
+
# @return [Float]
|
|
13227
|
+
attr_accessor :radius_in_meters
|
|
13228
|
+
|
|
13229
|
+
def initialize(**args)
|
|
13230
|
+
update!(**args)
|
|
13231
|
+
end
|
|
13232
|
+
|
|
13233
|
+
# Update properties of this object
|
|
13234
|
+
def update!(**args)
|
|
13235
|
+
@address = args[:address] if args.key?(:address)
|
|
13236
|
+
@field_name = args[:field_name] if args.key?(:field_name)
|
|
13237
|
+
@latitude = args[:latitude] if args.key?(:latitude)
|
|
13238
|
+
@longitude = args[:longitude] if args.key?(:longitude)
|
|
13239
|
+
@radius_in_meters = args[:radius_in_meters] if args.key?(:radius_in_meters)
|
|
13240
|
+
end
|
|
13241
|
+
end
|
|
13242
|
+
|
|
13243
|
+
# Constraint expression of a number field. Example: price < 100.
|
|
13244
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
|
|
13245
|
+
include Google::Apis::Core::Hashable
|
|
13246
|
+
|
|
13247
|
+
# The comparison operation performed between the field value and the value
|
|
13248
|
+
# specified in the constraint.
|
|
13249
|
+
# Corresponds to the JSON property `comparison`
|
|
13250
|
+
# @return [String]
|
|
13251
|
+
attr_accessor :comparison
|
|
13252
|
+
|
|
13253
|
+
# Name of the numerical field as defined in the schema.
|
|
13254
|
+
# Corresponds to the JSON property `fieldName`
|
|
13255
|
+
# @return [String]
|
|
13256
|
+
attr_accessor :field_name
|
|
13257
|
+
|
|
13258
|
+
# Identifies the keywords within the search query that match a filter.
|
|
13259
|
+
# Corresponds to the JSON property `querySegment`
|
|
13260
|
+
# @return [String]
|
|
13261
|
+
attr_accessor :query_segment
|
|
13262
|
+
|
|
13263
|
+
# The value specified in the numerical constraint.
|
|
13264
|
+
# Corresponds to the JSON property `value`
|
|
13265
|
+
# @return [Float]
|
|
13266
|
+
attr_accessor :value
|
|
13267
|
+
|
|
13268
|
+
def initialize(**args)
|
|
13269
|
+
update!(**args)
|
|
13270
|
+
end
|
|
13271
|
+
|
|
13272
|
+
# Update properties of this object
|
|
13273
|
+
def update!(**args)
|
|
13274
|
+
@comparison = args[:comparison] if args.key?(:comparison)
|
|
13275
|
+
@field_name = args[:field_name] if args.key?(:field_name)
|
|
13276
|
+
@query_segment = args[:query_segment] if args.key?(:query_segment)
|
|
13277
|
+
@value = args[:value] if args.key?(:value)
|
|
13278
|
+
end
|
|
13279
|
+
end
|
|
13280
|
+
|
|
13281
|
+
# Logical `Or` operator.
|
|
13282
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression
|
|
13283
|
+
include Google::Apis::Core::Hashable
|
|
13284
|
+
|
|
13285
|
+
# The expressions that were ORed together.
|
|
13286
|
+
# Corresponds to the JSON property `expressions`
|
|
13287
|
+
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression>]
|
|
13288
|
+
attr_accessor :expressions
|
|
13289
|
+
|
|
13290
|
+
def initialize(**args)
|
|
13291
|
+
update!(**args)
|
|
13292
|
+
end
|
|
13293
|
+
|
|
13294
|
+
# Update properties of this object
|
|
13295
|
+
def update!(**args)
|
|
13296
|
+
@expressions = args[:expressions] if args.key?(:expressions)
|
|
13297
|
+
end
|
|
13298
|
+
end
|
|
13299
|
+
|
|
13300
|
+
# Constraint expression of a string field.
|
|
13301
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
|
|
13302
|
+
include Google::Apis::Core::Hashable
|
|
13303
|
+
|
|
13304
|
+
# Name of the string field as defined in the schema.
|
|
13305
|
+
# Corresponds to the JSON property `fieldName`
|
|
13306
|
+
# @return [String]
|
|
13307
|
+
attr_accessor :field_name
|
|
13308
|
+
|
|
13309
|
+
# Identifies the keywords within the search query that match a filter.
|
|
13310
|
+
# Corresponds to the JSON property `querySegment`
|
|
13311
|
+
# @return [String]
|
|
13312
|
+
attr_accessor :query_segment
|
|
13313
|
+
|
|
13314
|
+
# Values of the string field. The record will only be returned if the field
|
|
13315
|
+
# value matches one of the values specified here.
|
|
13316
|
+
# Corresponds to the JSON property `values`
|
|
13317
|
+
# @return [Array<String>]
|
|
13318
|
+
attr_accessor :values
|
|
13319
|
+
|
|
13320
|
+
def initialize(**args)
|
|
13321
|
+
update!(**args)
|
|
13322
|
+
end
|
|
13323
|
+
|
|
13324
|
+
# Update properties of this object
|
|
13325
|
+
def update!(**args)
|
|
13326
|
+
@field_name = args[:field_name] if args.key?(:field_name)
|
|
13327
|
+
@query_segment = args[:query_segment] if args.key?(:query_segment)
|
|
13328
|
+
@values = args[:values] if args.key?(:values)
|
|
13329
|
+
end
|
|
13330
|
+
end
|
|
13331
|
+
|
|
13041
13332
|
# Information describing query expansion including whether expansion has
|
|
13042
13333
|
# occurred.
|
|
13043
13334
|
class GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo
|
|
@@ -15396,6 +15687,11 @@ module Google
|
|
|
15396
15687
|
# @return [String]
|
|
15397
15688
|
attr_accessor :name
|
|
15398
15689
|
|
|
15690
|
+
# Output only. The nodes associated with the Widget Config.
|
|
15691
|
+
# Corresponds to the JSON property `nodes`
|
|
15692
|
+
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigNode>]
|
|
15693
|
+
attr_accessor :nodes
|
|
15694
|
+
|
|
15399
15695
|
# The type of snippet to display in UCS widget. -
|
|
15400
15696
|
# RESULT_DISPLAY_TYPE_UNSPECIFIED for existing users. - SNIPPET for new non-
|
|
15401
15697
|
# enterprise search users. - EXTRACTIVE_ANSWER for new enterprise search users.
|
|
@@ -15462,6 +15758,7 @@ module Google
|
|
|
15462
15758
|
@llm_enabled = args[:llm_enabled] if args.key?(:llm_enabled)
|
|
15463
15759
|
@minimum_data_term_accepted = args[:minimum_data_term_accepted] if args.key?(:minimum_data_term_accepted)
|
|
15464
15760
|
@name = args[:name] if args.key?(:name)
|
|
15761
|
+
@nodes = args[:nodes] if args.key?(:nodes)
|
|
15465
15762
|
@result_display_type = args[:result_display_type] if args.key?(:result_display_type)
|
|
15466
15763
|
@solution_type = args[:solution_type] if args.key?(:solution_type)
|
|
15467
15764
|
@ui_branding = args[:ui_branding] if args.key?(:ui_branding)
|
|
@@ -15605,7 +15902,7 @@ module Google
|
|
|
15605
15902
|
|
|
15606
15903
|
# The name of the collection. It should be collection resource name. Format: `
|
|
15607
15904
|
# projects/`project`/locations/`location`/collections/`collection_id``. For APIs
|
|
15608
|
-
# under WidgetService, such as WidgetService.
|
|
15905
|
+
# under WidgetService, such as WidgetService.LookupWidgetConfig, the project
|
|
15609
15906
|
# number and location part is erased in this field.
|
|
15610
15907
|
# Corresponds to the JSON property `name`
|
|
15611
15908
|
# @return [String]
|
|
@@ -15677,7 +15974,7 @@ module Google
|
|
|
15677
15974
|
# The name of the data store. It should be data store resource name Format: `
|
|
15678
15975
|
# projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
|
|
15679
15976
|
# `data_store_id``. For APIs under WidgetService, such as WidgetService.
|
|
15680
|
-
#
|
|
15977
|
+
# LookupWidgetConfig, the project number and location part is erased in this
|
|
15681
15978
|
# field.
|
|
15682
15979
|
# Corresponds to the JSON property `name`
|
|
15683
15980
|
# @return [String]
|
|
@@ -15725,7 +16022,7 @@ module Google
|
|
|
15725
16022
|
# The name of the data store. It should be data store resource name Format: `
|
|
15726
16023
|
# projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
|
|
15727
16024
|
# `data_store_id``. For APIs under WidgetService, such as WidgetService.
|
|
15728
|
-
#
|
|
16025
|
+
# LookupWidgetConfig, the project number and location part is erased in this
|
|
15729
16026
|
# field.
|
|
15730
16027
|
# Corresponds to the JSON property `name`
|
|
15731
16028
|
# @return [String]
|
|
@@ -15842,6 +16139,61 @@ module Google
|
|
|
15842
16139
|
end
|
|
15843
16140
|
end
|
|
15844
16141
|
|
|
16142
|
+
# Represents a single reusable computational or logical unit.
|
|
16143
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigNode
|
|
16144
|
+
include Google::Apis::Core::Hashable
|
|
16145
|
+
|
|
16146
|
+
# Output only. A detailed description of what the node does.
|
|
16147
|
+
# Corresponds to the JSON property `description`
|
|
16148
|
+
# @return [String]
|
|
16149
|
+
attr_accessor :description
|
|
16150
|
+
|
|
16151
|
+
# Output only. A human readable name for the node.
|
|
16152
|
+
# Corresponds to the JSON property `displayName`
|
|
16153
|
+
# @return [String]
|
|
16154
|
+
attr_accessor :display_name
|
|
16155
|
+
|
|
16156
|
+
# Output only. An identifier or URL pointing to an icon representing this node
|
|
16157
|
+
# type.
|
|
16158
|
+
# Corresponds to the JSON property `iconUrl`
|
|
16159
|
+
# @return [String]
|
|
16160
|
+
attr_accessor :icon_url
|
|
16161
|
+
|
|
16162
|
+
# Output only. The output schema of the tool. This schema is expected to conform
|
|
16163
|
+
# to the OpenAPI Schema standard (see https://spec.openapis.org/oas/v3.0.3.html/
|
|
16164
|
+
# and AIP-146). It describes the structure of the output produced by this node.
|
|
16165
|
+
# Corresponds to the JSON property `outputSchema`
|
|
16166
|
+
# @return [Hash<String,Object>]
|
|
16167
|
+
attr_accessor :output_schema
|
|
16168
|
+
|
|
16169
|
+
# Output only. The parameter schema of the tool. This schema is expected to
|
|
16170
|
+
# conform to the OpenAPI Schema standard (see https://spec.openapis.org/oas/v3.0.
|
|
16171
|
+
# 3.html and AIP-146). It describes the expected structure of the parameters
|
|
16172
|
+
# that this node accepts.
|
|
16173
|
+
# Corresponds to the JSON property `parameterSchema`
|
|
16174
|
+
# @return [Hash<String,Object>]
|
|
16175
|
+
attr_accessor :parameter_schema
|
|
16176
|
+
|
|
16177
|
+
# Output only. The type of the node.
|
|
16178
|
+
# Corresponds to the JSON property `type`
|
|
16179
|
+
# @return [String]
|
|
16180
|
+
attr_accessor :type
|
|
16181
|
+
|
|
16182
|
+
def initialize(**args)
|
|
16183
|
+
update!(**args)
|
|
16184
|
+
end
|
|
16185
|
+
|
|
16186
|
+
# Update properties of this object
|
|
16187
|
+
def update!(**args)
|
|
16188
|
+
@description = args[:description] if args.key?(:description)
|
|
16189
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
16190
|
+
@icon_url = args[:icon_url] if args.key?(:icon_url)
|
|
16191
|
+
@output_schema = args[:output_schema] if args.key?(:output_schema)
|
|
16192
|
+
@parameter_schema = args[:parameter_schema] if args.key?(:parameter_schema)
|
|
16193
|
+
@type = args[:type] if args.key?(:type)
|
|
16194
|
+
end
|
|
16195
|
+
end
|
|
16196
|
+
|
|
15845
16197
|
# Facet field that maps to a UI Component.
|
|
15846
16198
|
class GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField
|
|
15847
16199
|
include Google::Apis::Core::Hashable
|
|
@@ -15964,9 +16316,10 @@ module Google
|
|
|
15964
16316
|
# Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery`
|
|
15965
16317
|
# * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-
|
|
15966
16318
|
# chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
15967
|
-
# personalization-memory` * `
|
|
15968
|
-
# * `disable-
|
|
15969
|
-
# content` * `disable-google-drive-
|
|
16319
|
+
# personalization-memory` * `personalization-suggested-highlights` * `disable-
|
|
16320
|
+
# agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
|
|
16321
|
+
# disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
|
|
16322
|
+
# upload` * `disable-welcome-emails`
|
|
15970
16323
|
# Corresponds to the JSON property `features`
|
|
15971
16324
|
# @return [Hash<String,String>]
|
|
15972
16325
|
attr_accessor :features
|
|
@@ -17337,8 +17690,8 @@ module Google
|
|
|
17337
17690
|
# Output only. When set, uniquely identifies a reply within the `AssistAnswer`
|
|
17338
17691
|
# resource. During an AssistantService.StreamAssist call, multiple `Reply`
|
|
17339
17692
|
# messages with the same ID can occur within the response stream (across
|
|
17340
|
-
# multiple
|
|
17341
|
-
#
|
|
17693
|
+
# multiple StreamAssistResponse messages). These represent parts of a single `
|
|
17694
|
+
# Reply` message in the final `AssistAnswer` resource.
|
|
17342
17695
|
# Corresponds to the JSON property `replyId`
|
|
17343
17696
|
# @return [String]
|
|
17344
17697
|
attr_accessor :reply_id
|
|
@@ -20420,9 +20773,10 @@ module Google
|
|
|
20420
20773
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
20421
20774
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
20422
20775
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
20423
|
-
# personalization-memory` * `
|
|
20424
|
-
# * `disable-
|
|
20425
|
-
# content` * `disable-google-drive-
|
|
20776
|
+
# personalization-memory` * `personalization-suggested-highlights` * `disable-
|
|
20777
|
+
# agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
|
|
20778
|
+
# disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
|
|
20779
|
+
# upload` * `disable-welcome-emails`
|
|
20426
20780
|
# Corresponds to the JSON property `features`
|
|
20427
20781
|
# @return [Hash<String,String>]
|
|
20428
20782
|
attr_accessor :features
|
|
@@ -22422,11 +22776,33 @@ module Google
|
|
|
22422
22776
|
# @return [Fixnum]
|
|
22423
22777
|
attr_accessor :effective_search_qpm_threshold
|
|
22424
22778
|
|
|
22779
|
+
# Output only. The earliest next update time for the indexing core subscription
|
|
22780
|
+
# threshold. This is based on the next_update_time returned by the underlying
|
|
22781
|
+
# Cloud Billing Subscription V3 API. This field is populated only if an update
|
|
22782
|
+
# indexing core subscription threshold request is succeeded.
|
|
22783
|
+
# Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
|
|
22784
|
+
# @return [String]
|
|
22785
|
+
attr_accessor :indexing_core_threshold_next_update_time
|
|
22786
|
+
|
|
22787
|
+
# Output only. The earliest next update time for the search QPM subscription
|
|
22788
|
+
# threshold. This is based on the next_update_time returned by the underlying
|
|
22789
|
+
# Cloud Billing Subscription V3 API. This field is populated only if an update
|
|
22790
|
+
# QPM subscription threshold request is succeeded.
|
|
22791
|
+
# Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
|
|
22792
|
+
# @return [String]
|
|
22793
|
+
attr_accessor :search_qpm_threshold_next_update_time
|
|
22794
|
+
|
|
22425
22795
|
# Optional. The start time of the currently active billing subscription.
|
|
22426
22796
|
# Corresponds to the JSON property `startTime`
|
|
22427
22797
|
# @return [String]
|
|
22428
22798
|
attr_accessor :start_time
|
|
22429
22799
|
|
|
22800
|
+
# Output only. The latest terminate effective time of search qpm and indexing
|
|
22801
|
+
# core subscriptions.
|
|
22802
|
+
# Corresponds to the JSON property `terminateTime`
|
|
22803
|
+
# @return [String]
|
|
22804
|
+
attr_accessor :terminate_time
|
|
22805
|
+
|
|
22430
22806
|
def initialize(**args)
|
|
22431
22807
|
update!(**args)
|
|
22432
22808
|
end
|
|
@@ -22435,7 +22811,10 @@ module Google
|
|
|
22435
22811
|
def update!(**args)
|
|
22436
22812
|
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
22437
22813
|
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
22814
|
+
@indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
|
|
22815
|
+
@search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
|
|
22438
22816
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
22817
|
+
@terminate_time = args[:terminate_time] if args.key?(:terminate_time)
|
|
22439
22818
|
end
|
|
22440
22819
|
end
|
|
22441
22820
|
|
|
@@ -23519,15 +23898,15 @@ module Google
|
|
|
23519
23898
|
|
|
23520
23899
|
# Optional. The categories associated with a category page. Must be set for
|
|
23521
23900
|
# category navigation queries to achieve good search quality. The format should
|
|
23522
|
-
# be the same as
|
|
23523
|
-
#
|
|
23524
|
-
#
|
|
23525
|
-
#
|
|
23526
|
-
#
|
|
23527
|
-
#
|
|
23528
|
-
#
|
|
23529
|
-
#
|
|
23530
|
-
#
|
|
23901
|
+
# be the same as PageInfo.page_category. This field is the equivalent of the
|
|
23902
|
+
# query for browse (navigation) queries. It's used by the browse model when the
|
|
23903
|
+
# query is empty. If the field is empty, it will not be used by the browse model.
|
|
23904
|
+
# If the field contains more than one element, only the first element will be
|
|
23905
|
+
# used. To represent full path of a category, use '>' character to separate
|
|
23906
|
+
# different hierarchies. If '>' is part of the category name, replace it with
|
|
23907
|
+
# other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
|
|
23908
|
+
# where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
|
|
23909
|
+
# RTX_4090 > Founders Edition`
|
|
23531
23910
|
# Corresponds to the JSON property `pageCategories`
|
|
23532
23911
|
# @return [Array<String>]
|
|
23533
23912
|
attr_accessor :page_categories
|
|
@@ -24666,8 +25045,8 @@ module Google
|
|
|
24666
25045
|
# search, the default is `HARD_FILTER`. For multi-datastore search, the default
|
|
24667
25046
|
# behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
|
|
24668
25047
|
# filters, and the `SOFT_BOOST` setting will not affect them. This field is only
|
|
24669
|
-
# used if SearchRequest.
|
|
24670
|
-
#
|
|
25048
|
+
# used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
|
|
25049
|
+
# FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
|
|
24671
25050
|
# Corresponds to the JSON property `extractedFilterBehavior`
|
|
24672
25051
|
# @return [String]
|
|
24673
25052
|
attr_accessor :extracted_filter_behavior
|
|
@@ -27454,9 +27833,10 @@ module Google
|
|
|
27454
27833
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
27455
27834
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
27456
27835
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
27457
|
-
# personalization-memory` * `
|
|
27458
|
-
# * `disable-
|
|
27459
|
-
# content` * `disable-google-drive-
|
|
27836
|
+
# personalization-memory` * `personalization-suggested-highlights` * `disable-
|
|
27837
|
+
# agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
|
|
27838
|
+
# disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
|
|
27839
|
+
# upload` * `disable-welcome-emails`
|
|
27460
27840
|
# Corresponds to the JSON property `features`
|
|
27461
27841
|
# @return [Hash<String,String>]
|
|
27462
27842
|
attr_accessor :features
|
|
@@ -28923,11 +29303,33 @@ module Google
|
|
|
28923
29303
|
# @return [Fixnum]
|
|
28924
29304
|
attr_accessor :effective_search_qpm_threshold
|
|
28925
29305
|
|
|
29306
|
+
# Output only. The earliest next update time for the indexing core subscription
|
|
29307
|
+
# threshold. This is based on the next_update_time returned by the underlying
|
|
29308
|
+
# Cloud Billing Subscription V3 API. This field is populated only if an update
|
|
29309
|
+
# indexing core subscription threshold request is succeeded.
|
|
29310
|
+
# Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
|
|
29311
|
+
# @return [String]
|
|
29312
|
+
attr_accessor :indexing_core_threshold_next_update_time
|
|
29313
|
+
|
|
29314
|
+
# Output only. The earliest next update time for the search QPM subscription
|
|
29315
|
+
# threshold. This is based on the next_update_time returned by the underlying
|
|
29316
|
+
# Cloud Billing Subscription V3 API. This field is populated only if an update
|
|
29317
|
+
# QPM subscription threshold request is succeeded.
|
|
29318
|
+
# Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
|
|
29319
|
+
# @return [String]
|
|
29320
|
+
attr_accessor :search_qpm_threshold_next_update_time
|
|
29321
|
+
|
|
28926
29322
|
# Optional. The start time of the currently active billing subscription.
|
|
28927
29323
|
# Corresponds to the JSON property `startTime`
|
|
28928
29324
|
# @return [String]
|
|
28929
29325
|
attr_accessor :start_time
|
|
28930
29326
|
|
|
29327
|
+
# Output only. The latest terminate effective time of search qpm and indexing
|
|
29328
|
+
# core subscriptions.
|
|
29329
|
+
# Corresponds to the JSON property `terminateTime`
|
|
29330
|
+
# @return [String]
|
|
29331
|
+
attr_accessor :terminate_time
|
|
29332
|
+
|
|
28931
29333
|
def initialize(**args)
|
|
28932
29334
|
update!(**args)
|
|
28933
29335
|
end
|
|
@@ -28936,7 +29338,10 @@ module Google
|
|
|
28936
29338
|
def update!(**args)
|
|
28937
29339
|
@effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
|
|
28938
29340
|
@effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
|
|
29341
|
+
@indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
|
|
29342
|
+
@search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
|
|
28939
29343
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
29344
|
+
@terminate_time = args[:terminate_time] if args.key?(:terminate_time)
|
|
28940
29345
|
end
|
|
28941
29346
|
end
|
|
28942
29347
|
|
|
@@ -29571,15 +29976,15 @@ module Google
|
|
|
29571
29976
|
|
|
29572
29977
|
# Optional. The categories associated with a category page. Must be set for
|
|
29573
29978
|
# category navigation queries to achieve good search quality. The format should
|
|
29574
|
-
# be the same as
|
|
29575
|
-
#
|
|
29576
|
-
#
|
|
29577
|
-
#
|
|
29578
|
-
#
|
|
29579
|
-
#
|
|
29580
|
-
#
|
|
29581
|
-
#
|
|
29582
|
-
#
|
|
29979
|
+
# be the same as PageInfo.page_category. This field is the equivalent of the
|
|
29980
|
+
# query for browse (navigation) queries. It's used by the browse model when the
|
|
29981
|
+
# query is empty. If the field is empty, it will not be used by the browse model.
|
|
29982
|
+
# If the field contains more than one element, only the first element will be
|
|
29983
|
+
# used. To represent full path of a category, use '>' character to separate
|
|
29984
|
+
# different hierarchies. If '>' is part of the category name, replace it with
|
|
29985
|
+
# other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
|
|
29986
|
+
# where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
|
|
29987
|
+
# RTX_4090 > Founders Edition`
|
|
29583
29988
|
# Corresponds to the JSON property `pageCategories`
|
|
29584
29989
|
# @return [Array<String>]
|
|
29585
29990
|
attr_accessor :page_categories
|
|
@@ -30707,8 +31112,8 @@ module Google
|
|
|
30707
31112
|
# search, the default is `HARD_FILTER`. For multi-datastore search, the default
|
|
30708
31113
|
# behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
|
|
30709
31114
|
# filters, and the `SOFT_BOOST` setting will not affect them. This field is only
|
|
30710
|
-
# used if SearchRequest.
|
|
30711
|
-
#
|
|
31115
|
+
# used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
|
|
31116
|
+
# FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
|
|
30712
31117
|
# Corresponds to the JSON property `extractedFilterBehavior`
|
|
30713
31118
|
# @return [String]
|
|
30714
31119
|
attr_accessor :extracted_filter_behavior
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.67.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260125"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2068,6 +2068,54 @@ module Google
|
|
|
2068
2068
|
include Google::Apis::Core::JsonObjectSupport
|
|
2069
2069
|
end
|
|
2070
2070
|
|
|
2071
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo
|
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2073
|
+
|
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2075
|
+
end
|
|
2076
|
+
|
|
2077
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2079
|
+
|
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2081
|
+
end
|
|
2082
|
+
|
|
2083
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression
|
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2085
|
+
|
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2087
|
+
end
|
|
2088
|
+
|
|
2089
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
|
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2091
|
+
|
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2093
|
+
end
|
|
2094
|
+
|
|
2095
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
|
|
2096
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2097
|
+
|
|
2098
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2099
|
+
end
|
|
2100
|
+
|
|
2101
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
|
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2103
|
+
|
|
2104
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2105
|
+
end
|
|
2106
|
+
|
|
2107
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression
|
|
2108
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2109
|
+
|
|
2110
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2111
|
+
end
|
|
2112
|
+
|
|
2113
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
|
|
2114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2115
|
+
|
|
2116
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2117
|
+
end
|
|
2118
|
+
|
|
2071
2119
|
class GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo
|
|
2072
2120
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2073
2121
|
|
|
@@ -2446,6 +2494,12 @@ module Google
|
|
|
2446
2494
|
include Google::Apis::Core::JsonObjectSupport
|
|
2447
2495
|
end
|
|
2448
2496
|
|
|
2497
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigNode
|
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2499
|
+
|
|
2500
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2501
|
+
end
|
|
2502
|
+
|
|
2449
2503
|
class GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField
|
|
2450
2504
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2451
2505
|
|
|
@@ -7801,7 +7855,10 @@ module Google
|
|
|
7801
7855
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7802
7856
|
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
7803
7857
|
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
7858
|
+
property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
|
|
7859
|
+
property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
|
|
7804
7860
|
property :start_time, as: 'startTime'
|
|
7861
|
+
property :terminate_time, as: 'terminateTime'
|
|
7805
7862
|
end
|
|
7806
7863
|
end
|
|
7807
7864
|
|
|
@@ -8393,6 +8450,8 @@ module Google
|
|
|
8393
8450
|
property :corrected_query, as: 'correctedQuery'
|
|
8394
8451
|
collection :facets, as: 'facets', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseFacet, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseFacet::Representation
|
|
8395
8452
|
|
|
8453
|
+
property :natural_language_query_understanding_info, as: 'naturalLanguageQueryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo::Representation
|
|
8454
|
+
|
|
8396
8455
|
property :next_page_token, as: 'nextPageToken'
|
|
8397
8456
|
property :query_expansion_info, as: 'queryExpansionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo::Representation
|
|
8398
8457
|
|
|
@@ -8430,6 +8489,87 @@ module Google
|
|
|
8430
8489
|
end
|
|
8431
8490
|
end
|
|
8432
8491
|
|
|
8492
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo
|
|
8493
|
+
# @private
|
|
8494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8495
|
+
collection :classified_intents, as: 'classifiedIntents'
|
|
8496
|
+
property :extracted_filters, as: 'extractedFilters'
|
|
8497
|
+
property :rewritten_query, as: 'rewrittenQuery'
|
|
8498
|
+
property :structured_extracted_filter, as: 'structuredExtractedFilter', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter::Representation
|
|
8499
|
+
|
|
8500
|
+
end
|
|
8501
|
+
end
|
|
8502
|
+
|
|
8503
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
|
8504
|
+
# @private
|
|
8505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8506
|
+
property :expression, as: 'expression', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8507
|
+
|
|
8508
|
+
end
|
|
8509
|
+
end
|
|
8510
|
+
|
|
8511
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression
|
|
8512
|
+
# @private
|
|
8513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8514
|
+
collection :expressions, as: 'expressions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8515
|
+
|
|
8516
|
+
end
|
|
8517
|
+
end
|
|
8518
|
+
|
|
8519
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
|
|
8520
|
+
# @private
|
|
8521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8522
|
+
property :and_expr, as: 'andExpr', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression::Representation
|
|
8523
|
+
|
|
8524
|
+
property :geolocation_constraint, as: 'geolocationConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint::Representation
|
|
8525
|
+
|
|
8526
|
+
property :number_constraint, as: 'numberConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint::Representation
|
|
8527
|
+
|
|
8528
|
+
property :or_expr, as: 'orExpr', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression::Representation
|
|
8529
|
+
|
|
8530
|
+
property :string_constraint, as: 'stringConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint::Representation
|
|
8531
|
+
|
|
8532
|
+
end
|
|
8533
|
+
end
|
|
8534
|
+
|
|
8535
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
|
|
8536
|
+
# @private
|
|
8537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8538
|
+
property :address, as: 'address'
|
|
8539
|
+
property :field_name, as: 'fieldName'
|
|
8540
|
+
property :latitude, as: 'latitude'
|
|
8541
|
+
property :longitude, as: 'longitude'
|
|
8542
|
+
property :radius_in_meters, as: 'radiusInMeters'
|
|
8543
|
+
end
|
|
8544
|
+
end
|
|
8545
|
+
|
|
8546
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
|
|
8547
|
+
# @private
|
|
8548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8549
|
+
property :comparison, as: 'comparison'
|
|
8550
|
+
property :field_name, as: 'fieldName'
|
|
8551
|
+
property :query_segment, as: 'querySegment'
|
|
8552
|
+
property :value, as: 'value'
|
|
8553
|
+
end
|
|
8554
|
+
end
|
|
8555
|
+
|
|
8556
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression
|
|
8557
|
+
# @private
|
|
8558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8559
|
+
collection :expressions, as: 'expressions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8560
|
+
|
|
8561
|
+
end
|
|
8562
|
+
end
|
|
8563
|
+
|
|
8564
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
|
|
8565
|
+
# @private
|
|
8566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8567
|
+
property :field_name, as: 'fieldName'
|
|
8568
|
+
property :query_segment, as: 'querySegment'
|
|
8569
|
+
collection :values, as: 'values'
|
|
8570
|
+
end
|
|
8571
|
+
end
|
|
8572
|
+
|
|
8433
8573
|
class GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo
|
|
8434
8574
|
# @private
|
|
8435
8575
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9030,6 +9170,8 @@ module Google
|
|
|
9030
9170
|
property :llm_enabled, as: 'llmEnabled'
|
|
9031
9171
|
property :minimum_data_term_accepted, as: 'minimumDataTermAccepted'
|
|
9032
9172
|
property :name, as: 'name'
|
|
9173
|
+
collection :nodes, as: 'nodes', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigNode, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigNode::Representation
|
|
9174
|
+
|
|
9033
9175
|
property :result_display_type, as: 'resultDisplayType'
|
|
9034
9176
|
property :solution_type, as: 'solutionType'
|
|
9035
9177
|
property :ui_branding, as: 'uiBranding', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings::Representation
|
|
@@ -9138,6 +9280,18 @@ module Google
|
|
|
9138
9280
|
end
|
|
9139
9281
|
end
|
|
9140
9282
|
|
|
9283
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigNode
|
|
9284
|
+
# @private
|
|
9285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9286
|
+
property :description, as: 'description'
|
|
9287
|
+
property :display_name, as: 'displayName'
|
|
9288
|
+
property :icon_url, as: 'iconUrl'
|
|
9289
|
+
hash :output_schema, as: 'outputSchema'
|
|
9290
|
+
hash :parameter_schema, as: 'parameterSchema'
|
|
9291
|
+
property :type, as: 'type'
|
|
9292
|
+
end
|
|
9293
|
+
end
|
|
9294
|
+
|
|
9141
9295
|
class GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField
|
|
9142
9296
|
# @private
|
|
9143
9297
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10913,7 +11067,10 @@ module Google
|
|
|
10913
11067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10914
11068
|
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
10915
11069
|
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
11070
|
+
property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
|
|
11071
|
+
property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
|
|
10916
11072
|
property :start_time, as: 'startTime'
|
|
11073
|
+
property :terminate_time, as: 'terminateTime'
|
|
10917
11074
|
end
|
|
10918
11075
|
end
|
|
10919
11076
|
|
|
@@ -12625,7 +12782,10 @@ module Google
|
|
|
12625
12782
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12626
12783
|
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
12627
12784
|
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
12785
|
+
property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
|
|
12786
|
+
property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
|
|
12628
12787
|
property :start_time, as: 'startTime'
|
|
12788
|
+
property :terminate_time, as: 'terminateTime'
|
|
12629
12789
|
end
|
|
12630
12790
|
end
|
|
12631
12791
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.67.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.67.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|