Skip to content

Commit acb498e

Browse files
Deployed 680855d to v0.16-dev with MkDocs 1.6.1 and mike 2.1.3
1 parent b4e8eb0 commit acb498e

File tree

6 files changed

+159
-52
lines changed

6 files changed

+159
-52
lines changed

v0.16-dev/objects.inv

5 Bytes
Binary file not shown.

v0.16-dev/protobuf-reference/frequenz/api/dispatch/v1/dispatch/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,10 +2475,10 @@ <h3 id="dispatchmetadata">DispatchMetadata<a class="headerlink" href="#dispatchm
24752475
<td>UTC Timestamp when the order was created.</td>
24762476
</tr>
24772477
<tr>
2478-
<td>modification_time</td>
2478+
<td>update_time</td>
24792479
<td><a href="#google-protobuf-Timestamp">google.protobuf.Timestamp</a></td>
24802480
<td></td>
2481-
<td>UTC Timestamp of the last update to the order.</td>
2481+
<td>UTC time of the last update to the order.</td>
24822482
</tr>
24832483
<tr>
24842484
<td>end_time</td>
@@ -2722,7 +2722,7 @@ <h3 id="recurrenceruleendcriteria">RecurrenceRule.EndCriteria<a class="headerlin
27222722
<td>The number of times this dispatch should recur. If this field is set, the dispatch will recur the given number of times. Valid values are 1 to 4096.</td>
27232723
</tr>
27242724
<tr>
2725-
<td>until</td>
2725+
<td>until_time</td>
27262726
<td><a href="#google-protobuf-Timestamp">google.protobuf.Timestamp</a></td>
27272727
<td></td>
27282728
<td>The end time of this dispatch in UTC. If this field is set, the last recurrence event will start before this timestamp. Note that the duration of the event is not considered in this value, so the dispatch may end after the timestamp.</td>
@@ -2976,16 +2976,16 @@ <h3 id="timeintervalfilter">TimeIntervalFilter<a class="headerlink" href="#timei
29762976
</thead>
29772977
<tbody>
29782978
<tr>
2979-
<td>from</td>
2979+
<td>from_time</td>
29802980
<td><a href="#google-protobuf-Timestamp">google.protobuf.Timestamp</a></td>
29812981
<td></td>
2982-
<td>Filter by time &gt;= this UTC timestamp.</td>
2982+
<td>Filter by time &gt;= this UTC time.</td>
29832983
</tr>
29842984
<tr>
2985-
<td>to</td>
2985+
<td>to_time</td>
29862986
<td><a href="#google-protobuf-Timestamp">google.protobuf.Timestamp</a></td>
29872987
<td></td>
2988-
<td>Filter by time &lt;= this UTC timestamp.</td>
2988+
<td>Filter by time &lt;= this UTC time.</td>
29892989
</tr>
29902990
</tbody>
29912991
</table>

0 commit comments

Comments
 (0)