Skip to content

Commit 41bf8cd

Browse files
1 parent a85fa14 commit 41bf8cd

4 files changed

Lines changed: 18 additions & 17 deletions

File tree

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-rev20260610-2.0.0</version>
25+
<version>v1-rev20260708-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-rev20260610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20260708-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 & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,20 +1047,21 @@ public Patch setId(java.lang.String id) {
10471047
* Mask that identifies which fields on the course to update. This field is required to do an
10481048
* update. The update will fail if invalid fields are specified. The following fields are
10491049
* valid: * `courseState` * `description` * `descriptionHeading` * `name` * `ownerId` * `room`
1050-
* * `section` * `subject` * `levels` Note: patches to ownerId are treated as being effective
1051-
* immediately, but in practice it may take some time for the ownership transfer of all
1052-
* affected resources to complete. When set in a query parameter, this field should be
1053-
* specified as `updateMask=,,...`
1050+
* * `section` * `subject` * `learningStandardSettings` * `levels` Note: patches to ownerId
1051+
* are treated as being effective immediately, but in practice it may take some time for the
1052+
* ownership transfer of all affected resources to complete. When set in a query parameter,
1053+
* this field should be specified as `updateMask=,,...`
10541054
*/
10551055
@com.google.api.client.util.Key
10561056
private String updateMask;
10571057

10581058
/** Mask that identifies which fields on the course to update. This field is required to do an update.
10591059
The update will fail if invalid fields are specified. The following fields are valid: *
10601060
`courseState` * `description` * `descriptionHeading` * `name` * `ownerId` * `room` * `section` *
1061-
`subject` * `levels` Note: patches to ownerId are treated as being effective immediately, but in
1062-
practice it may take some time for the ownership transfer of all affected resources to complete.
1063-
When set in a query parameter, this field should be specified as `updateMask=,,...`
1061+
`subject` * `learningStandardSettings` * `levels` Note: patches to ownerId are treated as being
1062+
effective immediately, but in practice it may take some time for the ownership transfer of all
1063+
affected resources to complete. When set in a query parameter, this field should be specified as
1064+
`updateMask=,,...`
10641065
*/
10651066
public String getUpdateMask() {
10661067
return updateMask;
@@ -1070,10 +1071,10 @@ public String getUpdateMask() {
10701071
* Mask that identifies which fields on the course to update. This field is required to do an
10711072
* update. The update will fail if invalid fields are specified. The following fields are
10721073
* valid: * `courseState` * `description` * `descriptionHeading` * `name` * `ownerId` * `room`
1073-
* * `section` * `subject` * `levels` Note: patches to ownerId are treated as being effective
1074-
* immediately, but in practice it may take some time for the ownership transfer of all
1075-
* affected resources to complete. When set in a query parameter, this field should be
1076-
* specified as `updateMask=,,...`
1074+
* * `section` * `subject` * `learningStandardSettings` * `levels` Note: patches to ownerId
1075+
* are treated as being effective immediately, but in practice it may take some time for the
1076+
* ownership transfer of all affected resources to complete. When set in a query parameter,
1077+
* this field should be specified as `updateMask=,,...`
10771078
*/
10781079
public Patch setUpdateMask(String updateMask) {
10791080
this.updateMask = updateMask;

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

0 commit comments

Comments
 (0)