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: 69a398999a9ba1d4abf8cb8d91d397cf63bdace75cc4dd5c59c7a1a7b9fb079f
4
- data.tar.gz: ac8aa6242dfe65a819df2384e830b3194a415098b2e39defb293ea31ec0f7b13
3
+ metadata.gz: 3349a54e2289d8c8f459e04065c237fda50319a029fd0b2c29a5eb16f7daa4fd
4
+ data.tar.gz: d76f4f7103ed570dad3c15f5c1f85b314049f74d3ccc793c93f8125f356170e3
5
5
  SHA512:
6
- metadata.gz: 602694d7ccc95f3dce9d2810dbbfa00e183f2c37dbdf5d7b87f64b89e8a267365b2eb5d84f489e544ab248ee9ebf77a2ce079f6c14c2a4f61389afe1ea190914
7
- data.tar.gz: ad31a0f125ba6a832f0ef717e2635270982d9964907f4c5cbe97c163dc45295802f4e3a856d1bdfe3ea5b24abb39456082da5fe16033e307fde45696b62fcfe4
6
+ metadata.gz: 9dbc6877261a4036d4effa950ba9898ef9730e48610bf44590cf3e2119ca9911e90a415bce06765d28aa5b48f95d0bb2592b402ea40c404b5367646fd44e8daf
7
+ data.tar.gz: 59142fe6d98828871d2996851217672bb751985db60a3f1376a84bcb37c5f9aa61f4284e35b5bb0840d3a3ea5bf8e84abe3dd5d5d9cf9c1e145fc83492271d8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.126.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250807
6
+
3
7
  ### v0.125.0 (2025-08-03)
4
8
 
5
9
  * 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)
@@ -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 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
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.125.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 = "20250724"
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.125.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.125.0
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: