google-cloud-gaming-v1 0.4.1 → 0.4.2
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: 4c6ea09b473c03f295947975c273ca9aead989fea196292f1f83f7738b9301bc
|
|
4
|
+
data.tar.gz: 874ca04f7aa228c13e44c85ebc3b5be2511df31eb89135316a4083981b615b37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f558ce25ce2f18729030beadf212db322e1e199351261933163fcd282d7d678dec5f4c7a1dcea778c3aace3ca198c9a7e848309d16b0b264ef1431da5ec819df
|
|
7
|
+
data.tar.gz: a1b341d2437b104b36b6b6d30262c4a7b367592183d8b6418219ab60ce00e9c05e3bbf82c1e1b9161ee56ebae6d487c02b92ee2dcb32caaac587771b057c4b22
|
|
@@ -126,8 +126,10 @@ module Google
|
|
|
126
126
|
# If only cron_spec + cron_job_duration are specified, the event is effective
|
|
127
127
|
# starting at the local time specified by cron_spec, and is recurring.
|
|
128
128
|
#
|
|
129
|
-
#
|
|
130
|
-
#
|
|
129
|
+
# ```
|
|
130
|
+
# start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
|
|
131
|
+
# cron job: cron spec start time + duration
|
|
132
|
+
# ```
|
|
131
133
|
# @!attribute [rw] start_time
|
|
132
134
|
# @return [::Google::Protobuf::Timestamp]
|
|
133
135
|
# The start time of the event.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-gaming-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
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-11-
|
|
11
|
+
date: 2021-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|