@@ -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;
0 commit comments