Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 18, 2023
1 parent a12685c commit da48b9a
Show file tree
Hide file tree
Showing 47 changed files with 10,503 additions and 5,281 deletions.
4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
"accept": [
"application/octet-stream"
],
"maxSize": "629145600",
"maxSize": "838860800",
"protocols": {
"resumable": {
"multipart": true,
Expand Down Expand Up @@ -3920,7 +3920,7 @@
}
}
},
"revision": "20221108",
"revision": "20230117",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down
2 changes: 1 addition & 1 deletion androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
"name": "cloudasset",
"version": "v1p1beta1",
"title": "Cloud Asset API",
"description": "The cloud asset API manages the history and inventory of cloud resources.",
"description": "The Cloud Asset API manages the history and inventory of Google Cloud resources.",
"discoveryRestUrl": "https://cloudasset.googleapis.com/$discovery/rest?version=v1p1beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -1012,7 +1012,7 @@
"name": "cloudasset",
"version": "v1p5beta1",
"title": "Cloud Asset API",
"description": "The cloud asset API manages the history and inventory of cloud resources.",
"description": "The Cloud Asset API manages the history and inventory of Google Cloud resources.",
"discoveryRestUrl": "https://cloudasset.googleapis.com/$discovery/rest?version=v1p5beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -1027,7 +1027,7 @@
"name": "cloudasset",
"version": "v1p7beta1",
"title": "Cloud Asset API",
"description": "The cloud asset API manages the history and inventory of cloud resources.",
"description": "The Cloud Asset API manages the history and inventory of Google Cloud resources.",
"discoveryRestUrl": "https://cloudasset.googleapis.com/$discovery/rest?version=v1p7beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -1042,7 +1042,7 @@
"name": "cloudasset",
"version": "v1beta1",
"title": "Cloud Asset API",
"description": "The cloud asset API manages the history and inventory of cloud resources.",
"description": "The Cloud Asset API manages the history and inventory of Google Cloud resources.",
"discoveryRestUrl": "https://cloudasset.googleapis.com/$discovery/rest?version=v1beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -1057,7 +1057,7 @@
"name": "cloudasset",
"version": "v1",
"title": "Cloud Asset API",
"description": "The cloud asset API manages the history and inventory of cloud resources.",
"description": "The Cloud Asset API manages the history and inventory of Google Cloud resources.",
"discoveryRestUrl": "https://cloudasset.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down Expand Up @@ -3548,18 +3548,18 @@
},
{
"kind": "discovery#directoryItem",
"id": "language:v1beta1",
"name": "language",
"version": "v1beta1",
"title": "Cloud Natural Language API",
"description": "Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.",
"discoveryRestUrl": "https://language.googleapis.com/$discovery/rest?version=v1beta1",
"id": "kmsinventory:v1",
"name": "kmsinventory",
"version": "v1",
"title": "KMS Inventory API",
"description": "",
"discoveryRestUrl": "https://kmsinventory.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/natural-language/",
"preferred": false
"documentationLink": "https://cloud.google.com/kms/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
Expand Down
4 changes: 2 additions & 2 deletions classroom/v1/classroom-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"courses": {
"methods": {
"create": {
"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: * UserGroupsMembershipLimitReached * `ALREADY_EXISTS` if an alias was specified in the `id` and already exists.",
"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.",
"flatPath": "v1/courses",
"httpMethod": "POST",
"id": "classroom.courses.create",
Expand Down Expand Up @@ -2400,7 +2400,7 @@
}
}
},
"revision": "20221220",
"revision": "20230111",
"rootUrl": "https://classroom.googleapis.com/",
"schemas": {
"Announcement": {
Expand Down
7 changes: 4 additions & 3 deletions classroom/v1/classroom-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da48b9a

Please sign in to comment.