Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 7, 2022
1 parent 51d527b commit 8e67ca4
Show file tree
Hide file tree
Showing 51 changed files with 5,084 additions and 219 deletions.
4 changes: 2 additions & 2 deletions analyticshub/v1beta1/analyticshub-api.json
Expand Up @@ -765,7 +765,7 @@
}
}
},
"revision": "20220501",
"revision": "20220701",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1337,7 +1337,7 @@
"type": "object"
},
"SubscribeListingResponse": {
"description": "Message for response when you subscribe to a listing. Empty for now.",
"description": "Message for response when you subscribe to a listing.",
"id": "SubscribeListingResponse",
"properties": {},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion analyticshub/v1beta1/analyticshub-gen.go

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

4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -3915,7 +3915,7 @@
}
}
},
"revision": "20220609",
"revision": "20220704",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down Expand Up @@ -4071,7 +4071,7 @@
"type": "string"
},
"legacyCompatible": {
"description": "Whether the renewing base plan is compatible with legacy version of the Play Billing Library (prior to version 3) or not. Only one renewing base plan can be marked as legacy compatible for a given subscription.",
"description": "Whether the renewing base plan is backward compatible. The backward compatible base plan is returned by the Google Play Billing Library deprecated method querySkuDetailsAsync(). Only one renewing base plan can be marked as legacy compatible for a given subscription.",
"type": "boolean"
},
"prorationMode": {
Expand Down
9 changes: 5 additions & 4 deletions androidpublisher/v3/androidpublisher-gen.go

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

6 changes: 3 additions & 3 deletions api-list.json
Expand Up @@ -577,7 +577,7 @@
"name": "baremetalsolution",
"version": "v1alpha1",
"title": "Bare Metal Solution API",
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1alpha1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -592,7 +592,7 @@
"name": "baremetalsolution",
"version": "v1",
"title": "Bare Metal Solution API",
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -607,7 +607,7 @@
"name": "baremetalsolution",
"version": "v2",
"title": "Bare Metal Solution API",
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.",
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v2",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
12 changes: 9 additions & 3 deletions baremetalsolution/v2/baremetalsolution-api.json
Expand Up @@ -1027,7 +1027,7 @@
}
}
},
"revision": "20220615",
"revision": "20220627",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -2017,11 +2017,17 @@
"description": "The state of the NFS share.",
"enum": [
"STATE_UNSPECIFIED",
"PROVISIONED"
"PROVISIONED",
"CREATING",
"UPDATING",
"DELETING"
],
"enumDescriptions": [
"The share is in an unknown state.",
"The share has been provisioned."
"The share has been provisioned.",
"The NFS Share is being created.",
"The NFS Share is being updated.",
"The NFS Share has been requested to be deleted."
],
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions baremetalsolution/v2/baremetalsolution-gen.go

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

6 changes: 3 additions & 3 deletions chat/v1/chat-api.json
Expand Up @@ -385,13 +385,13 @@
"parameterOrder": [],
"parameters": {
"pageSize": {
"description": "Requested page size. The value is capped at 1000. Server may return fewer results than requested. If unspecified, server will default to 100.",
"description": "Optional. Requested page size. The value is capped at 1000. Server may return fewer results than requested. If unspecified, server will default to 100.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "A token identifying a page of results the server should return.",
"description": "Optional. A token identifying a page of results the server should return.",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -642,7 +642,7 @@
}
}
},
"revision": "20220619",
"revision": "20220701",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down
4 changes: 2 additions & 2 deletions chat/v1/chat-gen.go

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

0 comments on commit 8e67ca4

Please sign in to comment.