google-apis-retail_v2alpha 0.125.0 → 0.126.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: 3349a54e2289d8c8f459e04065c237fda50319a029fd0b2c29a5eb16f7daa4fd
|
4
|
+
data.tar.gz: d76f4f7103ed570dad3c15f5c1f85b314049f74d3ccc793c93f8125f356170e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dbc6877261a4036d4effa950ba9898ef9730e48610bf44590cf3e2119ca9911e90a415bce06765d28aa5b48f95d0bb2592b402ea40c404b5367646fd44e8daf
|
7
|
+
data.tar.gz: 59142fe6d98828871d2996851217672bb751985db60a3f1376a84bcb37c5f9aa61f4284e35b5bb0840d3a3ea5bf8e84abe3dd5d5d9cf9c1e145fc83492271d8e
|
data/CHANGELOG.md
CHANGED
@@ -2724,11 +2724,6 @@ module Google
|
|
2724
2724
|
# @return [String]
|
2725
2725
|
attr_accessor :display_name
|
2726
2726
|
|
2727
|
-
# A facet specification to perform faceted search.
|
2728
|
-
# Corresponds to the JSON property `facetSpec`
|
2729
|
-
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec]
|
2730
|
-
attr_accessor :facet_spec
|
2731
|
-
|
2732
2727
|
# Immutable. Fully qualified name `projects/*/locations/global/catalogs/*/
|
2733
2728
|
# controls/*`
|
2734
2729
|
# Corresponds to the JSON property `name`
|
@@ -2766,7 +2761,6 @@ module Google
|
|
2766
2761
|
def update!(**args)
|
2767
2762
|
@associated_serving_config_ids = args[:associated_serving_config_ids] if args.key?(:associated_serving_config_ids)
|
2768
2763
|
@display_name = args[:display_name] if args.key?(:display_name)
|
2769
|
-
@facet_spec = args[:facet_spec] if args.key?(:facet_spec)
|
2770
2764
|
@name = args[:name] if args.key?(:name)
|
2771
2765
|
@rule = args[:rule] if args.key?(:rule)
|
2772
2766
|
@search_solution_use_case = args[:search_solution_use_case] if args.key?(:search_solution_use_case)
|
@@ -3076,12 +3070,13 @@ module Google
|
|
3076
3070
|
# @return [String]
|
3077
3071
|
attr_accessor :state
|
3078
3072
|
|
3079
|
-
# The types Retail classifies the search query
|
3080
|
-
#
|
3081
|
-
#
|
3082
|
-
#
|
3083
|
-
# "
|
3084
|
-
#
|
3073
|
+
# LINT.IfChange(query_types_proto) The types Retail classifies the search query
|
3074
|
+
# as. Supported values are: - "ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "
|
3075
|
+
# ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "
|
3076
|
+
# PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "
|
3077
|
+
# STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "
|
3078
|
+
# DISABLED" LINT.ThenChange(//depot/google3/cloud/console/web/ai/retail/service/
|
3079
|
+
# conversational_search_customization_config.ts:intent_types_ts)
|
3085
3080
|
# Corresponds to the JSON property `userQueryTypes`
|
3086
3081
|
# @return [Array<String>]
|
3087
3082
|
attr_accessor :user_query_types
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.126.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 = "20250807"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2551,8 +2551,6 @@ module Google
|
|
2551
2551
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2552
2552
|
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
2553
2553
|
property :display_name, as: 'displayName'
|
2554
|
-
property :facet_spec, as: 'facetSpec', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec::Representation
|
2555
|
-
|
2556
2554
|
property :name, as: 'name'
|
2557
2555
|
property :rule, as: 'rule', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRule, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRule::Representation
|
2558
2556
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.126.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-retail_v2alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.126.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|