Skip to content

Commit 2900298

Browse files
feat(all): auto-regenerate discovery clients (#3274)
1 parent 8f03c8e commit 2900298

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+918
-285
lines changed

‎apigee/v1/apigee-api.json‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11127,7 +11127,7 @@
1112711127
}
1112811128
}
1112911129
},
11130-
"revision": "20250731",
11130+
"revision": "20250808",
1113111131
"rootUrl": "https://apigee.googleapis.com/",
1113211132
"schemas": {
1113311133
"EdgeConfigstoreBundleBadBundle": {
@@ -15248,10 +15248,6 @@
1524815248
"description": "Required. Flag that specifies whether entry values will be encrypted. This field is retained for backward compatibility and the value of encrypted will always be `true`. Apigee X and hybrid do not support unencrypted key value maps.",
1524915249
"type": "boolean"
1525015250
},
15251-
"maskedValues": {
15252-
"description": "Required. Flag that specifies whether entry values will be masked when returned.",
15253-
"type": "boolean"
15254-
},
1525515251
"name": {
1525615252
"description": "Required. ID of the key value map.",
1525715253
"type": "string"

‎apigee/v1/apigee-gen.go‎

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎classroom/v1/classroom-api.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"courses": {
177177
"methods": {
178178
"create": {
179-
"description": "Creates a course. The user specified in `ownerId` is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to create courses or for access errors. * `NOT_FOUND` if the primary teacher is not a valid user. * `FAILED_PRECONDITION` if the course owner's account is disabled or for the following request errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached * `ALREADY_EXISTS` if an alias was specified in the `id` and already exists.",
179+
"description": "Creates a course. The user specified in `ownerId` is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to create courses or for access errors. * `NOT_FOUND` if the primary teacher is not a valid user. * `FAILED_PRECONDITION` if the course owner's account is disabled or for the following request errors: * UserCannotOwnCourse * UserGroupsMembershipLimitReached * CourseTitleCannotContainUrl * `ALREADY_EXISTS` if an alias was specified in the `id` and already exists.",
180180
"flatPath": "v1/courses",
181181
"httpMethod": "POST",
182182
"id": "classroom.courses.create",
@@ -328,7 +328,7 @@
328328
]
329329
},
330330
"patch": {
331-
"description": "Updates one or more fields in a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID. * `INVALID_ARGUMENT` if invalid fields are specified in the update mask or if no update mask is supplied. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable * InactiveCourseOwner * IneligibleOwner",
331+
"description": "Updates one or more fields in a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID. * `INVALID_ARGUMENT` if invalid fields are specified in the update mask or if no update mask is supplied. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable * InactiveCourseOwner * IneligibleOwner * CourseTitleCannotContainUrl",
332332
"flatPath": "v1/courses/{id}",
333333
"httpMethod": "PATCH",
334334
"id": "classroom.courses.patch",
@@ -361,7 +361,7 @@
361361
]
362362
},
363363
"update": {
364-
"description": "Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable",
364+
"description": "Updates a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the requested course or for access errors. * `NOT_FOUND` if no course exists with the requested ID. * `FAILED_PRECONDITION` for the following request errors: * CourseNotModifiable * CourseTitleCannotContainUrl",
365365
"flatPath": "v1/courses/{id}",
366366
"httpMethod": "PUT",
367367
"id": "classroom.courses.update",
@@ -4107,7 +4107,7 @@
41074107
}
41084108
}
41094109
},
4110-
"revision": "20250526",
4110+
"revision": "20250810",
41114111
"rootUrl": "https://classroom.googleapis.com/",
41124112
"schemas": {
41134113
"AddOnAttachment": {

‎classroom/v1/classroom-gen.go‎

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)