Skip to content

Commit 0134362

Browse files
1 parent 1391311 commit 0134362

File tree

4 files changed

+14
-10
lines changed

4 files changed

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

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,8 @@ public List set(String parameterName, Object value) {
28592859
* the announcement may call this method. This method returns the following error codes: *
28602860
* `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or
28612861
* course work or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND`
2862-
* if the requested course or course work does not exist.
2862+
* if the requested course or course work does not exist. * `FAILED_PRECONDITION` for the following
2863+
* request error: * EmptyAssignees
28632864
*
28642865
* Create a request for the method "announcements.modifyAssignees".
28652866
*
@@ -2887,7 +2888,8 @@ public class ModifyAssignees extends ClassroomRequest<com.google.api.services.cl
28872888
* contains the announcement may call this method. This method returns the following error codes:
28882889
* * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or
28892890
* course work or for access errors. * `INVALID_ARGUMENT` if the request is malformed. *
2890-
* `NOT_FOUND` if the requested course or course work does not exist.
2891+
* `NOT_FOUND` if the requested course or course work does not exist. * `FAILED_PRECONDITION` for
2892+
* the following request error: * EmptyAssignees
28912893
*
28922894
* Create a request for the method "announcements.modifyAssignees".
28932895
*
@@ -5248,7 +5250,8 @@ public List set(String parameterName, Object value) {
52485250
* the coursework may call this method. This method returns the following error codes: *
52495251
* `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or
52505252
* course work or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND`
5251-
* if the requested course or course work does not exist.
5253+
* if the requested course or course work does not exist. * `FAILED_PRECONDITION` for the following
5254+
* request error: * EmptyAssignees
52525255
*
52535256
* Create a request for the method "courseWork.modifyAssignees".
52545257
*
@@ -5276,7 +5279,8 @@ public class ModifyAssignees extends ClassroomRequest<com.google.api.services.cl
52765279
* the coursework may call this method. This method returns the following error codes: *
52775280
* `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or
52785281
* course work or for access errors. * `INVALID_ARGUMENT` if the request is malformed. *
5279-
* `NOT_FOUND` if the requested course or course work does not exist.
5282+
* `NOT_FOUND` if the requested course or course work does not exist. * `FAILED_PRECONDITION` for
5283+
* the following request error: * EmptyAssignees
52805284
*
52815285
* Create a request for the method "courseWork.modifyAssignees".
52825286
*

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

0 commit comments

Comments
 (0)