google-apis-retail_v2alpha 0.70.0 → 0.71.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: f18d26745034925d98a6986f4febcf1b8371e82ca82f334b3a0b9b4ad3f072ed
|
|
4
|
+
data.tar.gz: f91f45e0ba3b1d0cef3c166c29f322a9762035d56b4dd168efb3cfbe19a6897c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0988e616191ff684aba8de36553704e085939e056a7afb1f514a0fa3bb28dc6ac0899e658624d08f01b535458ce7d0f509c7110ac9b456fd20363911d54da3a
|
|
7
|
+
data.tar.gz: 7bbd34cfa9791e887266de08e5b93ac6fbb04f1c54ae530b856ce439045a65dba594a4fab520fdb9832efcf5fcf9f252f0149d801bee0fd4fae0f92628da5cc8
|
data/CHANGELOG.md
CHANGED
|
@@ -6230,6 +6230,13 @@ module Google
|
|
|
6230
6230
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionDetail]
|
|
6231
6231
|
attr_accessor :completion_detail
|
|
6232
6232
|
|
|
6233
|
+
# Represents the domain of the user event, for projects that combine domains.
|
|
6234
|
+
# For example: retailer can have events from multiple domains like retailer-main,
|
|
6235
|
+
# retailer-baby, retailer-meds, etc. under one project.
|
|
6236
|
+
# Corresponds to the JSON property `domain`
|
|
6237
|
+
# @return [String]
|
|
6238
|
+
attr_accessor :domain
|
|
6239
|
+
|
|
6233
6240
|
# Only required for UserEventService.ImportUserEvents method. Timestamp of when
|
|
6234
6241
|
# the user event happened.
|
|
6235
6242
|
# Corresponds to the JSON property `eventTime`
|
|
@@ -6385,6 +6392,7 @@ module Google
|
|
|
6385
6392
|
@attribution_token = args[:attribution_token] if args.key?(:attribution_token)
|
|
6386
6393
|
@cart_id = args[:cart_id] if args.key?(:cart_id)
|
|
6387
6394
|
@completion_detail = args[:completion_detail] if args.key?(:completion_detail)
|
|
6395
|
+
@domain = args[:domain] if args.key?(:domain)
|
|
6388
6396
|
@event_time = args[:event_time] if args.key?(:event_time)
|
|
6389
6397
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
6390
6398
|
@experiment_ids = args[:experiment_ids] if args.key?(:experiment_ids)
|
|
@@ -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.71.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 = "20230306"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2803,6 +2803,7 @@ module Google
|
|
|
2803
2803
|
property :cart_id, as: 'cartId'
|
|
2804
2804
|
property :completion_detail, as: 'completionDetail', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionDetail, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionDetail::Representation
|
|
2805
2805
|
|
|
2806
|
+
property :domain, as: 'domain'
|
|
2806
2807
|
property :event_time, as: 'eventTime'
|
|
2807
2808
|
property :event_type, as: 'eventType'
|
|
2808
2809
|
collection :experiment_ids, as: 'experimentIds'
|
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.71.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-03-
|
|
11
|
+
date: 2023-03-12 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.71.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: []
|