From 11e33e010e53001ac1efe5246cd62698f1809a2e Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 5 Jun 2020 15:32:33 -0700 Subject: [PATCH] fix(cloudsearch): update the API #### cloudsearch:v1 The following keys were changed: - resources.settings.resources.searchapplications.methods.get.parameters.name.description --- discovery/cloudsearch-v1.json | 4 ++-- src/apis/cloudsearch/v1.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/discovery/cloudsearch-v1.json b/discovery/cloudsearch-v1.json index 69cd6019df..91a874660e 100644 --- a/discovery/cloudsearch-v1.json +++ b/discovery/cloudsearch-v1.json @@ -1183,7 +1183,7 @@ "type": "boolean" }, "name": { - "description": "Name of the search application.\n
Format: applications/{application_id}.", + "description": "Name of the search application.\n
Format: searchapplications/{application_id}.", "location": "path", "pattern": "^searchapplications/[^/]+$", "required": true, @@ -1805,7 +1805,7 @@ } } }, - "revision": "20200505", + "revision": "20200519", "rootUrl": "https://cloudsearch.googleapis.com/", "schemas": { "BooleanOperatorOptions": { diff --git a/src/apis/cloudsearch/v1.ts b/src/apis/cloudsearch/v1.ts index 87e1d6f527..ec4a01232b 100644 --- a/src/apis/cloudsearch/v1.ts +++ b/src/apis/cloudsearch/v1.ts @@ -7173,7 +7173,7 @@ export namespace cloudsearch_v1 { * // Otherwise, ignore this field. * 'debugOptions.enableDebugging': 'placeholder-value', * // Name of the search application. - * //
Format: applications/{application_id}. + * //
Format: searchapplications/{application_id}. * name: 'searchapplications/my-searchapplication', * }); * console.log(res.data); @@ -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.
Format: applications/{application_id}. + * @param {string} params.name Name of the search application.
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 @@ -7772,7 +7772,7 @@ export namespace cloudsearch_v1 { */ 'debugOptions.enableDebugging'?: boolean; /** - * Name of the search application.
Format: applications/{application_id}. + * Name of the search application.
Format: searchapplications/{application_id}. */ name?: string; }