google-apis-retail_v2 0.63.0 → 0.64.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 +5 -5
- 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: 622ff4fe49dfa205d4b2cdf2dee86c48ae1aa2b037d84b209b533f30edb71bdc
|
4
|
+
data.tar.gz: fcf1577667bc6090815a7f8cdba1b0ad4b07236030958a5fc450e8633dac7872
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76e77a8d0c6117fbf38aa038255699639981fb60d8c277b220dc308171f8b77163c3d038f5664b980662c05bfd098a400944264facbb32540eb92b186abcdb70
|
7
|
+
data.tar.gz: 119e40f0b6a507272ab0532fcf0e01671d0741cbee274e2dd98871a06ed682d22484d06799bc143648ba0b4fc4bb2a1403ab1663dea6f2437f0b1fec70475c7c
|
data/CHANGELOG.md
CHANGED
@@ -572,10 +572,10 @@ module Google
|
|
572
572
|
# imports: * `user_event` (default): One JSON UserEvent per line. * `
|
573
573
|
# user_event_ga360`: The schema is available here: https://support.google.com/
|
574
574
|
# analytics/answer/3437719. * `user_event_ga4`: The schema is available here:
|
575
|
-
# https://support.google.com/analytics/answer/7029846. Supported values for
|
576
|
-
#
|
577
|
-
# per line. * `denylist`: One JSON deny suggestion per line. * `
|
578
|
-
# JSON allow suggestion per line.
|
575
|
+
# https://support.google.com/analytics/answer/7029846. Supported values for
|
576
|
+
# autocomplete imports: * `suggestions` (default): One JSON completion
|
577
|
+
# suggestion per line. * `denylist`: One JSON deny suggestion per line. * `
|
578
|
+
# allowlist`: One JSON allow suggestion per line.
|
579
579
|
# Corresponds to the JSON property `dataSchema`
|
580
580
|
# @return [String]
|
581
581
|
attr_accessor :data_schema
|
@@ -802,7 +802,7 @@ module Google
|
|
802
802
|
end
|
803
803
|
end
|
804
804
|
|
805
|
-
# Response of the
|
805
|
+
# Response of the autocomplete query.
|
806
806
|
class GoogleCloudRetailV2CompleteQueryResponse
|
807
807
|
include Google::Apis::Core::Hashable
|
808
808
|
|
@@ -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.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230126"
|
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.64.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-02-05 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.64.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: []
|