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/datalabeling_v1beta1.projects.datasets.annotatedDatasets.feedbackThreads.html b/docs/dyn/datalabeling_v1beta1.projects.datasets.annotatedDatasets.feedbackThreads.html
index 98d6192..7677b3e 100644
--- a/docs/dyn/datalabeling_v1beta1.projects.datasets.annotatedDatasets.feedbackThreads.html
+++ b/docs/dyn/datalabeling_v1beta1.projects.datasets.annotatedDatasets.feedbackThreads.html
@@ -115,7 +115,7 @@
An object of the form:
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
- }</pre>
+}</pre>
</div>
<div class="method">
@@ -133,14 +133,14 @@
An object of the form:
{ # A feedback thread of a certain labeling task on a certain annotated dataset.
- "feedbackThreadMetadata": { # Metadata regarding the feedback thread.
- "lastUpdateTime": "A String", # When the thread is last updated.
- "status": "A String",
- "createTime": "A String", # When the thread is created
- "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>
+ "feedbackThreadMetadata": { # Metadata regarding the feedback thread.
+ "createTime": "A String", # When the thread is created
+ "lastUpdateTime": "A String", # When the thread is last updated.
+ "status": "A String",
+ "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">
@@ -160,19 +160,19 @@
An object of the form:
{ # Results for listing FeedbackThreads.
- "nextPageToken": "A String", # A token to retrieve next page of results.
- "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.
- "lastUpdateTime": "A String", # When the thread is last updated.
- "status": "A String",
- "createTime": "A String", # When the thread is created
- "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}'
+ "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.
+ "createTime": "A String", # When the thread is created
+ "lastUpdateTime": "A String", # When the thread is last updated.
+ "status": "A String",
+ "thumbnail": "A String", # An image thumbnail of this thread.
},
- ],
- }</pre>
+ "name": "A String", # Name of the feedback thread. Format: 'project/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset_id}/feedbackThreads/{feedback_thread_id}'
+ },
+ ],
+ "nextPageToken": "A String", # A token to retrieve next page of results.
+}</pre>
</div>
<div class="method">