@@ -39,8 +39,8 @@ class CoursesCourseWorkMaterialsAddOnAttachments extends \Google\Service\Resourc
39
39
* identified resources does not exist. (addOnAttachments.create)
40
40
*
41
41
* @param string $courseId Required. Identifier of the course.
42
- * @param string $itemId Identifier of the announcement, courseWork , or
43
- * courseWorkMaterial under which to create the attachment. This field is
42
+ * @param string $itemId Identifier of the `Announcement`, `CourseWork` , or
43
+ * `CourseWorkMaterial` under which to create the attachment. This field is
44
44
* required, but is not marked as such while we are migrating from post_id.
45
45
* @param AddOnAttachment $postBody
46
46
* @param array $optParams Optional parameters.
@@ -52,7 +52,7 @@ class CoursesCourseWorkMaterialsAddOnAttachments extends \Google\Service\Resourc
52
52
* creation. Returns an error if not provided for partner-first attachment
53
53
* creation and the developer projects that created the attachment and its
54
54
* parent stream item do not match.
55
- * @opt_param string postId Optional. Deprecated, use item_id instead.
55
+ * @opt_param string postId Optional. Deprecated, use ` item_id` instead.
56
56
* @return AddOnAttachment
57
57
* @throws \Google\Service\Exception
58
58
*/
@@ -70,13 +70,13 @@ public function create($courseId, $itemId, AddOnAttachment $postBody, $optParams
70
70
* (addOnAttachments.delete)
71
71
*
72
72
* @param string $courseId Required. Identifier of the course.
73
- * @param string $itemId Identifier of the announcement, courseWork , or
74
- * courseWorkMaterial under which the attachment is attached. This field is
73
+ * @param string $itemId Identifier of the `Announcement`, `CourseWork` , or
74
+ * `CourseWorkMaterial` under which the attachment is attached. This field is
75
75
* required, but is not marked as such while we are migrating from post_id.
76
76
* @param string $attachmentId Required. Identifier of the attachment.
77
77
* @param array $optParams Optional parameters.
78
78
*
79
- * @opt_param string postId Optional. Deprecated, use item_id instead.
79
+ * @opt_param string postId Optional. Deprecated, use ` item_id` instead.
80
80
* @return ClassroomEmpty
81
81
* @throws \Google\Service\Exception
82
82
*/
@@ -94,13 +94,13 @@ public function delete($courseId, $itemId, $attachmentId, $optParams = [])
94
94
* identified resources does not exist. (addOnAttachments.get)
95
95
*
96
96
* @param string $courseId Required. Identifier of the course.
97
- * @param string $itemId Identifier of the announcement, courseWork , or
98
- * courseWorkMaterial under which the attachment is attached. This field is
97
+ * @param string $itemId Identifier of the `Announcement`, `CourseWork` , or
98
+ * `CourseWorkMaterial` under which the attachment is attached. This field is
99
99
* required, but is not marked as such while we are migrating from post_id.
100
100
* @param string $attachmentId Required. Identifier of the attachment.
101
101
* @param array $optParams Optional parameters.
102
102
*
103
- * @opt_param string postId Optional. Deprecated, use item_id instead.
103
+ * @opt_param string postId Optional. Deprecated, use ` item_id` instead.
104
104
* @return AddOnAttachment
105
105
* @throws \Google\Service\Exception
106
106
*/
@@ -119,8 +119,8 @@ public function get($courseId, $itemId, $attachmentId, $optParams = [])
119
119
* (addOnAttachments.listCoursesCourseWorkMaterialsAddOnAttachments)
120
120
*
121
121
* @param string $courseId Required. Identifier of the course.
122
- * @param string $itemId Identifier of the announcement, courseWork , or
123
- * courseWorkMaterial whose attachments should be enumerated. This field is
122
+ * @param string $itemId Identifier of the `Announcement`, `CourseWork` , or
123
+ * `CourseWorkMaterial` whose attachments should be enumerated. This field is
124
124
* required, but is not marked as such while we are migrating from post_id.
125
125
* @param array $optParams Optional parameters.
126
126
*
@@ -133,7 +133,7 @@ public function get($courseId, $itemId, $attachmentId, $optParams = [])
133
133
* When paginating, all other parameters provided to `ListAddOnAttachments` must
134
134
* match the call that provided the page token.
135
135
* @opt_param string postId Optional. Identifier of the post under the course
136
- * whose attachments to enumerate. Deprecated, use item_id instead.
136
+ * whose attachments to enumerate. Deprecated, use ` item_id` instead.
137
137
* @return ListAddOnAttachmentsResponse
138
138
* @throws \Google\Service\Exception
139
139
*/
0 commit comments