google-cloud-gaming-v1 0.4.1 → 0.4.2

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: f39e7106ab30dd79cd7649106732fb5bae297256ba669e19342f2895b9acc0e4
4
- data.tar.gz: 43aca0acc4764cb8291c956a571c51556d3e23a4e40b0b589b91ec39d46b9e5a
3
+ metadata.gz: 4c6ea09b473c03f295947975c273ca9aead989fea196292f1f83f7738b9301bc
4
+ data.tar.gz: 874ca04f7aa228c13e44c85ebc3b5be2511df31eb89135316a4083981b615b37
5
5
  SHA512:
6
- metadata.gz: 7210843d9956a9d177cdc002ed4ad979a0598a2cb39362b30eea171c597115675cff3023bf58a8dd3d9136f0897cde6649264228787c8a49999f9c7bd9e247a9
7
- data.tar.gz: 868675f214598cbc63bade9248e9cbaab56b31603312db6509b386e1607012d3fa0dc82ac05edddbf4d548fec61df0e9b3512e28749fd574db436c94d87b9445
6
+ metadata.gz: f558ce25ce2f18729030beadf212db322e1e199351261933163fcd282d7d678dec5f4c7a1dcea778c3aace3ca198c9a7e848309d16b0b264ef1431da5ec819df
7
+ data.tar.gz: a1b341d2437b104b36b6b6d30262c4a7b367592183d8b6418219ab60ce00e9c05e3bbf82c1e1b9161ee56ebae6d487c02b92ee2dcb32caaac587771b057c4b22
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Gaming
23
23
  module V1
24
- VERSION = "0.4.1"
24
+ VERSION = "0.4.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
130
- # cron job: cron spec start time + duration
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.1
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-08 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common