Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-classroom/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-classroom</artifactId>
<version>v1-rev20260511-2.0.0</version>
<version>v1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-classroom:v1-rev20260511-2.0.0'
implementation 'com.google.apis:google-api-services-classroom:v1-rev20260610-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ public final class AddOnAttachment extends com.google.api.client.json.GenericJso
* URI for the teacher to see student work on the attachment, if applicable. The URI will be
* opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and
* `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnCon
* text.studentContext`](//devsite.google.com/classroom/reference/rest/v1/AddOnContext#StudentCont
* ext) field when a student views the attachment. If the URI is omitted or removed, `max_points`
* will also be discarded.
* text.studentContext`](/workspace/classroom/reference/rest/v1/AddOnContext#StudentContext) field
* when a student views the attachment. If the URI is omitted or removed, `max_points` will also
* be discarded.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -303,9 +303,9 @@ public AddOnAttachment setStudentViewUri(EmbedUri studentViewUri) {
* URI for the teacher to see student work on the attachment, if applicable. The URI will be
* opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and
* `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnCon
* text.studentContext`](//devsite.google.com/classroom/reference/rest/v1/AddOnContext#StudentCont
* ext) field when a student views the attachment. If the URI is omitted or removed, `max_points`
* will also be discarded.
* text.studentContext`](/workspace/classroom/reference/rest/v1/AddOnContext#StudentContext) field
* when a student views the attachment. If the URI is omitted or removed, `max_points` will also
* be discarded.
* @return value or {@code null} for none
*/
public EmbedUri getStudentWorkReviewUri() {
Expand All @@ -316,9 +316,9 @@ public EmbedUri getStudentWorkReviewUri() {
* URI for the teacher to see student work on the attachment, if applicable. The URI will be
* opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and
* `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnCon
* text.studentContext`](//devsite.google.com/classroom/reference/rest/v1/AddOnContext#StudentCont
* ext) field when a student views the attachment. If the URI is omitted or removed, `max_points`
* will also be discarded.
* text.studentContext`](/workspace/classroom/reference/rest/v1/AddOnContext#StudentContext) field
* when a student views the attachment. If the URI is omitted or removed, `max_points` will also
* be discarded.
* @param studentWorkReviewUri studentWorkReviewUri or {@code null} for none
*/
public AddOnAttachment setStudentWorkReviewUri(EmbedUri studentWorkReviewUri) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ public final class AddOnAttachmentStudentSubmission extends com.google.api.clien

/**
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
* course and have permission to read student submissions. Read-only.
* course and have permission to read student submissions. See [`courseWork.studentSubmissions.get
* `](/workspace/classroom/reference/rest/v1/courses.courseWork.studentSubmissions/get#authorizati
* on-scopes) for the list of acceptable OAuth scopes for this field. Read-only.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -141,7 +143,9 @@ public AddOnAttachmentStudentSubmission setPostSubmissionState(java.lang.String

/**
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
* course and have permission to read student submissions. Read-only.
* course and have permission to read student submissions. See [`courseWork.studentSubmissions.get
* `](/workspace/classroom/reference/rest/v1/courses.courseWork.studentSubmissions/get#authorizati
* on-scopes) for the list of acceptable OAuth scopes for this field. Read-only.
* @return value or {@code null} for none
*/
public java.lang.String getUserId() {
Expand All @@ -150,7 +154,9 @@ public java.lang.String getUserId() {

/**
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
* course and have permission to read student submissions. Read-only.
* course and have permission to read student submissions. See [`courseWork.studentSubmissions.get
* `](/workspace/classroom/reference/rest/v1/courses.courseWork.studentSubmissions/get#authorizati
* on-scopes) for the list of acceptable OAuth scopes for this field. Read-only.
* @param userId userId or {@code null} for none
*/
public AddOnAttachmentStudentSubmission setUserId(java.lang.String userId) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-classroom/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-classroom</artifactId>
<version>v1-rev20260511-2.0.0</version>
<name>Google Classroom API v1-rev20260511-2.0.0</name>
<version>v1-rev20260610-2.0.0</version>
<name>Google Classroom API v1-rev20260610-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-classroom/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-classroom</artifactId>
<version>v1-rev20260511-2.0.0</version>
<version>v1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-classroom:v1-rev20260511-2.0.0'
implementation 'com.google.apis:google-api-services-classroom:v1-rev20260610-2.0.0'
}
```

Expand Down
Loading