google-apis-retail_v2 0.49.0 → 0.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/classes.rb +4 -4
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- 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: 2a7e7c07cf5be1942d45cb5e033eb4c42c14ebcbd7f008b34c08b7c2ee2d7a94
|
4
|
+
data.tar.gz: dfd85f8cdbb4190eeed05ca1b1c602939fe3ed746c15af659d4d6facd264a63a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b793cf5ca583fa4fca77799665dee6b3804302c6ae229b4a5dd0e3c10a7add736246a3f6d2487b536741b89ebdb19e57a91364f588086c1be4fc5aa2643b300
|
7
|
+
data.tar.gz: 60718937a303bd6a64b8c6a66623aa5f36f62a8448ccfc72c5e9a9a787359a2906315d7ac16ae0bece795b01c11acabe064085653a3c254c56a62f44c4beb8e4
|
data/CHANGELOG.md
CHANGED
@@ -783,7 +783,7 @@ module Google
|
|
783
783
|
# CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The
|
784
784
|
# recent searches satisfy the follow rules: * They are ordered from latest to
|
785
785
|
# oldest. * They are matched with CompleteQueryRequest.query case insensitively.
|
786
|
-
# * They are transformed to lower
|
786
|
+
# * They are transformed to lower case. * They are UTF-8 safe. Recent searches
|
787
787
|
# are deduplicated. More recent searches will be reserved when duplication
|
788
788
|
# happens.
|
789
789
|
# Corresponds to the JSON property `recentSearchResults`
|
@@ -1658,15 +1658,15 @@ module Google
|
|
1658
1658
|
# @return [Hash<String,String>]
|
1659
1659
|
attr_accessor :labels
|
1660
1660
|
|
1661
|
-
# Maximum number of results to return
|
1662
|
-
#
|
1661
|
+
# Maximum number of results to return. Set this property to the number of
|
1662
|
+
# prediction results needed. If zero, the service will choose a reasonable
|
1663
1663
|
# default. The maximum allowed value is 100. Values above 100 will be coerced to
|
1664
1664
|
# 100.
|
1665
1665
|
# Corresponds to the JSON property `pageSize`
|
1666
1666
|
# @return [Fixnum]
|
1667
1667
|
attr_accessor :page_size
|
1668
1668
|
|
1669
|
-
# This field is not used
|
1669
|
+
# This field is not used; leave it unset.
|
1670
1670
|
# Corresponds to the JSON property `pageToken`
|
1671
1671
|
# @return [String]
|
1672
1672
|
attr_accessor :page_token
|
@@ -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.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220811"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.50.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.50.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|