build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/classroom_v1.courses.topics.html b/docs/dyn/classroom_v1.courses.topics.html
index 38bf2f9..cbabe1a 100644
--- a/docs/dyn/classroom_v1.courses.topics.html
+++ b/docs/dyn/classroom_v1.courses.topics.html
@@ -111,11 +111,11 @@
The object takes the form of:
{ # Topic created by a teacher for the course
- "topicId": "A String", # Unique identifier for the topic. Read-only.
- "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
- "courseId": "A String", # Identifier of the course. Read-only.
- "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
- }
+ "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
+ "topicId": "A String", # Unique identifier for the topic. Read-only.
+ "courseId": "A String", # Identifier of the course. Read-only.
+ "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -126,11 +126,11 @@
An object of the form:
{ # Topic created by a teacher for the course
- "topicId": "A String", # Unique identifier for the topic. Read-only.
- "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
- "courseId": "A String", # Identifier of the course. Read-only.
- "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
- }</pre>
+ "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
+ "topicId": "A String", # Unique identifier for the topic. Read-only.
+ "courseId": "A String", # Identifier of the course. Read-only.
+ "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
+ }</pre>
</div>
<div class="method">
@@ -168,11 +168,11 @@
An object of the form:
{ # Topic created by a teacher for the course
- "topicId": "A String", # Unique identifier for the topic. Read-only.
- "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
- "courseId": "A String", # Identifier of the course. Read-only.
- "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
- }</pre>
+ "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
+ "topicId": "A String", # Unique identifier for the topic. Read-only.
+ "courseId": "A String", # Identifier of the course. Read-only.
+ "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
+ }</pre>
</div>
<div class="method">
@@ -192,15 +192,15 @@
An object of the form:
{ # Response when listing topics.
- "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further results are available.
"topic": [ # Topic items that match the request.
{ # Topic created by a teacher for the course
- "topicId": "A String", # Unique identifier for the topic. Read-only.
- "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
- "courseId": "A String", # Identifier of the course. Read-only.
- "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
- },
+ "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
+ "topicId": "A String", # Unique identifier for the topic. Read-only.
+ "courseId": "A String", # Identifier of the course. Read-only.
+ "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
+ },
],
+ "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further results are available.
}</pre>
</div>
@@ -229,11 +229,11 @@
The object takes the form of:
{ # Topic created by a teacher for the course
- "topicId": "A String", # Unique identifier for the topic. Read-only.
- "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
- "courseId": "A String", # Identifier of the course. Read-only.
- "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
- }
+ "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
+ "topicId": "A String", # Unique identifier for the topic. Read-only.
+ "courseId": "A String", # Identifier of the course. Read-only.
+ "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
+}
updateMask: string, Mask that identifies which fields on the topic to update. This field is required to do an update. The update fails if invalid fields are specified. If a field supports empty values, it can be cleared by specifying it in the update mask and not in the Topic object. If a field that does not support empty values is included in the update mask and not set in the Topic object, an `INVALID_ARGUMENT` error is returned. The following fields may be specified: * `name`
x__xgafv: string, V1 error format.
@@ -245,11 +245,11 @@
An object of the form:
{ # Topic created by a teacher for the course
- "topicId": "A String", # Unique identifier for the topic. Read-only.
- "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
- "courseId": "A String", # Identifier of the course. Read-only.
- "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
- }</pre>
+ "updateTime": "A String", # The time the topic was last updated by the system. Read-only.
+ "topicId": "A String", # Unique identifier for the topic. Read-only.
+ "courseId": "A String", # Identifier of the course. Read-only.
+ "name": "A String", # The name of the topic, generated by the user. Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.
+ }</pre>
</div>
</body></html>
\ No newline at end of file