From c602dbef296273adad308bd39e89c0d5836f5180 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:45:14 -0700 Subject: [PATCH] chore: regenerate classroom client --- .../v1/2.0.0/README.md | 4 ++-- .../classroom/model/AddOnAttachment.java | 18 +++++++++--------- .../AddOnAttachmentStudentSubmission.java | 12 +++++++++--- .../v1/2.0.0/pom.xml | 4 ++-- .../google-api-services-classroom/v1/README.md | 4 ++-- 5 files changed, 24 insertions(+), 18 deletions(-) diff --git a/clients/google-api-services-classroom/v1/2.0.0/README.md b/clients/google-api-services-classroom/v1/2.0.0/README.md index 0a4e73c59d7..5d8b80e6bc2 100644 --- a/clients/google-api-services-classroom/v1/2.0.0/README.md +++ b/clients/google-api-services-classroom/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-classroom - v1-rev20260511-2.0.0 + v1-rev20260610-2.0.0 @@ -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' } ``` diff --git a/clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachment.java b/clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachment.java index d0ab05aa6a7..5a7525c8a38 100644 --- a/clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachment.java +++ b/clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachment.java @@ -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 @@ -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() { @@ -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) { diff --git a/clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachmentStudentSubmission.java b/clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachmentStudentSubmission.java index edc5782a29a..8c8e16cffe5 100644 --- a/clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachmentStudentSubmission.java +++ b/clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/AddOnAttachmentStudentSubmission.java @@ -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 @@ -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() { @@ -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) { diff --git a/clients/google-api-services-classroom/v1/2.0.0/pom.xml b/clients/google-api-services-classroom/v1/2.0.0/pom.xml index 3097ce5b2d8..9a7fa57e7d9 100644 --- a/clients/google-api-services-classroom/v1/2.0.0/pom.xml +++ b/clients/google-api-services-classroom/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-classroom - v1-rev20260511-2.0.0 - Google Classroom API v1-rev20260511-2.0.0 + v1-rev20260610-2.0.0 + Google Classroom API v1-rev20260610-2.0.0 jar 2011 diff --git a/clients/google-api-services-classroom/v1/README.md b/clients/google-api-services-classroom/v1/README.md index 0a4e73c59d7..5d8b80e6bc2 100644 --- a/clients/google-api-services-classroom/v1/README.md +++ b/clients/google-api-services-classroom/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-classroom - v1-rev20260511-2.0.0 + v1-rev20260610-2.0.0 @@ -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' } ```