Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 16, 2024
1 parent 260fc1e commit c969083
Show file tree
Hide file tree
Showing 25 changed files with 13,560 additions and 949 deletions.
30 changes: 0 additions & 30 deletions api-list.json
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
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

0 comments on commit c969083

Please sign in to comment.