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 Mar 29, 2024
1 parent fe2687c commit 8ee9111
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 79 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ hidden-packages = ["google.protobuf"]
# were listed in the input when `protoc` was executed.
# Default value: ""
member-ordering = "preserve"

# The markdown extensions supported by the main-page-content-file
# Default value: ["fenced_code"]
# See: https://python-markdown.github.io/extensions/#officially-supported-extensions
markdown-extensions = ["fenced_code", "nl2br"]

```

### Main page content
Expand Down
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
60 changes: 30 additions & 30 deletions demo/google.pubsub.v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5323,81 +5323,81 @@ <h4 class="title is-4 type-heading" id="message-google.pubsub.v1.PushConfig">
<tr class="nohover">
<td class="oneof-heading" colspan="4">
<div class="oneof-heading">
<strong>oneof authentication_method</strong>
<strong>oneof wrapper</strong>
</div>
</td>
</tr>


<tr>
<td>
3
4
</td>
<td>
oidc_token
pubsub_wrapper
</td>
<td>
<code title="google.pubsub.v1.PushConfig.OidcToken">
<code title="google.pubsub.v1.PushConfig.PubsubWrapper">

<a href="google.pubsub.v1.html#message-google.pubsub.v1.PushConfig.OidcToken"><span title="google.pubsub.v1.PushConfig.OidcToken">google.pubsub.v1.PushConfig.OidcToken</span>
<a href="google.pubsub.v1.html#message-google.pubsub.v1.PushConfig.PubsubWrapper"><span title="google.pubsub.v1.PushConfig.PubsubWrapper">google.pubsub.v1.PushConfig.PubsubWrapper</span>
</a>
</code>
</td>
<td class="content"><p>If specified, Pub/Sub will generate and attach an OIDC JWT token as an
<code>Authorization</code> header in the HTTP request for every pushed message.</p></td>
<td class="content"><p>When set, the payload to the push endpoint is in the form of the JSON
representation of a PubsubMessage
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).</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 wrapper</strong>
</div>
</td>
</tr>


<tr>
<td>
4
5
</td>
<td>
pubsub_wrapper
no_wrapper
</td>
<td>
<code title="google.pubsub.v1.PushConfig.PubsubWrapper">
<code title="google.pubsub.v1.PushConfig.NoWrapper">

<a href="google.pubsub.v1.html#message-google.pubsub.v1.PushConfig.PubsubWrapper"><span title="google.pubsub.v1.PushConfig.PubsubWrapper">google.pubsub.v1.PushConfig.PubsubWrapper</span>
<a href="google.pubsub.v1.html#message-google.pubsub.v1.PushConfig.NoWrapper"><span title="google.pubsub.v1.PushConfig.NoWrapper">google.pubsub.v1.PushConfig.NoWrapper</span>
</a>
</code>
</td>
<td class="content"><p>When set, the payload to the push endpoint is in the form of the JSON
representation of a PubsubMessage
(https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).</p></td>
<td class="content"><p>When set, the payload to the push endpoint is not wrapped.</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 authentication_method</strong>
</div>
</td>
</tr>


<tr>
<td>
5
3
</td>
<td>
no_wrapper
oidc_token
</td>
<td>
<code title="google.pubsub.v1.PushConfig.NoWrapper">
<code title="google.pubsub.v1.PushConfig.OidcToken">

<a href="google.pubsub.v1.html#message-google.pubsub.v1.PushConfig.NoWrapper"><span title="google.pubsub.v1.PushConfig.NoWrapper">google.pubsub.v1.PushConfig.NoWrapper</span>
<a href="google.pubsub.v1.html#message-google.pubsub.v1.PushConfig.OidcToken"><span title="google.pubsub.v1.PushConfig.OidcToken">google.pubsub.v1.PushConfig.OidcToken</span>
</a>
</code>
</td>
<td class="content"><p>When set, the payload to the push endpoint is not wrapped.</p></td>
<td class="content"><p>If specified, Pub/Sub will generate and attach an OIDC JWT token as an
<code>Authorization</code> header in the HTTP request for every pushed message.</p></td>

</tr>

Expand Down

0 comments on commit 8ee9111

Please sign in to comment.