Skip to content

Commit

Permalink
fix(cloudsearch): update the API
Browse files Browse the repository at this point in the history
#### cloudsearch:v1
The following keys were changed:
- resources.settings.resources.searchapplications.methods.get.parameters.name.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 5, 2020
1 parent 4cba781 commit 11e33e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudsearch-v1.json
Expand Up @@ -1183,7 +1183,7 @@
"type": "boolean"
},
"name": {
"description": "Name of the search application.\n<br />Format: applications/{application_id}.",
"description": "Name of the search application.\n<br />Format: searchapplications/{application_id}.",
"location": "path",
"pattern": "^searchapplications/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1805,7 +1805,7 @@
}
}
},
"revision": "20200505",
"revision": "20200519",
"rootUrl": "https://cloudsearch.googleapis.com/",
"schemas": {
"BooleanOperatorOptions": {
Expand Down
6 changes: 3 additions & 3 deletions src/apis/cloudsearch/v1.ts
Expand Up @@ -7173,7 +7173,7 @@ export namespace cloudsearch_v1 {
* // Otherwise, ignore this field.
* 'debugOptions.enableDebugging': 'placeholder-value',
* // Name of the search application.
* // <br />Format: applications/{application_id}.
* // <br />Format: searchapplications/{application_id}.
* name: 'searchapplications/my-searchapplication',
* });
* console.log(res.data);
Expand Down Expand Up @@ -7201,7 +7201,7 @@ export namespace cloudsearch_v1 {
*
* @param {object} params Parameters for request
* @param {boolean=} params.debugOptions.enableDebugging If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
* @param {string} params.name Name of the search application. <br />Format: applications/{application_id}.
* @param {string} params.name Name of the search application. <br />Format: searchapplications/{application_id}.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
Expand Down Expand Up @@ -7772,7 +7772,7 @@ export namespace cloudsearch_v1 {
*/
'debugOptions.enableDebugging'?: boolean;
/**
* Name of the search application. <br />Format: applications/{application_id}.
* Name of the search application. <br />Format: searchapplications/{application_id}.
*/
name?: string;
}
Expand Down

0 comments on commit 11e33e0

Please sign in to comment.