google-apis-retail_v2alpha 0.77.0 → 0.78.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 +3 -3
- 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: 94bb380f43c357170f8d6cebf27b348fdb5f01bdc2619c153be9add41bce0924
|
4
|
+
data.tar.gz: 63f3d05e780893a1b8a5bc097b28cf2aa4c19144a439bd83ebe3de4845738e5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fe087f0c7534890c0e4e29f30be1816d0d9236a9ea14348a1236ddd496baaf1f1375ed2f39422d118a815157d46c51e8a03ebf401eb08f42d0ce38c868396b9
|
7
|
+
data.tar.gz: 6a81ed8aa44cefb4ee016617f4ed84fb273b6a966138355c305de8ba5d69976825c2e5f3e50a673802bff767f078ef16b07b57c223fd0416a3067b7a26097221
|
data/CHANGELOG.md
CHANGED
@@ -1577,9 +1577,9 @@ module Google
|
|
1577
1577
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompleteQueryResponseCompletionResult>]
|
1578
1578
|
attr_accessor :completion_results
|
1579
1579
|
|
1580
|
-
# Matched recent searches of this user. The maximum number of recent
|
1581
|
-
# 10. This field is a restricted feature. If you want to enable it,
|
1582
|
-
# Retail Search support. This feature is only available when
|
1580
|
+
# Deprecated. Matched recent searches of this user. The maximum number of recent
|
1581
|
+
# searches is 10. This field is a restricted feature. If you want to enable it,
|
1582
|
+
# contact Retail Search support. This feature is only available when
|
1583
1583
|
# CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The
|
1584
1584
|
# recent searches satisfy the follow rules: * They are ordered from latest to
|
1585
1585
|
# oldest. * They are matched with CompleteQueryRequest.query case insensitively.
|
@@ -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.78.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230525"
|
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.78.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: 2023-
|
11
|
+
date: 2023-06-04 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.78.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: []
|