Skip to content

Commit 685a33d

Browse files
1 parent 01bcd54 commit 685a33d

File tree

7 files changed

+324
-321
lines changed

7 files changed

+324
-321
lines changed

clients/google-api-services-classroom/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-classroom</artifactId>
25-
<version>v1-rev20240713-2.0.0</version>
25+
<version>v1-rev20240911-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-classroom:v1-rev20240713-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20240911-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/Classroom.java

Lines changed: 270 additions & 270 deletions
Large diffs are not rendered by default.

clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachment.java

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public final class AddOnAttachment extends com.google.api.client.json.GenericJso
7070
private java.lang.String id;
7171

7272
/**
73-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
74-
* attachment is attached. Unique per course.
73+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
74+
* the attachment is attached. Unique per course.
7575
* The value may be {@code null}.
7676
*/
7777
@com.google.api.client.util.Key
@@ -87,34 +87,35 @@ public final class AddOnAttachment extends com.google.api.client.json.GenericJso
8787
private java.lang.Double maxPoints;
8888

8989
/**
90-
* Immutable. Deprecated, use item_id instead.
90+
* Immutable. Deprecated, use `item_id` instead.
9191
* The value may be {@code null}.
9292
*/
9393
@com.google.api.client.util.Key
9494
private java.lang.String postId;
9595

9696
/**
9797
* Required. URI to show the student view of the attachment. The URI will be opened in an iframe
98-
* with the `courseId`, `postId`, and `attachmentId` query parameters set.
98+
* with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set.
9999
* The value may be {@code null}.
100100
*/
101101
@com.google.api.client.util.Key
102102
private EmbedUri studentViewUri;
103103

104104
/**
105105
* URI for the teacher to see student work on the attachment, if applicable. The URI will be
106-
* opened in an iframe with the `courseId`, `postId`, `attachmentId`, and `submissionId` query
107-
* parameters set. This is the same `submissionId` returned by
108-
* google.classroom.AddOns.GetAddOnContext when a student views the attachment. If the URI is
109-
* omitted or removed, `max_points` will also be discarded.
106+
* opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and
107+
* `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnCon
108+
* text.studentContext`](//devsite.google.com/classroom/reference/rest/v1/AddOnContext#StudentCont
109+
* ext) field when a student views the attachment. If the URI is omitted or removed, `max_points`
110+
* will also be discarded.
110111
* The value may be {@code null}.
111112
*/
112113
@com.google.api.client.util.Key
113114
private EmbedUri studentWorkReviewUri;
114115

115116
/**
116117
* Required. URI to show the teacher view of the attachment. The URI will be opened in an iframe
117-
* with the `courseId`, `postId`, and `attachmentId` query parameters set.
118+
* with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set.
118119
* The value may be {@code null}.
119120
*/
120121
@com.google.api.client.util.Key
@@ -223,17 +224,17 @@ public AddOnAttachment setId(java.lang.String id) {
223224
}
224225

225226
/**
226-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
227-
* attachment is attached. Unique per course.
227+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
228+
* the attachment is attached. Unique per course.
228229
* @return value or {@code null} for none
229230
*/
230231
public java.lang.String getItemId() {
231232
return itemId;
232233
}
233234

234235
/**
235-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
236-
* attachment is attached. Unique per course.
236+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
237+
* the attachment is attached. Unique per course.
237238
* @param itemId itemId or {@code null} for none
238239
*/
239240
public AddOnAttachment setItemId(java.lang.String itemId) {
@@ -263,15 +264,15 @@ public AddOnAttachment setMaxPoints(java.lang.Double maxPoints) {
263264
}
264265

265266
/**
266-
* Immutable. Deprecated, use item_id instead.
267+
* Immutable. Deprecated, use `item_id` instead.
267268
* @return value or {@code null} for none
268269
*/
269270
public java.lang.String getPostId() {
270271
return postId;
271272
}
272273

273274
/**
274-
* Immutable. Deprecated, use item_id instead.
275+
* Immutable. Deprecated, use `item_id` instead.
275276
* @param postId postId or {@code null} for none
276277
*/
277278
public AddOnAttachment setPostId(java.lang.String postId) {
@@ -281,7 +282,7 @@ public AddOnAttachment setPostId(java.lang.String postId) {
281282

282283
/**
283284
* Required. URI to show the student view of the attachment. The URI will be opened in an iframe
284-
* with the `courseId`, `postId`, and `attachmentId` query parameters set.
285+
* with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set.
285286
* @return value or {@code null} for none
286287
*/
287288
public EmbedUri getStudentViewUri() {
@@ -290,7 +291,7 @@ public EmbedUri getStudentViewUri() {
290291

291292
/**
292293
* Required. URI to show the student view of the attachment. The URI will be opened in an iframe
293-
* with the `courseId`, `postId`, and `attachmentId` query parameters set.
294+
* with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set.
294295
* @param studentViewUri studentViewUri or {@code null} for none
295296
*/
296297
public AddOnAttachment setStudentViewUri(EmbedUri studentViewUri) {
@@ -300,10 +301,11 @@ public AddOnAttachment setStudentViewUri(EmbedUri studentViewUri) {
300301

301302
/**
302303
* URI for the teacher to see student work on the attachment, if applicable. The URI will be
303-
* opened in an iframe with the `courseId`, `postId`, `attachmentId`, and `submissionId` query
304-
* parameters set. This is the same `submissionId` returned by
305-
* google.classroom.AddOns.GetAddOnContext when a student views the attachment. If the URI is
306-
* omitted or removed, `max_points` will also be discarded.
304+
* opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and
305+
* `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnCon
306+
* text.studentContext`](//devsite.google.com/classroom/reference/rest/v1/AddOnContext#StudentCont
307+
* ext) field when a student views the attachment. If the URI is omitted or removed, `max_points`
308+
* will also be discarded.
307309
* @return value or {@code null} for none
308310
*/
309311
public EmbedUri getStudentWorkReviewUri() {
@@ -312,10 +314,11 @@ public EmbedUri getStudentWorkReviewUri() {
312314

313315
/**
314316
* URI for the teacher to see student work on the attachment, if applicable. The URI will be
315-
* opened in an iframe with the `courseId`, `postId`, `attachmentId`, and `submissionId` query
316-
* parameters set. This is the same `submissionId` returned by
317-
* google.classroom.AddOns.GetAddOnContext when a student views the attachment. If the URI is
318-
* omitted or removed, `max_points` will also be discarded.
317+
* opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and
318+
* `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnCon
319+
* text.studentContext`](//devsite.google.com/classroom/reference/rest/v1/AddOnContext#StudentCont
320+
* ext) field when a student views the attachment. If the URI is omitted or removed, `max_points`
321+
* will also be discarded.
319322
* @param studentWorkReviewUri studentWorkReviewUri or {@code null} for none
320323
*/
321324
public AddOnAttachment setStudentWorkReviewUri(EmbedUri studentWorkReviewUri) {
@@ -325,7 +328,7 @@ public AddOnAttachment setStudentWorkReviewUri(EmbedUri studentWorkReviewUri) {
325328

326329
/**
327330
* Required. URI to show the teacher view of the attachment. The URI will be opened in an iframe
328-
* with the `courseId`, `postId`, and `attachmentId` query parameters set.
331+
* with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set.
329332
* @return value or {@code null} for none
330333
*/
331334
public EmbedUri getTeacherViewUri() {
@@ -334,7 +337,7 @@ public EmbedUri getTeacherViewUri() {
334337

335338
/**
336339
* Required. URI to show the teacher view of the attachment. The URI will be opened in an iframe
337-
* with the `courseId`, `postId`, and `attachmentId` query parameters set.
340+
* with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set.
338341
* @param teacherViewUri teacherViewUri or {@code null} for none
339342
*/
340343
public AddOnAttachment setTeacherViewUri(EmbedUri teacherViewUri) {

clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnContext.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ public final class AddOnContext extends com.google.api.client.json.GenericJson {
3737
private java.lang.String courseId;
3838

3939
/**
40-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
41-
* attachment is attached.
40+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
41+
* the attachment is attached.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String itemId;
4646

4747
/**
48-
* Immutable. Deprecated, use item_id instead.
48+
* Immutable. Deprecated, use `item_id` instead.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -92,17 +92,17 @@ public AddOnContext setCourseId(java.lang.String courseId) {
9292
}
9393

9494
/**
95-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
96-
* attachment is attached.
95+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
96+
* the attachment is attached.
9797
* @return value or {@code null} for none
9898
*/
9999
public java.lang.String getItemId() {
100100
return itemId;
101101
}
102102

103103
/**
104-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
105-
* attachment is attached.
104+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
105+
* the attachment is attached.
106106
* @param itemId itemId or {@code null} for none
107107
*/
108108
public AddOnContext setItemId(java.lang.String itemId) {
@@ -111,15 +111,15 @@ public AddOnContext setItemId(java.lang.String itemId) {
111111
}
112112

113113
/**
114-
* Immutable. Deprecated, use item_id instead.
114+
* Immutable. Deprecated, use `item_id` instead.
115115
* @return value or {@code null} for none
116116
*/
117117
public java.lang.String getPostId() {
118118
return postId;
119119
}
120120

121121
/**
122-
* Immutable. Deprecated, use item_id instead.
122+
* Immutable. Deprecated, use `item_id` instead.
123123
* @param postId postId or {@code null} for none
124124
*/
125125
public AddOnContext setPostId(java.lang.String postId) {

clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/CopyHistory.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ public final class CopyHistory extends com.google.api.client.json.GenericJson {
4444
private java.lang.String courseId;
4545

4646
/**
47-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
48-
* attachment is attached.
47+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
48+
* the attachment is attached.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
5252
private java.lang.String itemId;
5353

5454
/**
55-
* Immutable. Deprecated, use item_id instead.
55+
* Immutable. Deprecated, use `item_id` instead.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -93,17 +93,17 @@ public CopyHistory setCourseId(java.lang.String courseId) {
9393
}
9494

9595
/**
96-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
97-
* attachment is attached.
96+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
97+
* the attachment is attached.
9898
* @return value or {@code null} for none
9999
*/
100100
public java.lang.String getItemId() {
101101
return itemId;
102102
}
103103

104104
/**
105-
* Immutable. Identifier of the announcement, courseWork, or courseWorkMaterial under which the
106-
* attachment is attached.
105+
* Immutable. Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under which
106+
* the attachment is attached.
107107
* @param itemId itemId or {@code null} for none
108108
*/
109109
public CopyHistory setItemId(java.lang.String itemId) {
@@ -112,15 +112,15 @@ public CopyHistory setItemId(java.lang.String itemId) {
112112
}
113113

114114
/**
115-
* Immutable. Deprecated, use item_id instead.
115+
* Immutable. Deprecated, use `item_id` instead.
116116
* @return value or {@code null} for none
117117
*/
118118
public java.lang.String getPostId() {
119119
return postId;
120120
}
121121

122122
/**
123-
* Immutable. Deprecated, use item_id instead.
123+
* Immutable. Deprecated, use `item_id` instead.
124124
* @param postId postId or {@code null} for none
125125
*/
126126
public CopyHistory setPostId(java.lang.String postId) {

clients/google-api-services-classroom/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-classroom</artifactId>
11-
<version>v1-rev20240713-2.0.0</version>
12-
<name>Google Classroom API v1-rev20240713-2.0.0</name>
11+
<version>v1-rev20240911-2.0.0</version>
12+
<name>Google Classroom API v1-rev20240911-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-classroom/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-classroom</artifactId>
25-
<version>v1-rev20240713-2.0.0</version>
25+
<version>v1-rev20240911-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-classroom:v1-rev20240713-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20240911-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)