Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1816

Merged
merged 1 commit into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(all): auto-regenerate discovery clients
  • Loading branch information
yoshi-automation committed Jan 18, 2023
commit fb5b9e3c0f03b9290ff46d96d2b86b6e5a440e90
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