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/bigquerydatatransfer_v1.projects.transferConfigs.runs.transferLogs.html b/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.transferLogs.html
index b9828dd..b84460c 100644
--- a/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.transferLogs.html
+++ b/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.transferLogs.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(parent, pageToken=None, messageTypes=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, messageTypes=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns user facing log messages for the data transfer run.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,12 +90,11 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, messageTypes=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, messageTypes=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Returns user facing log messages for the data transfer run.
Args:
parent: string, Required. Transfer run name in the form: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}` (required)
- pageToken: string, Pagination token, which can be used to request a specific page of `ListTransferLogsRequest` list results. For multiple-page results, `ListTransferLogsResponse` outputs a `next_page` token, which can be used as the `page_token` value to request the next page of list results.
messageTypes: string, Message types to return. If not populated - INFO, WARNING and ERROR messages are returned. (repeated)
Allowed values
MESSAGE_SEVERITY_UNSPECIFIED - No severity specified.
@@ -103,6 +102,7 @@
WARNING - Warning message.
ERROR - Error message.
pageSize: integer, Page size. The default page size is the maximum value of 1000 results.
+ pageToken: string, Pagination token, which can be used to request a specific page of `ListTransferLogsRequest` list results. For multiple-page results, `ListTransferLogsResponse` outputs a `next_page` token, which can be used as the `page_token` value to request the next page of list results.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -112,15 +112,15 @@
An object of the form:
{ # The returned list transfer run messages.
- "nextPageToken": "A String", # Output only. The next-pagination token. For multiple-page list results, this token can be used as the `GetTransferRunLogRequest.page_token` to request the next page of list results.
- "transferMessages": [ # Output only. The stored pipeline transfer messages.
- { # Represents a user facing message for a particular data transfer run.
- "messageText": "A String", # Message text.
- "severity": "A String", # Message severity.
- "messageTime": "A String", # Time when message was logged.
- },
- ],
- }</pre>
+ "nextPageToken": "A String", # Output only. The next-pagination token. For multiple-page list results, this token can be used as the `GetTransferRunLogRequest.page_token` to request the next page of list results.
+ "transferMessages": [ # Output only. The stored pipeline transfer messages.
+ { # Represents a user facing message for a particular data transfer run.
+ "messageText": "A String", # Message text.
+ "messageTime": "A String", # Time when message was logged.
+ "severity": "A String", # Message severity.
+ },
+ ],
+}</pre>
</div>
<div class="method">