Skip to content

Commit 4fb838f

Browse files
1 parent 5c53cde commit 4fb838f

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
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-rev20250526-2.0.0</version>
25+
<version>v1-rev20250810-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-rev20250526-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20250810-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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ public class Courses {
160160
* following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to create
161161
* courses or for access errors. * `NOT_FOUND` if the primary teacher is not a valid user. *
162162
* `FAILED_PRECONDITION` if the course owner's account is disabled or for the following request
163-
* errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached * `ALREADY_EXISTS` if an alias
164-
* was specified in the `id` and already exists.
163+
* errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached * CourseTitleCannotContainUrl *
164+
* `ALREADY_EXISTS` if an alias was specified in the `id` and already exists.
165165
*
166166
* Create a request for the method "courses.create".
167167
*
@@ -189,7 +189,8 @@ public class Create extends ClassroomRequest<com.google.api.services.classroom.m
189189
* permitted to create courses or for access errors. * `NOT_FOUND` if the primary teacher is not a
190190
* valid user. * `FAILED_PRECONDITION` if the course owner's account is disabled or for the
191191
* following request errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached *
192-
* `ALREADY_EXISTS` if an alias was specified in the `id` and already exists.
192+
* CourseTitleCannotContainUrl * `ALREADY_EXISTS` if an alias was specified in the `id` and
193+
* already exists.
193194
*
194195
* Create a request for the method "courses.create".
195196
*
@@ -910,7 +911,7 @@ public List set(String parameterName, Object value) {
910911
* access errors. * `NOT_FOUND` if no course exists with the requested ID. * `INVALID_ARGUMENT` if
911912
* invalid fields are specified in the update mask or if no update mask is supplied. *
912913
* `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable *
913-
* InactiveCourseOwner * IneligibleOwner
914+
* InactiveCourseOwner * IneligibleOwner * CourseTitleCannotContainUrl
914915
*
915916
* Create a request for the method "courses.patch".
916917
*
@@ -938,7 +939,7 @@ public class Patch extends ClassroomRequest<com.google.api.services.classroom.mo
938939
* for access errors. * `NOT_FOUND` if no course exists with the requested ID. *
939940
* `INVALID_ARGUMENT` if invalid fields are specified in the update mask or if no update mask is
940941
* supplied. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable *
941-
* InactiveCourseOwner * IneligibleOwner
942+
* InactiveCourseOwner * IneligibleOwner * CourseTitleCannotContainUrl
942943
*
943944
* Create a request for the method "courses.patch".
944945
*
@@ -1082,7 +1083,7 @@ public Patch set(String parameterName, Object value) {
10821083
* Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the
10831084
* requesting user is not permitted to modify the requested course or for access errors. *
10841085
* `NOT_FOUND` if no course exists with the requested ID. * `FAILED_PRECONDITION` for the following
1085-
* request errors: * CourseNotModifiable
1086+
* request errors: * CourseNotModifiable * CourseTitleCannotContainUrl
10861087
*
10871088
* Create a request for the method "courses.update".
10881089
*
@@ -1108,7 +1109,7 @@ public class Update extends ClassroomRequest<com.google.api.services.classroom.m
11081109
* Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the
11091110
* requesting user is not permitted to modify the requested course or for access errors. *
11101111
* `NOT_FOUND` if no course exists with the requested ID. * `FAILED_PRECONDITION` for the
1111-
* following request errors: * CourseNotModifiable
1112+
* following request errors: * CourseNotModifiable * CourseTitleCannotContainUrl
11121113
*
11131114
* Create a request for the method "courses.update".
11141115
*

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

0 commit comments

Comments
 (0)