Skip to content

Commit

Permalink
fix(cloudsearch): update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sofisl committed May 21, 2021
1 parent c830d3e commit 08635ee
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/apis/cloudsearch/v1.ts
Expand Up @@ -2832,8 +2832,8 @@ export namespace cloudsearch_v1 {
* google.options({auth: authClient});
*
* // Do the magic
* const res = await cloudsearch.debug.identitysources.items.listForunmappedidentity(
* {
* const res =
* await cloudsearch.debug.identitysources.items.listForunmappedidentity({
* // If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
* 'debugOptions.enableDebugging': 'placeholder-value',
*
Expand All @@ -2846,8 +2846,7 @@ export namespace cloudsearch_v1 {
* parent: 'identitysources/my-identitysource',
*
* userResourceName: 'placeholder-value',
* }
* );
* });
* console.log(res.data);
*
* // Example response
Expand Down Expand Up @@ -2919,7 +2918,8 @@ export namespace cloudsearch_v1 {

if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {} as Params$Resource$Debug$Identitysources$Items$Listforunmappedidentity;
params =
{} as Params$Resource$Debug$Identitysources$Items$Listforunmappedidentity;
options = {};
}

Expand Down Expand Up @@ -3901,7 +3901,8 @@ export namespace cloudsearch_v1 {

if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {} as Params$Resource$Indexing$Datasources$Items$Deletequeueitems;
params =
{} as Params$Resource$Indexing$Datasources$Items$Deletequeueitems;
options = {};
}

Expand Down

0 comments on commit 08635ee

Please sign in to comment.