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 Apr 8, 2024
1 parent e16573b commit dbb60eb
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions demo/google.datastore.v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2890,71 +2890,60 @@ <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 conflict_detection_strategy</strong>
<strong>oneof operation</strong>
</div>
</td>
</tr>


<tr>
<td>
8
4
</td>
<td>
base_version
insert
</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 insert. The entity must not already exist.
The entity key's final path element may be incomplete.</p></td>

</tr>



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

<span>google.protobuf.Timestamp</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 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 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 operation</strong>
</div>
</td>
</tr>


<tr>
<td>
4
6
</td>
<td>
insert
upsert
</td>
<td>
<code title="google.datastore.v1.Entity">
Expand All @@ -2963,7 +2952,7 @@ <h4 class="title is-4 type-heading" id="message-google.datastore.v1.Mutation">
</a>
</code>
</td>
<td class="content"><p>The entity to insert. The entity must not already exist.
<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>
Expand All @@ -2972,62 +2961,73 @@ <h4 class="title is-4 type-heading" id="message-google.datastore.v1.Mutation">

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

<a href="google.datastore.v1.html#message-google.datastore.v1.Entity"><span title="google.datastore.v1.Entity">google.datastore.v1.Entity</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 entity to update. The entity must already exist.
Must have a complete key path.</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>




<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>
6
8
</td>
<td>
upsert
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 upsert. The entity may or may 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>
7
11
</td>
<td>
delete
update_time
</td>
<td>
<code title="google.datastore.v1.Key">
<code title="google.protobuf.Timestamp">

<a href="google.datastore.v1.html#message-google.datastore.v1.Key"><span title="google.datastore.v1.Key">google.datastore.v1.Key</span>
</a>
<span>google.protobuf.Timestamp</span>
</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 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>

Expand Down

0 comments on commit dbb60eb

Please sign in to comment.