google-shopping-css-v1 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a60145ea29d7f71979cc7495cb046bcd30b7e7f8f0605b142da30d6828b6748
|
4
|
+
data.tar.gz: 34ea24b9aee342d4157eec1072450ddf16131b4be7968d357dda8ff96a3f50c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e865580676dfd3dcff4c9025ebe4179534c4a17bf540104000f9a90ee9947dbd8064032c2722983ec105cb7e68f0c4751ea8024c1589c7df69ffd533dd71dcc
|
7
|
+
data.tar.gz: 68e8a0a85d35d5c1791a04eb6bbe83806c8ca99693ddf6f1cafff4327a827b50ec16498e466a3d328aefc7dacb4f91be258e2ee681bbc83b3e05ff28b102b58c
|
@@ -166,7 +166,7 @@ module Google
|
|
166
166
|
# Date on which the item should expire, as specified upon insertion, in
|
167
167
|
# [ISO
|
168
168
|
# 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual
|
169
|
-
# expiration date
|
169
|
+
# expiration date is exposed in `productstatuses` as
|
170
170
|
# [googleExpirationDate](https://support.google.com/merchants/answer/6324499)
|
171
171
|
# and might be earlier if `expirationDate` is too far in the future.
|
172
172
|
# Note: It may take 2+ days from the expiration date for the item to
|
@@ -285,7 +285,7 @@ module Google
|
|
285
285
|
# 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
|
286
286
|
# @!attribute [rw] google_expiration_date
|
287
287
|
# @return [::Google::Protobuf::Timestamp]
|
288
|
-
# Date on which the item expires
|
288
|
+
# Date on which the item expires, in [ISO
|
289
289
|
# 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
|
290
290
|
class CssProductStatus
|
291
291
|
include ::Google::Protobuf::MessageExts
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-css-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|