Skip to content

Commit de20ca6

Browse files
1 parent 372332a commit de20ca6

File tree

4 files changed

+12
-10
lines changed

4 files changed

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

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14959,8 +14959,9 @@ public class Topics {
1495914959
* Creates a topic. This method returns the following error codes: * `PERMISSION_DENIED` if the
1496014960
* requesting user is not permitted to access the requested course, create a topic in the requested
1496114961
* course, or for access errors. * `INVALID_ARGUMENT` if the request is malformed. *
14962-
* `ALREADY_EXISTS` if there exists a topic in the course with the same name. * `NOT_FOUND` if the
14963-
* requested course does not exist.
14962+
* `ALREADY_EXISTS` if there exists a topic in the course with the same name. *
14963+
* `FAILED_PRECONDITION` for the following request error: * CourseTopicLimitReached * `NOT_FOUND` if
14964+
* the requested course does not exist.
1496414965
*
1496514966
* Create a request for the method "topics.create".
1496614967
*
@@ -14986,8 +14987,9 @@ public class Create extends ClassroomRequest<com.google.api.services.classroom.m
1498614987
* Creates a topic. This method returns the following error codes: * `PERMISSION_DENIED` if the
1498714988
* requesting user is not permitted to access the requested course, create a topic in the
1498814989
* requested course, or for access errors. * `INVALID_ARGUMENT` if the request is malformed. *
14989-
* `ALREADY_EXISTS` if there exists a topic in the course with the same name. * `NOT_FOUND` if the
14990-
* requested course does not exist.
14990+
* `ALREADY_EXISTS` if there exists a topic in the course with the same name. *
14991+
* `FAILED_PRECONDITION` for the following request error: * CourseTopicLimitReached * `NOT_FOUND`
14992+
* if the requested course does not exist.
1499114993
*
1499214994
* Create a request for the method "topics.create".
1499314995
*

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

0 commit comments

Comments
 (0)