docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/pubsub_v1beta1a.topics.html b/docs/dyn/pubsub_v1beta1a.topics.html
index 2f6815c..dc8ac17 100644
--- a/docs/dyn/pubsub_v1beta1a.topics.html
+++ b/docs/dyn/pubsub_v1beta1a.topics.html
@@ -84,7 +84,7 @@
<code><a href="#get">get(topic, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the configuration of a topic. Since the topic only has the name</p>
<p class="toc_element">
- <code><a href="#list">list(pageToken=None, maxResults=None, query=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(maxResults=None, query=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists matching topics.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -176,14 +176,14 @@
</div>
<div class="method">
- <code class="details" id="list">list(pageToken=None, maxResults=None, query=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(maxResults=None, query=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists matching topics.
Args:
- pageToken: string, The value obtained in the last <code>ListTopicsResponse</code>
-for continuation.
maxResults: integer, Maximum number of topics to return.
query: string, A valid label query expression.
+ pageToken: string, The value obtained in the last <code>ListTopicsResponse</code>
+for continuation.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -193,14 +193,14 @@
An object of the form:
{ # Response for the ListTopics method.
- "nextPageToken": "A String", # If not empty, indicates that there are more topics that match the request,
- # and this value should be passed to the next <code>ListTopicsRequest</code>
- # to continue.
"topic": [ # The resulting topics.
{ # A topic resource.
"name": "A String", # Name of the topic.
},
],
+ "nextPageToken": "A String", # If not empty, indicates that there are more topics that match the request,
+ # and this value should be passed to the next <code>ListTopicsRequest</code>
+ # to continue.
}</pre>
</div>
@@ -239,8 +239,6 @@
"label": [ # Optional list of labels for this message. Keys in this collection must
# be unique.
{ # A key-value pair applied to a given object.
- "strValue": "A String", # A string value.
- "numValue": "A String", # An integer value.
"key": "A String", # The key of a label is a syntactically valid URL (as per RFC 1738) with
# the "scheme" and initial slashes omitted and with the additional
# restrictions noted below. Each key should be globally unique. The
@@ -259,6 +257,8 @@
#
# Example key:
# spanner.google.com/universe
+ "strValue": "A String", # A string value.
+ "numValue": "A String", # An integer value.
},
],
"data": "A String", # The message payload.
@@ -300,6 +300,7 @@
The object takes the form of:
{ # Request for the PublishBatch method.
+ "topic": "A String", # The messages in the request will be published on this topic.
"messages": [ # The messages to publish.
{ # A message data and its labels.
"messageId": "A String", # ID of this message assigned by the server at publication time. Guaranteed
@@ -311,8 +312,6 @@
"label": [ # Optional list of labels for this message. Keys in this collection must
# be unique.
{ # A key-value pair applied to a given object.
- "strValue": "A String", # A string value.
- "numValue": "A String", # An integer value.
"key": "A String", # The key of a label is a syntactically valid URL (as per RFC 1738) with
# the "scheme" and initial slashes omitted and with the additional
# restrictions noted below. Each key should be globally unique. The
@@ -331,12 +330,13 @@
#
# Example key:
# spanner.google.com/universe
+ "strValue": "A String", # A string value.
+ "numValue": "A String", # An integer value.
},
],
"data": "A String", # The message payload.
},
],
- "topic": "A String", # The messages in the request will be published on this topic.
}
x__xgafv: string, V1 error format.