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 +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2/service.rb +2 -2
- data/lib/google/apis/retail_v2.rb +3 -3
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5520bd4d49fb0bf9072bf186ae58347f58b809fde7f2965ae39afdaf74366087
|
|
4
|
+
data.tar.gz: a31700564393312af6b437504dd27c6e36685118fdde6c8eac9105c22d946de7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 580af896754d883143d734a6e41eddbe5b3d3f5567904520a76a03a562ff22f614e95b6ea450166bb4b50bcb612e37221a6264c8a4c3baff77f822d8da414b03
|
|
7
|
+
data.tar.gz: a75672c36d830c8f662617b9711010b952b71214936dca05dcf9d5df7308864fa5ff26b65c054e6ffb1b4582286b3392b752197583450659019699ae5424df9f
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Simple REST client for version V2 of the
|
|
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
|
|
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
|
|
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.
|
|
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 = "
|
|
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
|
-
#
|
|
23
|
+
# AI Commerce Search API
|
|
24
24
|
#
|
|
25
|
-
#
|
|
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
|
-
#
|
|
22
|
+
# AI Commerce Search API
|
|
23
23
|
#
|
|
24
|
-
#
|
|
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
|
|
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.
|
|
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
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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.
|
|
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
|
|
78
|
+
summary: Simple REST client for AI Commerce Search API V2
|
|
79
79
|
test_files: []
|