google-apis-retail_v2beta 0.104.0 → 0.105.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_v2beta/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2beta/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: d5e106c0c6615d5eeef60f158311e1f770c16d2fe0d0074dcabbba2bd4b8d816
|
4
|
+
data.tar.gz: 680d5fa2a19fe5ac006f46ebc095372d7c02a87ee8d9020a52141b6135d3bdb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b899369e1ec44b70cb91a857892aaa68eca6f72024660f204c5ca2cc6e6d5ea2911beae4e61eb2533767d54a9e410149df7a59998eeedc35ed1c0580a096bf4
|
7
|
+
data.tar.gz: 90e62a76157c9dbfe836876373de24a392659a7a91bff506001f8be24b1a525e16f4edc44f02c79c660a490bd59d4dd050f98ed28bd23932e9a857e7b7d42f8d
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2beta
|
18
18
|
# Version of the google-apis-retail_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.105.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
|
@@ -150,7 +150,10 @@ module Google
|
|
150
150
|
# The entity for customers who run multiple entities, domains, sites, or regions,
|
151
151
|
# for example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`,
|
152
152
|
# etc. If this is set, it must be an exact match with UserEvent.entity to get
|
153
|
-
# per-entity autocomplete results.
|
153
|
+
# per-entity autocomplete results. Also, this entity should be limited to 256
|
154
|
+
# characters, if too long, it will be truncated to 256 characters in both
|
155
|
+
# generation and serving time, and may lead to mis-match. To ensure it works,
|
156
|
+
# please set the entity with string within 256 characters.
|
154
157
|
# @param [Array<String>, String] language_codes
|
155
158
|
# Note that this field applies for `user-data` dataset only. For requests with `
|
156
159
|
# 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_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.105.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_v2beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.105.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|