google-apis-retail_v2alpha 0.8.0 → 0.9.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a63c2c0c28cf802ab7d7260d3497d8394eb0c371a1650226045d7a848c42e472
|
|
4
|
+
data.tar.gz: 79111862cf3331c2a4bc6b1e0cb2ee7c56ec59cb37465610c590f40fa3413f4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a68d9cc1ffb5344527b3f78c986200732f435df1d8f6c49b9a6dc42477d6ad35402517fcf2dd5ed7ecc026121c33f7e0747060c79da95cdcbb1b88b7778caf8b
|
|
7
|
+
data.tar.gz: 641927a7589b59bc8e20f383340f6f0886407fc01b0078d0a33d8e1ccfe596b7b58b8f7acf6edb59fa864c75ef92fa7c165aa1d0aa6ef0aab06483451f43fbc4
|
data/CHANGELOG.md
CHANGED
|
@@ -1797,12 +1797,6 @@ module Google
|
|
|
1797
1797
|
# @return [String]
|
|
1798
1798
|
attr_accessor :search_query
|
|
1799
1799
|
|
|
1800
|
-
# Represents the user sessions to aggregate user behavior within a time period.
|
|
1801
|
-
# If not set, heuristics will be used to autogenerate one.
|
|
1802
|
-
# Corresponds to the JSON property `sessionId`
|
|
1803
|
-
# @return [String]
|
|
1804
|
-
attr_accessor :session_id
|
|
1805
|
-
|
|
1806
1800
|
# Complete URL (window.location.href) of the user's current page. When using the
|
|
1807
1801
|
# client side event reporting with JavaScript pixel and Google Tag Manager, this
|
|
1808
1802
|
# value is filled in automatically. Maximum length 5,000 characters.
|
|
@@ -1845,7 +1839,6 @@ module Google
|
|
|
1845
1839
|
@purchase_transaction = args[:purchase_transaction] if args.key?(:purchase_transaction)
|
|
1846
1840
|
@referrer_uri = args[:referrer_uri] if args.key?(:referrer_uri)
|
|
1847
1841
|
@search_query = args[:search_query] if args.key?(:search_query)
|
|
1848
|
-
@session_id = args[:session_id] if args.key?(:session_id)
|
|
1849
1842
|
@uri = args[:uri] if args.key?(:uri)
|
|
1850
1843
|
@user_info = args[:user_info] if args.key?(:user_info)
|
|
1851
1844
|
@visitor_id = args[:visitor_id] if args.key?(:visitor_id)
|
|
@@ -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.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210521"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -908,7 +908,6 @@ module Google
|
|
|
908
908
|
|
|
909
909
|
property :referrer_uri, as: 'referrerUri'
|
|
910
910
|
property :search_query, as: 'searchQuery'
|
|
911
|
-
property :session_id, as: 'sessionId'
|
|
912
911
|
property :uri, as: 'uri'
|
|
913
912
|
property :user_info, as: 'userInfo', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaUserInfo, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaUserInfo::Representation
|
|
914
913
|
|
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.9.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: 2021-05-
|
|
11
|
+
date: 2021-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.9.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|