google-apis-retail_v2alpha 0.125.0 → 0.127.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: 69a398999a9ba1d4abf8cb8d91d397cf63bdace75cc4dd5c59c7a1a7b9fb079f
4
- data.tar.gz: ac8aa6242dfe65a819df2384e830b3194a415098b2e39defb293ea31ec0f7b13
3
+ metadata.gz: abf12c71174407ff3b14cdbc54801eee1651750c760a093d2aa8bda4d2f65f3e
4
+ data.tar.gz: 6fd990638e70efed11a4b83e9841edcc7375e70475f6895ec2cd76db8606d667
5
5
  SHA512:
6
- metadata.gz: 602694d7ccc95f3dce9d2810dbbfa00e183f2c37dbdf5d7b87f64b89e8a267365b2eb5d84f489e544ab248ee9ebf77a2ce079f6c14c2a4f61389afe1ea190914
7
- data.tar.gz: ad31a0f125ba6a832f0ef717e2635270982d9964907f4c5cbe97c163dc45295802f4e3a856d1bdfe3ea5b24abb39456082da5fe16033e307fde45696b62fcfe4
6
+ metadata.gz: 639e9c96ac5def882ab86b5e65b8a396aa1d179d7b6da934bb5535755ffe5656d7829a3682c04de42c1bfaabf50d64449959e0d0cfa6d6d87bb4c91b76ac575b
7
+ data.tar.gz: 8808054c8f8801725646ce9bddc195c999f5edd06b6d25f06e109f4a08855a013c536759cd72261d9c7e586e584eaeedc4291630ebe225fa121f9431c95b2ef7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.127.0 (2025-09-21)
4
+
5
+ * Regenerated from discovery document revision 20250911
6
+
7
+ ### v0.126.0 (2025-08-17)
8
+
9
+ * Regenerated from discovery document revision 20250807
10
+
3
11
  ### v0.125.0 (2025-08-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20250724
@@ -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)
@@ -3077,11 +3071,10 @@ module Google
3077
3071
  attr_accessor :state
3078
3072
 
3079
3073
  # The types Retail classifies the search query as. Supported values are: - "
3080
- # ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "ORDER_SUPPORT" - "
3081
- # SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "PRODUCT_DETAILS" - "
3082
- # PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "STORE_RELEVANT" - "BLOCKLISTED" -
3083
- # "BEST_PRODUCT" - "RETAIL_SUPPORT" - "DISABLED" clang-format off clang-format
3084
- # on
3074
+ # ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "
3075
+ # PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "
3076
+ # STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "
3077
+ # DISABLED"
3085
3078
  # Corresponds to the JSON property `userQueryTypes`
3086
3079
  # @return [Array<String>]
3087
3080
  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.125.0"
19
+ GEM_VERSION = "0.127.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 = "20250724"
25
+ REVISION = "20250911"
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.125.0
4
+ version: 0.127.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.125.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.127.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: