Skip to content

Commit

Permalink
Update generated documentation [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
markvincze committed Feb 6, 2024
1 parent c5dc177 commit 1451576
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
116 changes: 58 additions & 58 deletions demo/google.datastore.v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3 class="title is-3">


<p>
<a href="#message-google.datastore.v1.Aggregation.Avg">
<a href="#message-google.datastore.v1.AggregationQuery.Aggregation.Avg">
<span class="tag" style="min-width: 6em">Message</span>
<code>Avg</code>
</a>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h3 class="title is-3">


<p>
<a href="#message-google.datastore.v1.Aggregation.Count">
<a href="#message-google.datastore.v1.AggregationQuery.Aggregation.Count">
<span class="tag" style="min-width: 6em">Message</span>
<code>Count</code>
</a>
Expand Down Expand Up @@ -556,7 +556,7 @@ <h3 class="title is-3">


<p>
<a href="#message-google.datastore.v1.Aggregation.Sum">
<a href="#message-google.datastore.v1.AggregationQuery.Aggregation.Sum">
<span class="tag" style="min-width: 6em">Message</span>
<code>Sum</code>
</a>
Expand Down Expand Up @@ -1447,9 +1447,9 @@ <h4 class="title is-4 type-heading" id="message-google.datastore.v1.ArrayValue">
<div class="block">


<h4 class="title is-4 type-heading" id="message-google.datastore.v1.Aggregation.Avg">
<h4 class="title is-4 type-heading" id="message-google.datastore.v1.AggregationQuery.Aggregation.Avg">
<span>
<a href="#message-google.datastore.v1.Aggregation.Avg" title="google.datastore.v1.Aggregation.Avg">message Avg</a>
<a href="#message-google.datastore.v1.AggregationQuery.Aggregation.Avg" title="google.datastore.v1.AggregationQuery.Aggregation.Avg">message Avg</a>

<span style="font-size: 0.7em; font-weight: normal">(Nested in <a href="google.datastore.v1.html#message-google.datastore.v1.AggregationQuery.Aggregation"><span title="google.datastore.v1.AggregationQuery.Aggregation">google.datastore.v1.AggregationQuery.Aggregation</span>
</a>)</span>
Expand Down Expand Up @@ -1989,9 +1989,9 @@ <h4 class="title is-4 type-heading" id="message-google.datastore.v1.CompositeFil
<div class="block">


<h4 class="title is-4 type-heading" id="message-google.datastore.v1.Aggregation.Count">
<h4 class="title is-4 type-heading" id="message-google.datastore.v1.AggregationQuery.Aggregation.Count">
<span>
<a href="#message-google.datastore.v1.Aggregation.Count" title="google.datastore.v1.Aggregation.Count">message Count</a>
<a href="#message-google.datastore.v1.AggregationQuery.Aggregation.Count" title="google.datastore.v1.AggregationQuery.Aggregation.Count">message Count</a>

<span style="font-size: 0.7em; font-weight: normal">(Nested in <a href="google.datastore.v1.html#message-google.datastore.v1.AggregationQuery.Aggregation"><span title="google.datastore.v1.AggregationQuery.Aggregation">google.datastore.v1.AggregationQuery.Aggregation</span>
</a>)</span>
Expand Down Expand Up @@ -2959,60 +2959,71 @@ <h4 class="title is-4 type-heading" id="message-google.datastore.v1.Mutation">
<tr class="nohover">
<td class="oneof-heading" colspan="4">
<div class="oneof-heading">
<strong>oneof operation</strong>
<strong>oneof conflict_detection_strategy</strong>
</div>
</td>
</tr>


<tr>
<td>
4
8
</td>
<td>
insert
base_version
</td>
<td>
<code title="google.datastore.v1.Entity">
<code title="int64">

<a href="google.datastore.v1.html#message-google.datastore.v1.Entity"><span title="google.datastore.v1.Entity">google.datastore.v1.Entity</span>
</a>
<span>int64</span>
</code>
</td>
<td class="content"><p>The entity to insert. The entity must not already exist.
The entity key's final path element may be incomplete.</p></td>
<td class="content"><p>The version of the entity that this mutation is being applied
to. If this does not match the current version on the server, the
mutation conflicts.</p></td>

</tr>



<tr>
<td>
5
11
</td>
<td>
update
update_time
</td>
<td>
<code title="google.datastore.v1.Entity">
<code title="google.protobuf.Timestamp">

<a href="google.datastore.v1.html#message-google.datastore.v1.Entity"><span title="google.datastore.v1.Entity">google.datastore.v1.Entity</span>
</a>
<span>google.protobuf.Timestamp</span>
</code>
</td>
<td class="content"><p>The entity to update. The entity must already exist.
Must have a complete key path.</p></td>
<td class="content"><p>The update time of the entity that this mutation is being applied
to. If this does not match the current update time on the server, the
mutation conflicts.</p></td>

</tr>




<tr class="nohover"><td style="border: 0px"></td></tr>
<tr class="nohover">
<td class="oneof-heading" colspan="4">
<div class="oneof-heading">
<strong>oneof operation</strong>
</div>
</td>
</tr>


<tr>
<td>
6
4
</td>
<td>
upsert
insert
</td>
<td>
<code title="google.datastore.v1.Entity">
Expand All @@ -3021,7 +3032,7 @@ <h4 class="title is-4 type-heading" id="message-google.datastore.v1.Mutation">
</a>
</code>
</td>
<td class="content"><p>The entity to upsert. The entity may or may not already exist.
<td class="content"><p>The entity to insert. The entity must not already exist.
The entity key's final path element may be incomplete.</p></td>

</tr>
Expand All @@ -3030,73 +3041,62 @@ <h4 class="title is-4 type-heading" id="message-google.datastore.v1.Mutation">

<tr>
<td>
7
5
</td>
<td>
delete
update
</td>
<td>
<code title="google.datastore.v1.Key">
<code title="google.datastore.v1.Entity">

<a href="google.datastore.v1.html#message-google.datastore.v1.Key"><span title="google.datastore.v1.Key">google.datastore.v1.Key</span>
<a href="google.datastore.v1.html#message-google.datastore.v1.Entity"><span title="google.datastore.v1.Entity">google.datastore.v1.Entity</span>
</a>
</code>
</td>
<td class="content"><p>The key of the entity to delete. The entity may or may not already exist.
Must have a complete key path and must not be reserved/read-only.</p></td>
<td class="content"><p>The entity to update. The entity must already exist.
Must have a complete key path.</p></td>

</tr>




<tr class="nohover"><td style="border: 0px"></td></tr>
<tr class="nohover">
<td class="oneof-heading" colspan="4">
<div class="oneof-heading">
<strong>oneof conflict_detection_strategy</strong>
</div>
</td>
</tr>


<tr>
<td>
8
6
</td>
<td>
base_version
upsert
</td>
<td>
<code title="int64">
<code title="google.datastore.v1.Entity">

<span>int64</span>
<a href="google.datastore.v1.html#message-google.datastore.v1.Entity"><span title="google.datastore.v1.Entity">google.datastore.v1.Entity</span>
</a>
</code>
</td>
<td class="content"><p>The version of the entity that this mutation is being applied
to. If this does not match the current version on the server, the
mutation conflicts.</p></td>
<td class="content"><p>The entity to upsert. The entity may or may not already exist.
The entity key's final path element may be incomplete.</p></td>

</tr>



<tr>
<td>
11
7
</td>
<td>
update_time
delete
</td>
<td>
<code title="google.protobuf.Timestamp">
<code title="google.datastore.v1.Key">

<span>google.protobuf.Timestamp</span>
<a href="google.datastore.v1.html#message-google.datastore.v1.Key"><span title="google.datastore.v1.Key">google.datastore.v1.Key</span>
</a>
</code>
</td>
<td class="content"><p>The update time of the entity that this mutation is being applied
to. If this does not match the current update time on the server, the
mutation conflicts.</p></td>
<td class="content"><p>The key of the entity to delete. The entity may or may not already exist.
Must have a complete key path and must not be reserved/read-only.</p></td>

</tr>

Expand Down Expand Up @@ -5095,9 +5095,9 @@ <h4 class="title is-4 type-heading" id="message-google.datastore.v1.RunQueryResp
<div class="block">


<h4 class="title is-4 type-heading" id="message-google.datastore.v1.Aggregation.Sum">
<h4 class="title is-4 type-heading" id="message-google.datastore.v1.AggregationQuery.Aggregation.Sum">
<span>
<a href="#message-google.datastore.v1.Aggregation.Sum" title="google.datastore.v1.Aggregation.Sum">message Sum</a>
<a href="#message-google.datastore.v1.AggregationQuery.Aggregation.Sum" title="google.datastore.v1.AggregationQuery.Aggregation.Sum">message Sum</a>

<span style="font-size: 0.7em; font-weight: normal">(Nested in <a href="google.datastore.v1.html#message-google.datastore.v1.AggregationQuery.Aggregation"><span title="google.datastore.v1.AggregationQuery.Aggregation">google.datastore.v1.AggregationQuery.Aggregation</span>
</a>)</span>
Expand Down
4 changes: 2 additions & 2 deletions demo/search.html

Large diffs are not rendered by default.

0 comments on commit 1451576

Please sign in to comment.