google-apis-retail_v2 0.132.0 → 0.133.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: 762ba7e646466fc26117709bd81aca1e5ab80142f20469e050c14c63a8322d83
4
- data.tar.gz: d6c5bf470986b850d7c7aa7774c49f00756f4ec8368d4b96a239d8a74aa3f8c3
3
+ metadata.gz: 5520bd4d49fb0bf9072bf186ae58347f58b809fde7f2965ae39afdaf74366087
4
+ data.tar.gz: a31700564393312af6b437504dd27c6e36685118fdde6c8eac9105c22d946de7
5
5
  SHA512:
6
- metadata.gz: c0c3851b02724a806654667f676091cda29c1483097f1ce70906c6287d51f8062364bada2a3c8122410c5cef4cae5feb208a800cd937f2cc9cab547d2ac69531
7
- data.tar.gz: c9a7b3f1528d3372e78cc64b5c1ddd10265cb6c3c296db538a442bc59174ec0343e77cf668306651ac9def8ffb24eb206e4eaaa373f850be5f495240ffa231f9
6
+ metadata.gz: 580af896754d883143d734a6e41eddbe5b3d3f5567904520a76a03a562ff22f614e95b6ea450166bb4b50bcb612e37221a6264c8a4c3baff77f822d8da414b03
7
+ data.tar.gz: a75672c36d830c8f662617b9711010b952b71214936dca05dcf9d5df7308864fa5ff26b65c054e6ffb1b4582286b3392b752197583450659019699ae5424df9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.133.0 (2026-08-23)
4
+
5
+ * Regenerated from discovery document revision 20260813
6
+
3
7
  ### v0.132.0 (2026-08-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20260723
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V2 of the Vertex AI Search for commerce API
1
+ # Simple REST client for version V2 of the AI Commerce Search API
2
2
 
3
- This is a simple client library for version V2 of the Vertex AI Search for commerce API. It provides:
3
+ This is a simple client library for version V2 of the AI Commerce Search API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Retail service in particular.)
67
67
 
68
- For reference information on specific calls in the Vertex AI Search for commerce API, see the {Google::Apis::RetailV2::CloudRetailService class reference docs}.
68
+ For reference information on specific calls in the AI Commerce Search API, see the {Google::Apis::RetailV2::CloudRetailService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.132.0"
19
+ GEM_VERSION = "0.133.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260723"
25
+ REVISION = "20260813"
26
26
  end
27
27
  end
28
28
  end
@@ -20,9 +20,9 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module RetailV2
23
- # Vertex AI Search for commerce API
23
+ # AI Commerce Search API
24
24
  #
25
- # Vertex AI Search for commerce API is made up of Retail Search, Browse and
25
+ # The AI Commerce Search API is made up of Retail Search, Browse and
26
26
  # Recommendations. These discovery AI solutions help you implement personalized
27
27
  # search, browse and recommendations, based on machine learning models, across
28
28
  # your websites and mobile applications.
@@ -19,16 +19,16 @@ require 'google/apis/retail_v2/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Vertex AI Search for commerce API
22
+ # AI Commerce Search API
23
23
  #
24
- # Vertex AI Search for commerce API is made up of Retail Search, Browse and
24
+ # The AI Commerce Search API is made up of Retail Search, Browse and
25
25
  # Recommendations. These discovery AI solutions help you implement personalized
26
26
  # search, browse and recommendations, based on machine learning models, across
27
27
  # your websites and mobile applications.
28
28
  #
29
29
  # @see https://cloud.google.com/recommendations
30
30
  module RetailV2
31
- # Version of the Vertex AI Search for commerce API this client connects to.
31
+ # Version of the AI Commerce Search API this client connects to.
32
32
  # This is NOT the gem version.
33
33
  VERSION = 'V2'
34
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.132.0
4
+ version: 0.133.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -29,13 +29,13 @@ dependencies:
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
31
  version: 2.a
32
- description: This is the simple REST client for Vertex AI Search for commerce API
33
- V2. Simple REST clients are Ruby client libraries that provide access to Google
34
- services via their HTTP REST API endpoints. These libraries are generated and updated
35
- automatically based on the discovery documents published by the service, and they
36
- handle most concerns such as authentication, pagination, retry, timeouts, and logging.
37
- You can use this client to access the Vertex AI Search for commerce API, but note
38
- that some services may provide a separate modern client that is easier to use.
32
+ description: This is the simple REST client for AI Commerce Search API V2. Simple
33
+ REST clients are Ruby client libraries that provide access to Google services via
34
+ their HTTP REST API endpoints. These libraries are generated and updated automatically
35
+ based on the discovery documents published by the service, and they handle most
36
+ concerns such as authentication, pagination, retry, timeouts, and logging. You can
37
+ use this client to access the AI Commerce Search API, but note that some services
38
+ may provide a separate modern client that is easier to use.
39
39
  email: googleapis-packages@google.com
40
40
  executables: []
41
41
  extensions: []
@@ -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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.132.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.133.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -75,5 +75,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements: []
76
76
  rubygems_version: 3.6.9
77
77
  specification_version: 4
78
- summary: Simple REST client for Vertex AI Search for commerce API V2
78
+ summary: Simple REST client for AI Commerce Search API V2
79
79
  test_files: []