chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/datalabeling_v1beta1.projects.datasets.annotatedDatasets.feedbackThreads.html b/docs/dyn/datalabeling_v1beta1.projects.datasets.annotatedDatasets.feedbackThreads.html
index e721ac3..98d6192 100644
--- a/docs/dyn/datalabeling_v1beta1.projects.datasets.annotatedDatasets.feedbackThreads.html
+++ b/docs/dyn/datalabeling_v1beta1.projects.datasets.annotatedDatasets.feedbackThreads.html
@@ -89,7 +89,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Get a FeedbackThread object.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">List FeedbackThreads with pagination.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -134,23 +134,23 @@
{ # A feedback thread of a certain labeling task on a certain annotated dataset.
"feedbackThreadMetadata": { # Metadata regarding the feedback thread.
- "thumbnail": "A String", # An image thumbnail of this thread.
+ "lastUpdateTime": "A String", # When the thread is last updated.
"status": "A String",
"createTime": "A String", # When the thread is created
- "lastUpdateTime": "A String", # When the thread is last updated.
+ "thumbnail": "A String", # An image thumbnail of this thread.
},
"name": "A String", # Name of the feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}'
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>List FeedbackThreads with pagination.
Args:
parent: string, Required. FeedbackThread resource parent. Format: "projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}" (required)
- pageToken: string, Optional. A token identifying a page of results for the server to return. Typically obtained by ListFeedbackThreads.next_page_token of the previous [DataLabelingService.ListFeedbackThreads] call. Return first page if empty.
pageSize: integer, Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
+ pageToken: string, Optional. A token identifying a page of results for the server to return. Typically obtained by ListFeedbackThreads.next_page_token of the previous [DataLabelingService.ListFeedbackThreads] call. Return first page if empty.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -164,10 +164,10 @@
"feedbackThreads": [ # The list of feedback threads to return.
{ # A feedback thread of a certain labeling task on a certain annotated dataset.
"feedbackThreadMetadata": { # Metadata regarding the feedback thread.
- "thumbnail": "A String", # An image thumbnail of this thread.
+ "lastUpdateTime": "A String", # When the thread is last updated.
"status": "A String",
"createTime": "A String", # When the thread is created
- "lastUpdateTime": "A String", # When the thread is last updated.
+ "thumbnail": "A String", # An image thumbnail of this thread.
},
"name": "A String", # Name of the feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}'
},