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 #1817

Merged
merged 1 commit into from
Jan 19, 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
45 changes: 30 additions & 15 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3366,21 +3366,6 @@
"documentationLink": "https://cloud.google.com/iap",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "ideahub:v1beta",
"name": "ideahub",
"version": "v1beta",
"title": "Idea Hub API",
"description": "This is an invitation-only API.",
"discoveryRestUrl": "https://ideahub.googleapis.com/$discovery/rest?version=v1beta",
"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://console.cloud.google.com/apis/library/ideahub.googleapis.com",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "identitytoolkit:v1",
Expand Down Expand Up @@ -3561,6 +3546,21 @@
"documentationLink": "https://cloud.google.com/kms/",
"preferred": true
},
{
"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",
"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
},
{
"kind": "discovery#directoryItem",
"id": "language:v1beta2",
Expand Down Expand Up @@ -4882,6 +4882,21 @@
"documentationLink": "https://developers.google.com/apps-script/api/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "searchads360:v0",
"name": "searchads360",
"version": "v0",
"title": "Search Ads 360 Reporting API",
"description": "The Search Ads 360 API allows developers to automate downloading reports from Search Ads 360.",
"discoveryRestUrl": "https://searchads360.googleapis.com/$discovery/rest?version=v0",
"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://developers.google.com/search-ads/reporting",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "searchconsole:v1",
Expand Down
10 changes: 9 additions & 1 deletion baremetalsolution/v2/baremetalsolution-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@
}
}
},
"revision": "20230104",
"revision": "20230113",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -3237,6 +3237,10 @@
],
"type": "string"
},
"storageAggregatePool": {
"description": "Input only. Name of the storage aggregate pool to allocate the volume in. Can be used only for VOLUME_PERFORMANCE_TIER_ASSIGNED volumes.",
"type": "string"
},
"storageType": {
"description": "The storage type for this volume.",
"enum": [
Expand Down Expand Up @@ -3345,6 +3349,10 @@
"description": "Whether snapshots should be enabled.",
"type": "boolean"
},
"storageAggregatePool": {
"description": "Input only. Name of the storage aggregate pool to allocate the volume in. Can be used only for VOLUME_PERFORMANCE_TIER_ASSIGNED volumes.",
"type": "string"
},
"type": {
"description": "The type of this Volume.",
"enum": [
Expand Down
10 changes: 10 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.

10 changes: 5 additions & 5 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"members": {
"methods": {
"get": {
"description": "[Developer Preview](https://developers.google.com/workspace/preview): Returns a membership. Requires [authentication](https://developers.google.com/chat/api/guides/auth/). Fully supports [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts). Supports [user authentication](https://developers.google.com/chat/api/guides/auth/users) as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. [User authentication](https://developers.google.com/chat/api/guides/auth/users) requires the `chat.memberships` or `chat.memberships.readonly` authorization scope.",
"description": "Returns a membership. Requires [authentication](https://developers.google.com/chat/api/guides/auth/). Fully supports [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts). Supports [user authentication](https://developers.google.com/chat/api/guides/auth/users) as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. [User authentication](https://developers.google.com/chat/api/guides/auth/users) requires the `chat.memberships` or `chat.memberships.readonly` authorization scope.",
"flatPath": "v1/spaces/{spacesId}/members/{membersId}",
"httpMethod": "GET",
"id": "chat.spaces.members.get",
Expand All @@ -241,7 +241,7 @@
]
},
"list": {
"description": "[Developer Preview](https://developers.google.com/workspace/preview): Lists memberships in a space. Requires [authentication](https://developers.google.com/chat/api/guides/auth/). Fully supports [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts). Supports [user authentication](https://developers.google.com/chat/api/guides/auth/users) as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. [User authentication](https://developers.google.com/chat/api/guides/auth/users) requires the `chat.memberships` or `chat.memberships.readonly` authorization scope.",
"description": "Lists memberships in a space. Requires [authentication](https://developers.google.com/chat/api/guides/auth/). Fully supports [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts). Supports [user authentication](https://developers.google.com/chat/api/guides/auth/users) as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. [User authentication](https://developers.google.com/chat/api/guides/auth/users) requires the `chat.memberships` or `chat.memberships.readonly` authorization scope.",
"flatPath": "v1/spaces/{spacesId}/members",
"httpMethod": "GET",
"id": "chat.spaces.members.list",
Expand Down Expand Up @@ -502,7 +502,7 @@
}
}
},
"revision": "20230103",
"revision": "20230115",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -1021,7 +1021,7 @@
"description": "The space in which the event occurred."
},
"threadKey": {
"description": "The Chat app-defined key for the thread related to the event. See the thread_key field of the `spaces.message.create` request for more information.",
"description": "The Chat app-defined key for the thread related to the event. See [`spaces.messages.thread.threadKey`](/chat/api/reference/rest/v1/spaces.messages#Thread.FIELDS.thread_key) for more information.",
"type": "string"
},
"token": {
Expand Down Expand Up @@ -1850,7 +1850,7 @@
"description": "Optional. Specify what action to take when the text input field provides suggestions to users who interact with it. If unspecified, the suggestions are set by `initialSuggestions` and are processed by the client. If specified, the app takes the action specified here, such as running a custom function. Supported by Google Workspace Add-ons, but not Chat apps. Support by Chat apps coming soon."
},
"hintText": {
"description": "Text that appears inside the text input field meant to assist users by prompting them to enter a certain value. This text is not visible after users begin typing. Required if `label` is unspecified. Otherwise, optional.",
"description": "Text that appears below the text input field meant to assist users by prompting them to enter a certain value. This text is always visible. Required if `label` is unspecified. Otherwise, optional.",
"type": "string"
},
"initialSuggestions": {
Expand Down
23 changes: 10 additions & 13 deletions chat/v1/chat-gen.go

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

Loading