Skip to content

Commit dee3421

Browse files
1 parent d077f30 commit dee3421

File tree

4 files changed

+19
-15
lines changed

4 files changed

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

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14958,8 +14958,9 @@ public class Topics {
1495814958
/**
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
14961-
* course, or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if
14962-
* the requested course does not exist.
14961+
* 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.
1496314964
*
1496414965
* Create a request for the method "topics.create".
1496514966
*
@@ -14985,7 +14986,8 @@ public class Create extends ClassroomRequest<com.google.api.services.classroom.m
1498514986
* Creates a topic. This method returns the following error codes: * `PERMISSION_DENIED` if the
1498614987
* requesting user is not permitted to access the requested course, create a topic in the
1498714988
* requested course, or for access errors. * `INVALID_ARGUMENT` if the request is malformed. *
14988-
* `NOT_FOUND` if the requested course does not exist.
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.
1498914991
*
1499014992
* Create a request for the method "topics.create".
1499114993
*
@@ -15580,8 +15582,9 @@ public List set(String parameterName, Object value) {
1558015582
/**
1558115583
* Updates one or more fields of a topic. This method returns the following error codes: *
1558215584
* `PERMISSION_DENIED` if the requesting developer project did not create the corresponding topic or
15583-
* for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the
15584-
* requested course or topic does not exist
15585+
* for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `FAILED_PRECONDITION` if
15586+
* there exists a topic in the course with the same name. * `NOT_FOUND` if the requested course or
15587+
* topic does not exist
1558515588
*
1558615589
* Create a request for the method "topics.patch".
1558715590
*
@@ -15607,8 +15610,9 @@ public class Patch extends ClassroomRequest<com.google.api.services.classroom.mo
1560715610
/**
1560815611
* Updates one or more fields of a topic. This method returns the following error codes: *
1560915612
* `PERMISSION_DENIED` if the requesting developer project did not create the corresponding topic
15610-
* or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the
15611-
* requested course or topic does not exist
15613+
* or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `FAILED_PRECONDITION`
15614+
* if there exists a topic in the course with the same name. * `NOT_FOUND` if the requested course
15615+
* or topic does not exist
1561215616
*
1561315617
* Create a request for the method "topics.patch".
1561415618
*

clients/google-api-services-classroom/v1/2.0.0/pom.xml

Lines changed: 4 additions & 4 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-rev20241209-2.0.0</version>
12-
<name>Google Classroom API v1-rev20241209-2.0.0</name>
11+
<version>v1-rev20250111-2.0.0</version>
12+
<name>Google Classroom API v1-rev20250111-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -92,7 +92,7 @@
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.1/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.7.0</version>
128+
<version>2.7.1</version>
129129
</dependency>
130130
</dependencies>
131131

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

0 commit comments

Comments
 (0)