chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html b/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html
index d9eff72..1b83b1f 100644
--- a/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html
+++ b/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html
@@ -78,7 +78,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#list">list(name, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(name, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the subscriptions attached to the specified topic.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,13 +90,13 @@
</div>
<div class="method">
- <code class="details" id="list">list(name, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(name, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists the subscriptions attached to the specified topic.
Args:
name: string, Required. The name of the topic whose subscriptions to list. (required)
- pageToken: string, A page token, received from a previous `ListTopicSubscriptions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTopicSubscriptions` must match the call that provided the page token.
pageSize: integer, The maximum number of subscriptions to return. The service may return fewer than this value. If unset or zero, all subscriptions for the given topic will be returned.
+ pageToken: string, A page token, received from a previous `ListTopicSubscriptions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTopicSubscriptions` must match the call that provided the page token.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -106,11 +106,11 @@
An object of the form:
{ # Response for ListTopicSubscriptions.
- "subscriptions": [ # The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.
- "A String",
- ],
- "nextPageToken": "A String", # A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
- }</pre>
+ "nextPageToken": "A String", # A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
+ "subscriptions": [ # The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.
+ "A String",
+ ],
+}</pre>
</div>
<div class="method">