proto_docs/google/cloud/gaming/v1/common.rb in google-cloud-gaming-v1-0.4.1 vs proto_docs/google/cloud/gaming/v1/common.rb in google-cloud-gaming-v1-0.4.2

- old
+ new

@@ -124,11 +124,13 @@ # specified by start_time and end_time. If the scheduled event's timespan is # larger than the cron_spec + cron_job_duration, the event will be recurring. # If only cron_spec + cron_job_duration are specified, the event is effective # starting at the local time specified by cron_spec, and is recurring. # - # start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time - # cron job: cron spec start time + duration + # ``` + # start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time + # cron job: cron spec start time + duration + # ``` # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # The start time of the event. # @!attribute [rw] end_time # @return [::Google::Protobuf::Timestamp]