google-apis-discoveryengine_v1 0.65.0 → 0.66.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: ee3d22ecf0d0d7b258af15b3a8c5f7b5c0d897594fbcffcc89067654418559a0
|
|
4
|
+
data.tar.gz: 3ad48e5c4cb6c0b5298c19e97ca7aba8ec1cebc93677518b1ce1a4ce4f6d79a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1cb552bdbb6bcf1c8782a27a681b0819f49304faf12bd97c0eaf12b56f10c4d7fe101d337d5226f1a50d1a37a1198c2db0193dead8daea1843c1a8b4deaec36
|
|
7
|
+
data.tar.gz: 94313b4a5aeb6b52f2fee7fc3789bb82354e265cb3ba32a54e0b64c22eb31777f1469f6f3e2f9e383721b34df2ea02605c2d2253f967a3752287969b560322ad
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
|
@@ -11691,15 +11692,15 @@ module Google
|
|
|
11691
11692
|
|
|
11692
11693
|
# Optional. The categories associated with a category page. Must be set for
|
|
11693
11694
|
# category navigation queries to achieve good search quality. The format should
|
|
11694
|
-
# be the same as
|
|
11695
|
-
#
|
|
11696
|
-
#
|
|
11697
|
-
#
|
|
11698
|
-
#
|
|
11699
|
-
#
|
|
11700
|
-
#
|
|
11701
|
-
#
|
|
11702
|
-
#
|
|
11695
|
+
# be the same as PageInfo.page_category. This field is the equivalent of the
|
|
11696
|
+
# query for browse (navigation) queries. It's used by the browse model when the
|
|
11697
|
+
# query is empty. If the field is empty, it will not be used by the browse model.
|
|
11698
|
+
# If the field contains more than one element, only the first element will be
|
|
11699
|
+
# used. To represent full path of a category, use '>' character to separate
|
|
11700
|
+
# different hierarchies. If '>' is part of the category name, replace it with
|
|
11701
|
+
# other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
|
|
11702
|
+
# where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
|
|
11703
|
+
# RTX_4090 > Founders Edition`
|
|
11703
11704
|
# Corresponds to the JSON property `pageCategories`
|
|
11704
11705
|
# @return [Array<String>]
|
|
11705
11706
|
attr_accessor :page_categories
|
|
@@ -12714,8 +12715,8 @@ module Google
|
|
|
12714
12715
|
# search, the default is `HARD_FILTER`. For multi-datastore search, the default
|
|
12715
12716
|
# behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
|
|
12716
12717
|
# filters, and the `SOFT_BOOST` setting will not affect them. This field is only
|
|
12717
|
-
# used if SearchRequest.
|
|
12718
|
-
#
|
|
12718
|
+
# used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
|
|
12719
|
+
# FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
|
|
12719
12720
|
# Corresponds to the JSON property `extractedFilterBehavior`
|
|
12720
12721
|
# @return [String]
|
|
12721
12722
|
attr_accessor :extracted_filter_behavior
|
|
@@ -12902,6 +12903,12 @@ module Google
|
|
|
12902
12903
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseFacet>]
|
|
12903
12904
|
attr_accessor :facets
|
|
12904
12905
|
|
|
12906
|
+
# Information describing what natural language understanding was done on the
|
|
12907
|
+
# input query.
|
|
12908
|
+
# Corresponds to the JSON property `naturalLanguageQueryUnderstandingInfo`
|
|
12909
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo]
|
|
12910
|
+
attr_accessor :natural_language_query_understanding_info
|
|
12911
|
+
|
|
12905
12912
|
# A token that can be sent as SearchRequest.page_token to retrieve the next page.
|
|
12906
12913
|
# If this field is omitted, there are no subsequent pages.
|
|
12907
12914
|
# Corresponds to the JSON property `nextPageToken`
|
|
@@ -12962,6 +12969,7 @@ module Google
|
|
|
12962
12969
|
@attribution_token = args[:attribution_token] if args.key?(:attribution_token)
|
|
12963
12970
|
@corrected_query = args[:corrected_query] if args.key?(:corrected_query)
|
|
12964
12971
|
@facets = args[:facets] if args.key?(:facets)
|
|
12972
|
+
@natural_language_query_understanding_info = args[:natural_language_query_understanding_info] if args.key?(:natural_language_query_understanding_info)
|
|
12965
12973
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
12966
12974
|
@query_expansion_info = args[:query_expansion_info] if args.key?(:query_expansion_info)
|
|
12967
12975
|
@redirect_uri = args[:redirect_uri] if args.key?(:redirect_uri)
|
|
@@ -13038,6 +13046,264 @@ module Google
|
|
|
13038
13046
|
end
|
|
13039
13047
|
end
|
|
13040
13048
|
|
|
13049
|
+
# Information describing what natural language understanding was done on the
|
|
13050
|
+
# input query.
|
|
13051
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo
|
|
13052
|
+
include Google::Apis::Core::Hashable
|
|
13053
|
+
|
|
13054
|
+
# The classified intents from the input query.
|
|
13055
|
+
# Corresponds to the JSON property `classifiedIntents`
|
|
13056
|
+
# @return [Array<String>]
|
|
13057
|
+
attr_accessor :classified_intents
|
|
13058
|
+
|
|
13059
|
+
# The filters that were extracted from the input query.
|
|
13060
|
+
# Corresponds to the JSON property `extractedFilters`
|
|
13061
|
+
# @return [String]
|
|
13062
|
+
attr_accessor :extracted_filters
|
|
13063
|
+
|
|
13064
|
+
# Rewritten input query minus the extracted filters.
|
|
13065
|
+
# Corresponds to the JSON property `rewrittenQuery`
|
|
13066
|
+
# @return [String]
|
|
13067
|
+
attr_accessor :rewritten_query
|
|
13068
|
+
|
|
13069
|
+
# The filters that were extracted from the input query represented in a
|
|
13070
|
+
# structured form.
|
|
13071
|
+
# Corresponds to the JSON property `structuredExtractedFilter`
|
|
13072
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter]
|
|
13073
|
+
attr_accessor :structured_extracted_filter
|
|
13074
|
+
|
|
13075
|
+
def initialize(**args)
|
|
13076
|
+
update!(**args)
|
|
13077
|
+
end
|
|
13078
|
+
|
|
13079
|
+
# Update properties of this object
|
|
13080
|
+
def update!(**args)
|
|
13081
|
+
@classified_intents = args[:classified_intents] if args.key?(:classified_intents)
|
|
13082
|
+
@extracted_filters = args[:extracted_filters] if args.key?(:extracted_filters)
|
|
13083
|
+
@rewritten_query = args[:rewritten_query] if args.key?(:rewritten_query)
|
|
13084
|
+
@structured_extracted_filter = args[:structured_extracted_filter] if args.key?(:structured_extracted_filter)
|
|
13085
|
+
end
|
|
13086
|
+
end
|
|
13087
|
+
|
|
13088
|
+
# The filters that were extracted from the input query represented in a
|
|
13089
|
+
# structured form.
|
|
13090
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
|
13091
|
+
include Google::Apis::Core::Hashable
|
|
13092
|
+
|
|
13093
|
+
# The expression denoting the filter that was extracted from the input query.
|
|
13094
|
+
# Corresponds to the JSON property `expression`
|
|
13095
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression]
|
|
13096
|
+
attr_accessor :expression
|
|
13097
|
+
|
|
13098
|
+
def initialize(**args)
|
|
13099
|
+
update!(**args)
|
|
13100
|
+
end
|
|
13101
|
+
|
|
13102
|
+
# Update properties of this object
|
|
13103
|
+
def update!(**args)
|
|
13104
|
+
@expression = args[:expression] if args.key?(:expression)
|
|
13105
|
+
end
|
|
13106
|
+
end
|
|
13107
|
+
|
|
13108
|
+
# Logical `And` operator.
|
|
13109
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression
|
|
13110
|
+
include Google::Apis::Core::Hashable
|
|
13111
|
+
|
|
13112
|
+
# The expressions that were ANDed together.
|
|
13113
|
+
# Corresponds to the JSON property `expressions`
|
|
13114
|
+
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression>]
|
|
13115
|
+
attr_accessor :expressions
|
|
13116
|
+
|
|
13117
|
+
def initialize(**args)
|
|
13118
|
+
update!(**args)
|
|
13119
|
+
end
|
|
13120
|
+
|
|
13121
|
+
# Update properties of this object
|
|
13122
|
+
def update!(**args)
|
|
13123
|
+
@expressions = args[:expressions] if args.key?(:expressions)
|
|
13124
|
+
end
|
|
13125
|
+
end
|
|
13126
|
+
|
|
13127
|
+
# The expression denoting the filter that was extracted from the input query.
|
|
13128
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
|
|
13129
|
+
include Google::Apis::Core::Hashable
|
|
13130
|
+
|
|
13131
|
+
# Logical `And` operator.
|
|
13132
|
+
# Corresponds to the JSON property `andExpr`
|
|
13133
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression]
|
|
13134
|
+
attr_accessor :and_expr
|
|
13135
|
+
|
|
13136
|
+
# Constraint of a geolocation field. Name of the geolocation field as defined in
|
|
13137
|
+
# the schema.
|
|
13138
|
+
# Corresponds to the JSON property `geolocationConstraint`
|
|
13139
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint]
|
|
13140
|
+
attr_accessor :geolocation_constraint
|
|
13141
|
+
|
|
13142
|
+
# Constraint expression of a number field. Example: price < 100.
|
|
13143
|
+
# Corresponds to the JSON property `numberConstraint`
|
|
13144
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint]
|
|
13145
|
+
attr_accessor :number_constraint
|
|
13146
|
+
|
|
13147
|
+
# Logical `Or` operator.
|
|
13148
|
+
# Corresponds to the JSON property `orExpr`
|
|
13149
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression]
|
|
13150
|
+
attr_accessor :or_expr
|
|
13151
|
+
|
|
13152
|
+
# Constraint expression of a string field.
|
|
13153
|
+
# Corresponds to the JSON property `stringConstraint`
|
|
13154
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint]
|
|
13155
|
+
attr_accessor :string_constraint
|
|
13156
|
+
|
|
13157
|
+
def initialize(**args)
|
|
13158
|
+
update!(**args)
|
|
13159
|
+
end
|
|
13160
|
+
|
|
13161
|
+
# Update properties of this object
|
|
13162
|
+
def update!(**args)
|
|
13163
|
+
@and_expr = args[:and_expr] if args.key?(:and_expr)
|
|
13164
|
+
@geolocation_constraint = args[:geolocation_constraint] if args.key?(:geolocation_constraint)
|
|
13165
|
+
@number_constraint = args[:number_constraint] if args.key?(:number_constraint)
|
|
13166
|
+
@or_expr = args[:or_expr] if args.key?(:or_expr)
|
|
13167
|
+
@string_constraint = args[:string_constraint] if args.key?(:string_constraint)
|
|
13168
|
+
end
|
|
13169
|
+
end
|
|
13170
|
+
|
|
13171
|
+
# Constraint of a geolocation field. Name of the geolocation field as defined in
|
|
13172
|
+
# the schema.
|
|
13173
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
|
|
13174
|
+
include Google::Apis::Core::Hashable
|
|
13175
|
+
|
|
13176
|
+
# The reference address that was inferred from the input query. The proximity of
|
|
13177
|
+
# the reference address to the geolocation field will be used to filter the
|
|
13178
|
+
# results.
|
|
13179
|
+
# Corresponds to the JSON property `address`
|
|
13180
|
+
# @return [String]
|
|
13181
|
+
attr_accessor :address
|
|
13182
|
+
|
|
13183
|
+
# The name of the geolocation field as defined in the schema.
|
|
13184
|
+
# Corresponds to the JSON property `fieldName`
|
|
13185
|
+
# @return [String]
|
|
13186
|
+
attr_accessor :field_name
|
|
13187
|
+
|
|
13188
|
+
# The latitude of the geolocation inferred from the input query.
|
|
13189
|
+
# Corresponds to the JSON property `latitude`
|
|
13190
|
+
# @return [Float]
|
|
13191
|
+
attr_accessor :latitude
|
|
13192
|
+
|
|
13193
|
+
# The longitude of the geolocation inferred from the input query.
|
|
13194
|
+
# Corresponds to the JSON property `longitude`
|
|
13195
|
+
# @return [Float]
|
|
13196
|
+
attr_accessor :longitude
|
|
13197
|
+
|
|
13198
|
+
# The radius in meters around the address. The record is returned if the
|
|
13199
|
+
# location of the geolocation field is within the radius.
|
|
13200
|
+
# Corresponds to the JSON property `radiusInMeters`
|
|
13201
|
+
# @return [Float]
|
|
13202
|
+
attr_accessor :radius_in_meters
|
|
13203
|
+
|
|
13204
|
+
def initialize(**args)
|
|
13205
|
+
update!(**args)
|
|
13206
|
+
end
|
|
13207
|
+
|
|
13208
|
+
# Update properties of this object
|
|
13209
|
+
def update!(**args)
|
|
13210
|
+
@address = args[:address] if args.key?(:address)
|
|
13211
|
+
@field_name = args[:field_name] if args.key?(:field_name)
|
|
13212
|
+
@latitude = args[:latitude] if args.key?(:latitude)
|
|
13213
|
+
@longitude = args[:longitude] if args.key?(:longitude)
|
|
13214
|
+
@radius_in_meters = args[:radius_in_meters] if args.key?(:radius_in_meters)
|
|
13215
|
+
end
|
|
13216
|
+
end
|
|
13217
|
+
|
|
13218
|
+
# Constraint expression of a number field. Example: price < 100.
|
|
13219
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
|
|
13220
|
+
include Google::Apis::Core::Hashable
|
|
13221
|
+
|
|
13222
|
+
# The comparison operation performed between the field value and the value
|
|
13223
|
+
# specified in the constraint.
|
|
13224
|
+
# Corresponds to the JSON property `comparison`
|
|
13225
|
+
# @return [String]
|
|
13226
|
+
attr_accessor :comparison
|
|
13227
|
+
|
|
13228
|
+
# Name of the numerical field as defined in the schema.
|
|
13229
|
+
# Corresponds to the JSON property `fieldName`
|
|
13230
|
+
# @return [String]
|
|
13231
|
+
attr_accessor :field_name
|
|
13232
|
+
|
|
13233
|
+
# Identifies the keywords within the search query that match a filter.
|
|
13234
|
+
# Corresponds to the JSON property `querySegment`
|
|
13235
|
+
# @return [String]
|
|
13236
|
+
attr_accessor :query_segment
|
|
13237
|
+
|
|
13238
|
+
# The value specified in the numerical constraint.
|
|
13239
|
+
# Corresponds to the JSON property `value`
|
|
13240
|
+
# @return [Float]
|
|
13241
|
+
attr_accessor :value
|
|
13242
|
+
|
|
13243
|
+
def initialize(**args)
|
|
13244
|
+
update!(**args)
|
|
13245
|
+
end
|
|
13246
|
+
|
|
13247
|
+
# Update properties of this object
|
|
13248
|
+
def update!(**args)
|
|
13249
|
+
@comparison = args[:comparison] if args.key?(:comparison)
|
|
13250
|
+
@field_name = args[:field_name] if args.key?(:field_name)
|
|
13251
|
+
@query_segment = args[:query_segment] if args.key?(:query_segment)
|
|
13252
|
+
@value = args[:value] if args.key?(:value)
|
|
13253
|
+
end
|
|
13254
|
+
end
|
|
13255
|
+
|
|
13256
|
+
# Logical `Or` operator.
|
|
13257
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression
|
|
13258
|
+
include Google::Apis::Core::Hashable
|
|
13259
|
+
|
|
13260
|
+
# The expressions that were ORed together.
|
|
13261
|
+
# Corresponds to the JSON property `expressions`
|
|
13262
|
+
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression>]
|
|
13263
|
+
attr_accessor :expressions
|
|
13264
|
+
|
|
13265
|
+
def initialize(**args)
|
|
13266
|
+
update!(**args)
|
|
13267
|
+
end
|
|
13268
|
+
|
|
13269
|
+
# Update properties of this object
|
|
13270
|
+
def update!(**args)
|
|
13271
|
+
@expressions = args[:expressions] if args.key?(:expressions)
|
|
13272
|
+
end
|
|
13273
|
+
end
|
|
13274
|
+
|
|
13275
|
+
# Constraint expression of a string field.
|
|
13276
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
|
|
13277
|
+
include Google::Apis::Core::Hashable
|
|
13278
|
+
|
|
13279
|
+
# Name of the string field as defined in the schema.
|
|
13280
|
+
# Corresponds to the JSON property `fieldName`
|
|
13281
|
+
# @return [String]
|
|
13282
|
+
attr_accessor :field_name
|
|
13283
|
+
|
|
13284
|
+
# Identifies the keywords within the search query that match a filter.
|
|
13285
|
+
# Corresponds to the JSON property `querySegment`
|
|
13286
|
+
# @return [String]
|
|
13287
|
+
attr_accessor :query_segment
|
|
13288
|
+
|
|
13289
|
+
# Values of the string field. The record will only be returned if the field
|
|
13290
|
+
# value matches one of the values specified here.
|
|
13291
|
+
# Corresponds to the JSON property `values`
|
|
13292
|
+
# @return [Array<String>]
|
|
13293
|
+
attr_accessor :values
|
|
13294
|
+
|
|
13295
|
+
def initialize(**args)
|
|
13296
|
+
update!(**args)
|
|
13297
|
+
end
|
|
13298
|
+
|
|
13299
|
+
# Update properties of this object
|
|
13300
|
+
def update!(**args)
|
|
13301
|
+
@field_name = args[:field_name] if args.key?(:field_name)
|
|
13302
|
+
@query_segment = args[:query_segment] if args.key?(:query_segment)
|
|
13303
|
+
@values = args[:values] if args.key?(:values)
|
|
13304
|
+
end
|
|
13305
|
+
end
|
|
13306
|
+
|
|
13041
13307
|
# Information describing query expansion including whether expansion has
|
|
13042
13308
|
# occurred.
|
|
13043
13309
|
class GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo
|
|
@@ -15605,7 +15871,7 @@ module Google
|
|
|
15605
15871
|
|
|
15606
15872
|
# The name of the collection. It should be collection resource name. Format: `
|
|
15607
15873
|
# projects/`project`/locations/`location`/collections/`collection_id``. For APIs
|
|
15608
|
-
# under WidgetService, such as WidgetService.
|
|
15874
|
+
# under WidgetService, such as WidgetService.LookupWidgetConfig, the project
|
|
15609
15875
|
# number and location part is erased in this field.
|
|
15610
15876
|
# Corresponds to the JSON property `name`
|
|
15611
15877
|
# @return [String]
|
|
@@ -15677,7 +15943,7 @@ module Google
|
|
|
15677
15943
|
# The name of the data store. It should be data store resource name Format: `
|
|
15678
15944
|
# projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
|
|
15679
15945
|
# `data_store_id``. For APIs under WidgetService, such as WidgetService.
|
|
15680
|
-
#
|
|
15946
|
+
# LookupWidgetConfig, the project number and location part is erased in this
|
|
15681
15947
|
# field.
|
|
15682
15948
|
# Corresponds to the JSON property `name`
|
|
15683
15949
|
# @return [String]
|
|
@@ -15725,7 +15991,7 @@ module Google
|
|
|
15725
15991
|
# The name of the data store. It should be data store resource name Format: `
|
|
15726
15992
|
# projects/`project`/locations/`location`/collections/`collection_id`/dataStores/
|
|
15727
15993
|
# `data_store_id``. For APIs under WidgetService, such as WidgetService.
|
|
15728
|
-
#
|
|
15994
|
+
# LookupWidgetConfig, the project number and location part is erased in this
|
|
15729
15995
|
# field.
|
|
15730
15996
|
# Corresponds to the JSON property `name`
|
|
15731
15997
|
# @return [String]
|
|
@@ -15964,9 +16230,10 @@ module Google
|
|
|
15964
16230
|
# Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery`
|
|
15965
16231
|
# * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-
|
|
15966
16232
|
# chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
15967
|
-
# personalization-memory` * `
|
|
15968
|
-
# * `disable-
|
|
15969
|
-
# content` * `disable-google-drive-
|
|
16233
|
+
# personalization-memory` * `personalization-suggested-highlights` * `disable-
|
|
16234
|
+
# agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
|
|
16235
|
+
# disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
|
|
16236
|
+
# upload` * `disable-welcome-emails`
|
|
15970
16237
|
# Corresponds to the JSON property `features`
|
|
15971
16238
|
# @return [Hash<String,String>]
|
|
15972
16239
|
attr_accessor :features
|
|
@@ -17337,8 +17604,8 @@ module Google
|
|
|
17337
17604
|
# Output only. When set, uniquely identifies a reply within the `AssistAnswer`
|
|
17338
17605
|
# resource. During an AssistantService.StreamAssist call, multiple `Reply`
|
|
17339
17606
|
# messages with the same ID can occur within the response stream (across
|
|
17340
|
-
# multiple
|
|
17341
|
-
#
|
|
17607
|
+
# multiple StreamAssistResponse messages). These represent parts of a single `
|
|
17608
|
+
# Reply` message in the final `AssistAnswer` resource.
|
|
17342
17609
|
# Corresponds to the JSON property `replyId`
|
|
17343
17610
|
# @return [String]
|
|
17344
17611
|
attr_accessor :reply_id
|
|
@@ -20420,9 +20687,10 @@ module Google
|
|
|
20420
20687
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
20421
20688
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
20422
20689
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
20423
|
-
# personalization-memory` * `
|
|
20424
|
-
# * `disable-
|
|
20425
|
-
# content` * `disable-google-drive-
|
|
20690
|
+
# personalization-memory` * `personalization-suggested-highlights` * `disable-
|
|
20691
|
+
# agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
|
|
20692
|
+
# disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
|
|
20693
|
+
# upload` * `disable-welcome-emails`
|
|
20426
20694
|
# Corresponds to the JSON property `features`
|
|
20427
20695
|
# @return [Hash<String,String>]
|
|
20428
20696
|
attr_accessor :features
|
|
@@ -23519,15 +23787,15 @@ module Google
|
|
|
23519
23787
|
|
|
23520
23788
|
# Optional. The categories associated with a category page. Must be set for
|
|
23521
23789
|
# category navigation queries to achieve good search quality. The format should
|
|
23522
|
-
# be the same as
|
|
23523
|
-
#
|
|
23524
|
-
#
|
|
23525
|
-
#
|
|
23526
|
-
#
|
|
23527
|
-
#
|
|
23528
|
-
#
|
|
23529
|
-
#
|
|
23530
|
-
#
|
|
23790
|
+
# be the same as PageInfo.page_category. This field is the equivalent of the
|
|
23791
|
+
# query for browse (navigation) queries. It's used by the browse model when the
|
|
23792
|
+
# query is empty. If the field is empty, it will not be used by the browse model.
|
|
23793
|
+
# If the field contains more than one element, only the first element will be
|
|
23794
|
+
# used. To represent full path of a category, use '>' character to separate
|
|
23795
|
+
# different hierarchies. If '>' is part of the category name, replace it with
|
|
23796
|
+
# other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
|
|
23797
|
+
# where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
|
|
23798
|
+
# RTX_4090 > Founders Edition`
|
|
23531
23799
|
# Corresponds to the JSON property `pageCategories`
|
|
23532
23800
|
# @return [Array<String>]
|
|
23533
23801
|
attr_accessor :page_categories
|
|
@@ -24666,8 +24934,8 @@ module Google
|
|
|
24666
24934
|
# search, the default is `HARD_FILTER`. For multi-datastore search, the default
|
|
24667
24935
|
# behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
|
|
24668
24936
|
# filters, and the `SOFT_BOOST` setting will not affect them. This field is only
|
|
24669
|
-
# used if SearchRequest.
|
|
24670
|
-
#
|
|
24937
|
+
# used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
|
|
24938
|
+
# FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
|
|
24671
24939
|
# Corresponds to the JSON property `extractedFilterBehavior`
|
|
24672
24940
|
# @return [String]
|
|
24673
24941
|
attr_accessor :extracted_filter_behavior
|
|
@@ -27454,9 +27722,10 @@ module Google
|
|
|
27454
27722
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
27455
27723
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
27456
27724
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
27457
|
-
# personalization-memory` * `
|
|
27458
|
-
# * `disable-
|
|
27459
|
-
# content` * `disable-google-drive-
|
|
27725
|
+
# personalization-memory` * `personalization-suggested-highlights` * `disable-
|
|
27726
|
+
# agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
|
|
27727
|
+
# disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
|
|
27728
|
+
# upload` * `disable-welcome-emails`
|
|
27460
27729
|
# Corresponds to the JSON property `features`
|
|
27461
27730
|
# @return [Hash<String,String>]
|
|
27462
27731
|
attr_accessor :features
|
|
@@ -29571,15 +29840,15 @@ module Google
|
|
|
29571
29840
|
|
|
29572
29841
|
# Optional. The categories associated with a category page. Must be set for
|
|
29573
29842
|
# category navigation queries to achieve good search quality. The format should
|
|
29574
|
-
# be the same as
|
|
29575
|
-
#
|
|
29576
|
-
#
|
|
29577
|
-
#
|
|
29578
|
-
#
|
|
29579
|
-
#
|
|
29580
|
-
#
|
|
29581
|
-
#
|
|
29582
|
-
#
|
|
29843
|
+
# be the same as PageInfo.page_category. This field is the equivalent of the
|
|
29844
|
+
# query for browse (navigation) queries. It's used by the browse model when the
|
|
29845
|
+
# query is empty. If the field is empty, it will not be used by the browse model.
|
|
29846
|
+
# If the field contains more than one element, only the first element will be
|
|
29847
|
+
# used. To represent full path of a category, use '>' character to separate
|
|
29848
|
+
# different hierarchies. If '>' is part of the category name, replace it with
|
|
29849
|
+
# other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
|
|
29850
|
+
# where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
|
|
29851
|
+
# RTX_4090 > Founders Edition`
|
|
29583
29852
|
# Corresponds to the JSON property `pageCategories`
|
|
29584
29853
|
# @return [Array<String>]
|
|
29585
29854
|
attr_accessor :page_categories
|
|
@@ -30707,8 +30976,8 @@ module Google
|
|
|
30707
30976
|
# search, the default is `HARD_FILTER`. For multi-datastore search, the default
|
|
30708
30977
|
# behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
|
|
30709
30978
|
# filters, and the `SOFT_BOOST` setting will not affect them. This field is only
|
|
30710
|
-
# used if SearchRequest.
|
|
30711
|
-
#
|
|
30979
|
+
# used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
|
|
30980
|
+
# FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
|
|
30712
30981
|
# Corresponds to the JSON property `extractedFilterBehavior`
|
|
30713
30982
|
# @return [String]
|
|
30714
30983
|
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.66.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 = "20260118"
|
|
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
|
|
|
@@ -8393,6 +8441,8 @@ module Google
|
|
|
8393
8441
|
property :corrected_query, as: 'correctedQuery'
|
|
8394
8442
|
collection :facets, as: 'facets', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseFacet, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseFacet::Representation
|
|
8395
8443
|
|
|
8444
|
+
property :natural_language_query_understanding_info, as: 'naturalLanguageQueryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo::Representation
|
|
8445
|
+
|
|
8396
8446
|
property :next_page_token, as: 'nextPageToken'
|
|
8397
8447
|
property :query_expansion_info, as: 'queryExpansionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo::Representation
|
|
8398
8448
|
|
|
@@ -8430,6 +8480,87 @@ module Google
|
|
|
8430
8480
|
end
|
|
8431
8481
|
end
|
|
8432
8482
|
|
|
8483
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfo
|
|
8484
|
+
# @private
|
|
8485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8486
|
+
collection :classified_intents, as: 'classifiedIntents'
|
|
8487
|
+
property :extracted_filters, as: 'extractedFilters'
|
|
8488
|
+
property :rewritten_query, as: 'rewrittenQuery'
|
|
8489
|
+
property :structured_extracted_filter, as: 'structuredExtractedFilter', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter::Representation
|
|
8490
|
+
|
|
8491
|
+
end
|
|
8492
|
+
end
|
|
8493
|
+
|
|
8494
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
|
8495
|
+
# @private
|
|
8496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8497
|
+
property :expression, as: 'expression', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8498
|
+
|
|
8499
|
+
end
|
|
8500
|
+
end
|
|
8501
|
+
|
|
8502
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression
|
|
8503
|
+
# @private
|
|
8504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8505
|
+
collection :expressions, as: 'expressions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8506
|
+
|
|
8507
|
+
end
|
|
8508
|
+
end
|
|
8509
|
+
|
|
8510
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression
|
|
8511
|
+
# @private
|
|
8512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8513
|
+
property :and_expr, as: 'andExpr', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterAndExpression::Representation
|
|
8514
|
+
|
|
8515
|
+
property :geolocation_constraint, as: 'geolocationConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint::Representation
|
|
8516
|
+
|
|
8517
|
+
property :number_constraint, as: 'numberConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint::Representation
|
|
8518
|
+
|
|
8519
|
+
property :or_expr, as: 'orExpr', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression::Representation
|
|
8520
|
+
|
|
8521
|
+
property :string_constraint, as: 'stringConstraint', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint::Representation
|
|
8522
|
+
|
|
8523
|
+
end
|
|
8524
|
+
end
|
|
8525
|
+
|
|
8526
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint
|
|
8527
|
+
# @private
|
|
8528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8529
|
+
property :address, as: 'address'
|
|
8530
|
+
property :field_name, as: 'fieldName'
|
|
8531
|
+
property :latitude, as: 'latitude'
|
|
8532
|
+
property :longitude, as: 'longitude'
|
|
8533
|
+
property :radius_in_meters, as: 'radiusInMeters'
|
|
8534
|
+
end
|
|
8535
|
+
end
|
|
8536
|
+
|
|
8537
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterNumberConstraint
|
|
8538
|
+
# @private
|
|
8539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8540
|
+
property :comparison, as: 'comparison'
|
|
8541
|
+
property :field_name, as: 'fieldName'
|
|
8542
|
+
property :query_segment, as: 'querySegment'
|
|
8543
|
+
property :value, as: 'value'
|
|
8544
|
+
end
|
|
8545
|
+
end
|
|
8546
|
+
|
|
8547
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterOrExpression
|
|
8548
|
+
# @private
|
|
8549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8550
|
+
collection :expressions, as: 'expressions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression::Representation
|
|
8551
|
+
|
|
8552
|
+
end
|
|
8553
|
+
end
|
|
8554
|
+
|
|
8555
|
+
class GoogleCloudDiscoveryengineV1SearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint
|
|
8556
|
+
# @private
|
|
8557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8558
|
+
property :field_name, as: 'fieldName'
|
|
8559
|
+
property :query_segment, as: 'querySegment'
|
|
8560
|
+
collection :values, as: 'values'
|
|
8561
|
+
end
|
|
8562
|
+
end
|
|
8563
|
+
|
|
8433
8564
|
class GoogleCloudDiscoveryengineV1SearchResponseQueryExpansionInfo
|
|
8434
8565
|
# @private
|
|
8435
8566
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.66.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.66.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:
|