docs: update generated docs (#981)
diff --git a/docs/dyn/pubsub_v1beta1a.subscriptions.html b/docs/dyn/pubsub_v1beta1a.subscriptions.html
index ab950a4..b59e31e 100644
--- a/docs/dyn/pubsub_v1beta1a.subscriptions.html
+++ b/docs/dyn/pubsub_v1beta1a.subscriptions.html
@@ -87,7 +87,7 @@
<code><a href="#get">get(subscription, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the configuration details of a subscription.</p>
<p class="toc_element">
- <code><a href="#list">list(maxResults=None, query=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(pageToken=None, maxResults=None, query=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists matching subscriptions.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -183,13 +183,13 @@
# subscriber and the subscriber has not yet Acked or Nacked), the Pub/Sub
# system will not deliver that message to another pull subscriber
# (on a best-effort basis).
- "name": "A String", # Name of the subscription.
- "topic": "A String", # The name of the topic from which this subscription is receiving messages.
"pushConfig": { # Configuration for a push delivery endpoint. # If push delivery is used with this subscription, this field is
# used to configure it.
"pushEndpoint": "A String", # A URL locating the endpoint to which messages should be pushed.
# For example, a Webhook endpoint might use "https://example.com/push".
},
+ "name": "A String", # Name of the subscription.
+ "topic": "A String", # The name of the topic from which this subscription is receiving messages.
}
x__xgafv: string, V1 error format.
@@ -220,13 +220,13 @@
# subscriber and the subscriber has not yet Acked or Nacked), the Pub/Sub
# system will not deliver that message to another pull subscriber
# (on a best-effort basis).
- "name": "A String", # Name of the subscription.
- "topic": "A String", # The name of the topic from which this subscription is receiving messages.
"pushConfig": { # Configuration for a push delivery endpoint. # If push delivery is used with this subscription, this field is
# used to configure it.
"pushEndpoint": "A String", # A URL locating the endpoint to which messages should be pushed.
# For example, a Webhook endpoint might use "https://example.com/push".
},
+ "name": "A String", # Name of the subscription.
+ "topic": "A String", # The name of the topic from which this subscription is receiving messages.
}</pre>
</div>
@@ -297,25 +297,25 @@
# subscriber and the subscriber has not yet Acked or Nacked), the Pub/Sub
# system will not deliver that message to another pull subscriber
# (on a best-effort basis).
- "name": "A String", # Name of the subscription.
- "topic": "A String", # The name of the topic from which this subscription is receiving messages.
"pushConfig": { # Configuration for a push delivery endpoint. # If push delivery is used with this subscription, this field is
# used to configure it.
"pushEndpoint": "A String", # A URL locating the endpoint to which messages should be pushed.
# For example, a Webhook endpoint might use "https://example.com/push".
},
+ "name": "A String", # Name of the subscription.
+ "topic": "A String", # The name of the topic from which this subscription is receiving messages.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(maxResults=None, query=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(pageToken=None, maxResults=None, query=None, x__xgafv=None)</code>
<pre>Lists matching subscriptions.
Args:
- maxResults: integer, Maximum number of subscriptions to return.
- query: string, A valid label query expression.
pageToken: string, The value obtained in the last <code>ListSubscriptionsResponse</code>
for continuation.
+ maxResults: integer, Maximum number of subscriptions to return.
+ query: string, A valid label query expression.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -325,9 +325,6 @@
An object of the form:
{ # Response for the ListSubscriptions method.
- "nextPageToken": "A String", # If not empty, indicates that there are more subscriptions that match the
- # request and this value should be passed to the next
- # <code>ListSubscriptionsRequest</code> to continue.
"subscription": [ # The subscriptions that match the request.
{ # A subscription resource.
"ackDeadlineSeconds": 42, # For either push or pull delivery, the value is the maximum time after a
@@ -349,15 +346,18 @@
# subscriber and the subscriber has not yet Acked or Nacked), the Pub/Sub
# system will not deliver that message to another pull subscriber
# (on a best-effort basis).
- "name": "A String", # Name of the subscription.
- "topic": "A String", # The name of the topic from which this subscription is receiving messages.
"pushConfig": { # Configuration for a push delivery endpoint. # If push delivery is used with this subscription, this field is
# used to configure it.
"pushEndpoint": "A String", # A URL locating the endpoint to which messages should be pushed.
# For example, a Webhook endpoint might use "https://example.com/push".
},
+ "name": "A String", # Name of the subscription.
+ "topic": "A String", # The name of the topic from which this subscription is receiving messages.
},
],
+ "nextPageToken": "A String", # If not empty, indicates that there are more subscriptions that match the
+ # request and this value should be passed to the next
+ # <code>ListSubscriptionsRequest</code> to continue.
}</pre>
</div>
@@ -391,12 +391,12 @@
# deadline will expire 10 seconds after the ModifyAckDeadline call was made.
# Specifying zero may immediately make the message available for another pull
# request.
+ "subscription": "A String", # Next Index: 5
+ # The name of the subscription from which messages are being pulled.
"ackIds": [ # List of acknowledgment IDs. Either this field or ack_id
# should be populated, not both.
"A String",
],
- "subscription": "A String", # Next Index: 5
- # The name of the subscription from which messages are being pulled.
}
x__xgafv: string, V1 error format.
@@ -501,17 +501,17 @@
{ # Either a <code>PubsubMessage</code> or a truncation event. One of these two
# must be populated.
- "ackId": "A String", # This ID must be used to acknowledge the received event or message.
"pubsubEvent": { # An event indicating a received message or truncation event. # A pubsub message or truncation event.
+ "subscription": "A String", # The subscription that received the event.
"deleted": True or False, # Indicates that this subscription has been deleted. (Note that pull
# subscribers will always receive NOT_FOUND in response in their pull
# request on the subscription, rather than seeing this boolean.)
- "truncated": True or False, # Indicates that this subscription has been truncated.
"message": { # A message data and its labels. # A received message.
"messageId": "A String", # ID of this message assigned by the server at publication time. Guaranteed
# to be unique within the topic. This value may be read by a subscriber
# that receives a PubsubMessage via a Pull call or a push delivery. It must
# not be populated by a publisher in a Publish call.
+ "data": "A String", # The message payload.
"publishTime": "A String", # The time at which the message was published.
# The time is milliseconds since the UNIX epoch.
"label": [ # Optional list of labels for this message. Keys in this collection must
@@ -539,10 +539,10 @@
"numValue": "A String", # An integer value.
},
],
- "data": "A String", # The message payload.
},
- "subscription": "A String", # The subscription that received the event.
+ "truncated": True or False, # Indicates that this subscription has been truncated.
},
+ "ackId": "A String", # This ID must be used to acknowledge the received event or message.
}</pre>
</div>
@@ -582,17 +582,17 @@
# there are more messages available in the backlog.
{ # Either a <code>PubsubMessage</code> or a truncation event. One of these two
# must be populated.
- "ackId": "A String", # This ID must be used to acknowledge the received event or message.
"pubsubEvent": { # An event indicating a received message or truncation event. # A pubsub message or truncation event.
+ "subscription": "A String", # The subscription that received the event.
"deleted": True or False, # Indicates that this subscription has been deleted. (Note that pull
# subscribers will always receive NOT_FOUND in response in their pull
# request on the subscription, rather than seeing this boolean.)
- "truncated": True or False, # Indicates that this subscription has been truncated.
"message": { # A message data and its labels. # A received message.
"messageId": "A String", # ID of this message assigned by the server at publication time. Guaranteed
# to be unique within the topic. This value may be read by a subscriber
# that receives a PubsubMessage via a Pull call or a push delivery. It must
# not be populated by a publisher in a Publish call.
+ "data": "A String", # The message payload.
"publishTime": "A String", # The time at which the message was published.
# The time is milliseconds since the UNIX epoch.
"label": [ # Optional list of labels for this message. Keys in this collection must
@@ -620,10 +620,10 @@
"numValue": "A String", # An integer value.
},
],
- "data": "A String", # The message payload.
},
- "subscription": "A String", # The subscription that received the event.
+ "truncated": True or False, # Indicates that this subscription has been truncated.
},
+ "ackId": "A String", # This ID must be used to acknowledge the received event or message.
},
],
}</pre>