google-apis-retail_v2alpha 0.109.0 → 0.110.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_v2alpha/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2alpha/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: f3b988e1ebc38cf7f58ffc56e996d0ac241b5971ad3ecb11084b5a4ca6dbe783
|
4
|
+
data.tar.gz: 664ba03cdacf021156845e1780fe87d5f7677dcd61ac2c984724521caca2023e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d551b67a4c3e54659ccd295548a774ad2c46edf665d922ff1f919199f7a093b0c6607499bab1b443fc0b0b30599c6b1134a25151653e65b17e5f7a2a7a55ed29
|
7
|
+
data.tar.gz: ad2a1fed34cbf79a12b82ce8e7ba9dd7505aec6c4d85853d21e57bff0509e13e873db47620368cdf360671997b76f5ac443e5792bc9b0c7124f23f545ad8ad0e
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.110.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
|
@@ -321,7 +321,10 @@ module Google
|
|
321
321
|
# The entity for customers who run multiple entities, domains, sites, or regions,
|
322
322
|
# for example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`,
|
323
323
|
# etc. If this is set, it must be an exact match with UserEvent.entity to get
|
324
|
-
# per-entity autocomplete results.
|
324
|
+
# per-entity autocomplete results. Also, this entity should be limited to 256
|
325
|
+
# characters, if too long, it will be truncated to 256 characters in both
|
326
|
+
# generation and serving time, and may lead to mis-match. To ensure it works,
|
327
|
+
# please set the entity with string within 256 characters.
|
325
328
|
# @param [Array<String>, String] language_codes
|
326
329
|
# Note that this field applies for `user-data` dataset only. For requests with `
|
327
330
|
# 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_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.110.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_v2alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.110.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:
|