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

Merged
merged 1 commit into from
Feb 16, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 0 additions & 30 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2494,21 +2494,6 @@
"documentationLink": "https://cloud.google.com/discovery-engine/docs",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "displayvideo:v1",
"name": "displayvideo",
"version": "v1",
"title": "Display & Video 360 API",
"description": "Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items.",
"discoveryRestUrl": "https://displayvideo.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://developers.google.com/display-video/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "displayvideo:v2",
Expand Down Expand Up @@ -2537,21 +2522,6 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/display-video/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "displayvideo:v4",
"name": "displayvideo",
"version": "v4",
"title": "Display & Video 360 API",
"description": "Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items.",
"discoveryRestUrl": "https://displayvideo.googleapis.com/$discovery/rest?version=v4",
"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/display-video/",
"preferred": true
},
{
Expand Down
144 changes: 1 addition & 143 deletions apphub/v1alpha/apphub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,52 +867,6 @@
},
"discoveredServices": {
"methods": {
"find": {
"description": "Finds discovered services that could be added to an application in a host project and location.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices:find",
"httpMethod": "GET",
"id": "apphub.projects.locations.discoveredServices.find",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"description": "Optional. Filtering results",
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. Hint for how to order the results",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. A token identifying a page of results the server should return.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. Value for parent.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha/{+parent}/discoveredServices:find",
"response": {
"$ref": "FindDiscoveredServicesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"findUnregistered": {
"description": "Finds unregistered services in a host project and location.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices:findUnregistered",
Expand Down Expand Up @@ -1034,52 +988,6 @@
},
"discoveredWorkloads": {
"methods": {
"find": {
"description": "Finds discovered workloads that could be added to an application in a host project and location.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads:find",
"httpMethod": "GET",
"id": "apphub.projects.locations.discoveredWorkloads.find",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"description": "Optional. Filtering results",
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. Hint for how to order the results",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. A token identifying a page of results the server should return.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. Value for parent.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha/{+parent}/discoveredWorkloads:find",
"response": {
"$ref": "FindDiscoveredWorkloadsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"findUnregistered": {
"description": "Finds unregistered workloads in a host project and location.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads:findUnregistered",
Expand Down Expand Up @@ -1470,7 +1378,7 @@
}
}
},
"revision": "20240125",
"revision": "20240211",
"rootUrl": "https://apphub.googleapis.com/",
"schemas": {
"Application": {
Expand Down Expand Up @@ -1785,56 +1693,6 @@
},
"type": "object"
},
"FindDiscoveredServicesResponse": {
"description": "Response for FindDiscoveredServices.",
"id": "FindDiscoveredServicesResponse",
"properties": {
"discoveredServices": {
"description": "List of discovered services.",
"items": {
"$ref": "DiscoveredService"
},
"type": "array"
},
"nextPageToken": {
"description": "A token identifying a page of results the server should return.",
"type": "string"
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"FindDiscoveredWorkloadsResponse": {
"description": "Response for FindDiscoveredWorkloads.",
"id": "FindDiscoveredWorkloadsResponse",
"properties": {
"discoveredWorkloads": {
"description": "List of discovered workloads.",
"items": {
"$ref": "DiscoveredWorkload"
},
"type": "array"
},
"nextPageToken": {
"description": "A token identifying a page of results the server should return.",
"type": "string"
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"FindUnregisteredServicesResponse": {
"description": "Response for FindUnregisteredServices.",
"id": "FindUnregisteredServicesResponse",
Expand Down