Skip to content

Commit 93c8078

Browse files
1 parent 770bb25 commit 93c8078

File tree

4 files changed

+21
-21
lines changed

4 files changed

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

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,21 +1040,21 @@ public Patch setId(java.lang.String id) {
10401040
/**
10411041
* Mask that identifies which fields on the course to update. This field is required to do an
10421042
* update. The update will fail if invalid fields are specified. The following fields are
1043-
* valid: * `name` * `section` * `descriptionHeading` * `description` * `room` * `courseState`
1044-
* * `ownerId` Note: patches to ownerId are treated as being effective immediately, but in
1045-
* practice it may take some time for the ownership transfer of all affected resources to
1046-
* complete. When set in a query parameter, this field should be specified as
1047-
* `updateMask=,,...`
1043+
* valid: * `courseState` * `description` * `descriptionHeading` * `name` * `ownerId` * `room`
1044+
* * `section` * `subject` Note: patches to ownerId are treated as being effective
1045+
* immediately, but in practice it may take some time for the ownership transfer of all
1046+
* affected resources to complete. When set in a query parameter, this field should be
1047+
* specified as `updateMask=,,...`
10481048
*/
10491049
@com.google.api.client.util.Key
10501050
private String updateMask;
10511051

10521052
/** Mask that identifies which fields on the course to update. This field is required to do an update.
1053-
The update will fail if invalid fields are specified. The following fields are valid: * `name` *
1054-
`section` * `descriptionHeading` * `description` * `room` * `courseState` * `ownerId` Note: patches
1055-
to ownerId are treated as being effective immediately, but in practice it may take some time for
1056-
the ownership transfer of all affected resources to complete. When set in a query parameter, this
1057-
field should be specified as `updateMask=,,...`
1053+
The update will fail if invalid fields are specified. The following fields are valid: *
1054+
`courseState` * `description` * `descriptionHeading` * `name` * `ownerId` * `room` * `section` *
1055+
`subject` Note: patches to ownerId are treated as being effective immediately, but in practice it
1056+
may take some time for the ownership transfer of all affected resources to complete. When set in a
1057+
query parameter, this field should be specified as `updateMask=,,...`
10581058
*/
10591059
public String getUpdateMask() {
10601060
return updateMask;
@@ -1063,11 +1063,11 @@ public String getUpdateMask() {
10631063
/**
10641064
* Mask that identifies which fields on the course to update. This field is required to do an
10651065
* update. The update will fail if invalid fields are specified. The following fields are
1066-
* valid: * `name` * `section` * `descriptionHeading` * `description` * `room` * `courseState`
1067-
* * `ownerId` Note: patches to ownerId are treated as being effective immediately, but in
1068-
* practice it may take some time for the ownership transfer of all affected resources to
1069-
* complete. When set in a query parameter, this field should be specified as
1070-
* `updateMask=,,...`
1066+
* valid: * `courseState` * `description` * `descriptionHeading` * `name` * `ownerId` * `room`
1067+
* * `section` * `subject` Note: patches to ownerId are treated as being effective
1068+
* immediately, but in practice it may take some time for the ownership transfer of all
1069+
* affected resources to complete. When set in a query parameter, this field should be
1070+
* specified as `updateMask=,,...`
10711071
*/
10721072
public Patch setUpdateMask(String updateMask) {
10731073
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-rev20251104-2.0.0</version>
12-
<name>Google Classroom API v1-rev20251104-2.0.0</name>
11+
<version>v1-rev20251202-2.0.0</version>
12+
<name>Google Classroom API v1-rev20251202-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-rev20251104-2.0.0</version>
25+
<version>v1-rev20251202-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-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20251202-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)