google-apis-retail_v2alpha 0.51.0 → 0.52.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_v2alpha/classes.rb +8 -8
- data/lib/google/apis/retail_v2alpha/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: fdf5342931693ca78651fda9b2cb53b118325d56ec73b55b21d4f9694c5e8ad0
|
4
|
+
data.tar.gz: 9745feed4d19626674ec86cc4c890f13d58273c48c2fa8a190e1b21862045553
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a8e3f3e34b344ee6d6e1d78b9256d4cb9140a741bcba666b4c8f5e67ae26c39981f79a7f592a1bbb16aff4cf3ead526efe8e7b07400740bf43834bd611f0328
|
7
|
+
data.tar.gz: 9cf86a1a3083b33353d7242b394a2f07357a6fe8685cdf949d1238931613ef33ae3524397c197a25a592a989e6896dd34dc79c79b2a06b0d398a9a1bf05e7ec2
|
data/CHANGELOG.md
CHANGED
@@ -1300,7 +1300,7 @@ module Google
|
|
1300
1300
|
# CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The
|
1301
1301
|
# recent searches satisfy the follow rules: * They are ordered from latest to
|
1302
1302
|
# oldest. * They are matched with CompleteQueryRequest.query case insensitively.
|
1303
|
-
# * They are transformed to lower
|
1303
|
+
# * They are transformed to lower case. * They are UTF-8 safe. Recent searches
|
1304
1304
|
# are deduplicated. More recent searches will be reserved when duplication
|
1305
1305
|
# happens.
|
1306
1306
|
# Corresponds to the JSON property `recentSearchResults`
|
@@ -2529,8 +2529,8 @@ module Google
|
|
2529
2529
|
attr_accessor :branch_id
|
2530
2530
|
|
2531
2531
|
# String representing the destination to import for, all if left empty. List of
|
2532
|
-
# possible values
|
2533
|
-
# answer/7501026
|
2532
|
+
# possible values is given in [Included destination](https://support.google.com/
|
2533
|
+
# merchants/answer/7501026). List of allowed string values: "Shopping_ads", "
|
2534
2534
|
# Buy_on_google_listings", "Display_ads", "Local_inventory _ads", "Free_listings"
|
2535
2535
|
# , "Free_local_listings" NOTE: The string values are case sensitive.
|
2536
2536
|
# Corresponds to the JSON property `destinations`
|
@@ -2924,15 +2924,15 @@ module Google
|
|
2924
2924
|
# @return [Hash<String,String>]
|
2925
2925
|
attr_accessor :labels
|
2926
2926
|
|
2927
|
-
# Maximum number of results to return
|
2928
|
-
#
|
2927
|
+
# Maximum number of results to return. Set this property to the number of
|
2928
|
+
# prediction results needed. If zero, the service will choose a reasonable
|
2929
2929
|
# default. The maximum allowed value is 100. Values above 100 will be coerced to
|
2930
2930
|
# 100.
|
2931
2931
|
# Corresponds to the JSON property `pageSize`
|
2932
2932
|
# @return [Fixnum]
|
2933
2933
|
attr_accessor :page_size
|
2934
2934
|
|
2935
|
-
# This field is not used
|
2935
|
+
# This field is not used; leave it unset.
|
2936
2936
|
# Corresponds to the JSON property `pageToken`
|
2937
2937
|
# @return [String]
|
2938
2938
|
attr_accessor :page_token
|
@@ -4260,7 +4260,7 @@ module Google
|
|
4260
4260
|
attr_accessor :do_not_associate_action
|
4261
4261
|
|
4262
4262
|
# * Rule Condition: - No Condition.query_terms provided is a global match. - 1
|
4263
|
-
# or more Condition.query_terms provided
|
4263
|
+
# or more Condition.query_terms provided are combined with OR operator. * Action
|
4264
4264
|
# Input: The request query and filter that are applied to the retrieved products,
|
4265
4265
|
# in addition to any filters already provided with the SearchRequest. The AND
|
4266
4266
|
# operator is used to combine the query's existing filters with the filter rule(
|
@@ -4397,7 +4397,7 @@ module Google
|
|
4397
4397
|
end
|
4398
4398
|
|
4399
4399
|
# * Rule Condition: - No Condition.query_terms provided is a global match. - 1
|
4400
|
-
# or more Condition.query_terms provided
|
4400
|
+
# or more Condition.query_terms provided are combined with OR operator. * Action
|
4401
4401
|
# Input: The request query and filter that are applied to the retrieved products,
|
4402
4402
|
# in addition to any filters already provided with the SearchRequest. The AND
|
4403
4403
|
# operator is used to combine the query's existing filters with the filter rule(
|
@@ -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.52.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_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.52.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_v2alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.52.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|