Skip to content

Commit 0493992

Browse files
1 parent 03ba95e commit 0493992

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-rev20260308-2.0.0</version>
25+
<version>v1-rev20260310-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-rev20260308-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20260310-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class AddOnAttachmentStudentSubmission extends com.google.api.clien
4545

4646
/**
4747
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
48-
* course and have permission to read student submissions.
48+
* course and have permission to read student submissions. Read-only.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -87,7 +87,7 @@ public AddOnAttachmentStudentSubmission setPostSubmissionState(java.lang.String
8787

8888
/**
8989
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
90-
* course and have permission to read student submissions.
90+
* course and have permission to read student submissions. Read-only.
9191
* @return value or {@code null} for none
9292
*/
9393
public java.lang.String getUserId() {
@@ -96,7 +96,7 @@ public java.lang.String getUserId() {
9696

9797
/**
9898
* Identifier for the student that owns this submission. Requires the user to be a teacher in the
99-
* course and have permission to read student submissions.
99+
* course and have permission to read student submissions. Read-only.
100100
* @param userId userId or {@code null} for none
101101
*/
102102
public AddOnAttachmentStudentSubmission setUserId(java.lang.String userId) {

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-rev20260308-2.0.0</version>
12-
<name>Google Classroom API v1-rev20260308-2.0.0</name>
11+
<version>v1-rev20260310-2.0.0</version>
12+
<name>Google Classroom API v1-rev20260310-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-rev20260308-2.0.0</version>
25+
<version>v1-rev20260310-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-rev20260308-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20260310-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)