google-apis-retail_v2 0.110.0 → 0.111.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/lib/google/apis/retail_v2/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2/service.rb +4 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e78d790e26846e9d476edc086cd83b833105e50a7e5dbc1355273773f7cfc922
|
4
|
+
data.tar.gz: 36a8c864b60ccd69b9ed9f6b538a8687c07178a5d4a9f2d29da58b52d9c04bd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 005aa986ef32ef276868602ed46748415d30b7062640b1a6eb7814411c407c63c04ef06c4eeabf2a2d2fec6c6928fa59c754ff84686a6fb1ccc94b5b1c3d4053
|
7
|
+
data.tar.gz: 68dfd7eac3aa448003ae2a7d237f6b8020ecfcdd1757af213da08d82f6a0c1b8ebffbed9406149f8b54cd6fa667f28a3087be35bd1fc62c9962f517ff74f1902
|
data/CHANGELOG.md
CHANGED
@@ -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.111.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -81,7 +81,10 @@ module Google
|
|
81
81
|
# The entity for customers who run multiple entities, domains, sites, or regions,
|
82
82
|
# for example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`,
|
83
83
|
# etc. If this is set, it must be an exact match with UserEvent.entity to get
|
84
|
-
# per-entity autocomplete results.
|
84
|
+
# per-entity autocomplete results. Also, this entity should be limited to 256
|
85
|
+
# characters, if too long, it will be truncated to 256 characters in both
|
86
|
+
# generation and serving time, and may lead to mis-match. To ensure it works,
|
87
|
+
# please set the entity with string within 256 characters.
|
85
88
|
# @param [Array<String>, String] language_codes
|
86
89
|
# Note that this field applies for `user-data` dataset only. For requests with `
|
87
90
|
# cloud-retail` dataset, setting this field has no effect. The language filters
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.111.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.111.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:
|