Skip to content

Commit 0045c74

Browse files
1 parent 55af398 commit 0045c74

File tree

4 files changed

+18
-12
lines changed

4 files changed

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

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -851,14 +851,16 @@ public List setPageToken(java.lang.String pageToken) {
851851
/**
852852
* Restricts returned courses to those having a student with the specified identifier. The
853853
* identifier can be one of the following: * the numeric identifier for the user * the email
854-
* address of the user * the string literal `"me"`, indicating the requesting user
854+
* address of the user * the string literal `"me"`, indicating the requesting user If
855+
* specified, `teacher_id` must be empty.
855856
*/
856857
@com.google.api.client.util.Key
857858
private java.lang.String studentId;
858859

859860
/** Restricts returned courses to those having a student with the specified identifier. The identifier
860861
can be one of the following: * the numeric identifier for the user * the email address of the user
861-
* the string literal `"me"`, indicating the requesting user
862+
* the string literal `"me"`, indicating the requesting user If specified, `teacher_id` must be
863+
empty.
862864
*/
863865
public java.lang.String getStudentId() {
864866
return studentId;
@@ -867,7 +869,8 @@ public java.lang.String getStudentId() {
867869
/**
868870
* Restricts returned courses to those having a student with the specified identifier. The
869871
* identifier can be one of the following: * the numeric identifier for the user * the email
870-
* address of the user * the string literal `"me"`, indicating the requesting user
872+
* address of the user * the string literal `"me"`, indicating the requesting user If
873+
* specified, `teacher_id` must be empty.
871874
*/
872875
public List setStudentId(java.lang.String studentId) {
873876
this.studentId = studentId;
@@ -877,14 +880,16 @@ public List setStudentId(java.lang.String studentId) {
877880
/**
878881
* Restricts returned courses to those having a teacher with the specified identifier. The
879882
* identifier can be one of the following: * the numeric identifier for the user * the email
880-
* address of the user * the string literal `"me"`, indicating the requesting user
883+
* address of the user * the string literal `"me"`, indicating the requesting user If
884+
* specified, `student_id` must be empty.
881885
*/
882886
@com.google.api.client.util.Key
883887
private java.lang.String teacherId;
884888

885889
/** Restricts returned courses to those having a teacher with the specified identifier. The identifier
886890
can be one of the following: * the numeric identifier for the user * the email address of the user
887-
* the string literal `"me"`, indicating the requesting user
891+
* the string literal `"me"`, indicating the requesting user If specified, `student_id` must be
892+
empty.
888893
*/
889894
public java.lang.String getTeacherId() {
890895
return teacherId;
@@ -893,7 +898,8 @@ public java.lang.String getTeacherId() {
893898
/**
894899
* Restricts returned courses to those having a teacher with the specified identifier. The
895900
* identifier can be one of the following: * the numeric identifier for the user * the email
896-
* address of the user * the string literal `"me"`, indicating the requesting user
901+
* address of the user * the string literal `"me"`, indicating the requesting user If
902+
* specified, `student_id` must be empty.
897903
*/
898904
public List setTeacherId(java.lang.String teacherId) {
899905
this.teacherId = teacherId;

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

0 commit comments

Comments
 (0)