diff --git a/src/apis/abusiveexperiencereport/v1.ts b/src/apis/abusiveexperiencereport/v1.ts index 96ed4e6731..4f9281396b 100644 --- a/src/apis/abusiveexperiencereport/v1.ts +++ b/src/apis/abusiveexperiencereport/v1.ts @@ -201,7 +201,7 @@ export namespace abusiveexperiencereport_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await abusiveexperiencereport.sites.get({ @@ -355,7 +355,7 @@ export namespace abusiveexperiencereport_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await abusiveexperiencereport.violatingSites.list({}); diff --git a/src/apis/acceleratedmobilepageurl/v1.ts b/src/apis/acceleratedmobilepageurl/v1.ts index f0f5718ea1..6825709faf 100644 --- a/src/apis/acceleratedmobilepageurl/v1.ts +++ b/src/apis/acceleratedmobilepageurl/v1.ts @@ -217,7 +217,7 @@ export namespace acceleratedmobilepageurl_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await acceleratedmobilepageurl.ampUrls.batchGet({ diff --git a/src/apis/accessapproval/v1.ts b/src/apis/accessapproval/v1.ts index 87f14a9c49..f03e0ff099 100644 --- a/src/apis/accessapproval/v1.ts +++ b/src/apis/accessapproval/v1.ts @@ -324,7 +324,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.deleteAccessApprovalSettings({ @@ -453,7 +453,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.getAccessApprovalSettings({ @@ -592,7 +592,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.updateAccessApprovalSettings({ @@ -798,7 +798,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.approvalRequests.approve({ @@ -947,7 +947,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.approvalRequests.dismiss({ @@ -1094,7 +1094,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.approvalRequests.get({ @@ -1231,7 +1231,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.approvalRequests.list({ @@ -1453,7 +1453,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.deleteAccessApprovalSettings({ @@ -1582,7 +1582,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.getAccessApprovalSettings({ @@ -1721,7 +1721,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.updateAccessApprovalSettings({ @@ -1927,7 +1927,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.approvalRequests.approve({ @@ -2076,7 +2076,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.approvalRequests.dismiss({ @@ -2223,7 +2223,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.approvalRequests.get({ @@ -2360,7 +2360,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.approvalRequests.list({ @@ -2582,7 +2582,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.deleteAccessApprovalSettings({ @@ -2711,7 +2711,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.getAccessApprovalSettings({ @@ -2850,7 +2850,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.updateAccessApprovalSettings({ @@ -3056,7 +3056,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.approvalRequests.approve({ @@ -3205,7 +3205,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.approvalRequests.dismiss({ @@ -3352,7 +3352,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.approvalRequests.get({ @@ -3489,7 +3489,7 @@ export namespace accessapproval_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.approvalRequests.list({ diff --git a/src/apis/accessapproval/v1beta1.ts b/src/apis/accessapproval/v1beta1.ts index 8270b0ba80..245cdc8b21 100644 --- a/src/apis/accessapproval/v1beta1.ts +++ b/src/apis/accessapproval/v1beta1.ts @@ -324,7 +324,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.deleteAccessApprovalSettings({ @@ -453,7 +453,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.getAccessApprovalSettings({ @@ -592,7 +592,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.updateAccessApprovalSettings({ @@ -792,7 +792,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.approvalRequests.approve({ @@ -941,7 +941,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.approvalRequests.dismiss({ @@ -1088,7 +1088,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.approvalRequests.get({ @@ -1225,7 +1225,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.folders.approvalRequests.list({ @@ -1447,7 +1447,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.deleteAccessApprovalSettings({ @@ -1576,7 +1576,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.getAccessApprovalSettings({ @@ -1715,7 +1715,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.updateAccessApprovalSettings({ @@ -1915,7 +1915,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.approvalRequests.approve({ @@ -2064,7 +2064,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.approvalRequests.dismiss({ @@ -2211,7 +2211,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.approvalRequests.get({ @@ -2348,7 +2348,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.organizations.approvalRequests.list({ @@ -2570,7 +2570,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.deleteAccessApprovalSettings({ @@ -2699,7 +2699,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.getAccessApprovalSettings({ @@ -2838,7 +2838,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.updateAccessApprovalSettings({ @@ -3038,7 +3038,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.approvalRequests.approve({ @@ -3187,7 +3187,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.approvalRequests.dismiss({ @@ -3334,7 +3334,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.approvalRequests.get({ @@ -3471,7 +3471,7 @@ export namespace accessapproval_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accessapproval.projects.approvalRequests.list({ diff --git a/src/apis/accesscontextmanager/v1.ts b/src/apis/accesscontextmanager/v1.ts index b8d07be2b4..4dfe9ff69b 100644 --- a/src/apis/accesscontextmanager/v1.ts +++ b/src/apis/accesscontextmanager/v1.ts @@ -562,7 +562,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.create({ @@ -703,7 +703,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.delete({ @@ -838,7 +838,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.get({ @@ -972,7 +972,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.list({ @@ -1120,7 +1120,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.patch({ @@ -1329,7 +1329,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.create({ @@ -1481,7 +1481,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.delete({ @@ -1617,7 +1617,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.get({ @@ -1762,7 +1762,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.list({ @@ -1916,7 +1916,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.patch({ @@ -2068,7 +2068,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.replaceAll( @@ -2304,7 +2304,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.commit( @@ -2455,7 +2455,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.create( @@ -2611,7 +2611,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.delete( @@ -2750,7 +2750,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.get({ @@ -2889,7 +2889,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.list({ @@ -3042,7 +3042,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.patch( @@ -3198,7 +3198,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.replaceAll( @@ -3437,7 +3437,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.operations.cancel({ @@ -3571,7 +3571,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.operations.delete({ @@ -3698,7 +3698,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.operations.get({ @@ -3830,7 +3830,7 @@ export namespace accesscontextmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.operations.list({ diff --git a/src/apis/accesscontextmanager/v1beta.ts b/src/apis/accesscontextmanager/v1beta.ts index 4c24f1cfb7..7c4fd2c6f2 100644 --- a/src/apis/accesscontextmanager/v1beta.ts +++ b/src/apis/accesscontextmanager/v1beta.ts @@ -471,7 +471,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.create({ @@ -614,7 +614,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.delete({ @@ -749,7 +749,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.get({ @@ -882,7 +882,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.list({ @@ -1033,7 +1033,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.patch({ @@ -1241,7 +1241,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.create({ @@ -1393,7 +1393,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.delete({ @@ -1529,7 +1529,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.get({ @@ -1674,7 +1674,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.list({ @@ -1828,7 +1828,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.accessLevels.patch({ @@ -2053,7 +2053,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.create( @@ -2207,7 +2207,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.delete( @@ -2346,7 +2346,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.get({ @@ -2483,7 +2483,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.list({ @@ -2636,7 +2636,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.accessPolicies.servicePerimeters.patch( @@ -2855,7 +2855,7 @@ export namespace accesscontextmanager_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await accesscontextmanager.operations.get({ diff --git a/src/apis/adexchangebuyer/v1.2.ts b/src/apis/adexchangebuyer/v1.2.ts index f4ea81da35..2a8922631c 100644 --- a/src/apis/adexchangebuyer/v1.2.ts +++ b/src/apis/adexchangebuyer/v1.2.ts @@ -314,7 +314,7 @@ export namespace adexchangebuyer_v1_2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.get({ @@ -451,7 +451,7 @@ export namespace adexchangebuyer_v1_2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.list({}); @@ -578,7 +578,7 @@ export namespace adexchangebuyer_v1_2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.patch({ @@ -731,7 +731,7 @@ export namespace adexchangebuyer_v1_2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.update({ @@ -921,7 +921,7 @@ export namespace adexchangebuyer_v1_2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.get({ @@ -1076,7 +1076,7 @@ export namespace adexchangebuyer_v1_2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.insert({ @@ -1255,7 +1255,7 @@ export namespace adexchangebuyer_v1_2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.list({ diff --git a/src/apis/adexchangebuyer/v1.3.ts b/src/apis/adexchangebuyer/v1.3.ts index ac8d7ce2ee..6ba87e4b3c 100644 --- a/src/apis/adexchangebuyer/v1.3.ts +++ b/src/apis/adexchangebuyer/v1.3.ts @@ -699,7 +699,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.get({ @@ -836,7 +836,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.list({}); @@ -963,7 +963,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.patch({ @@ -1116,7 +1116,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.update({ @@ -1306,7 +1306,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.billingInfo.get({ @@ -1438,7 +1438,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.billingInfo.list({}); @@ -1581,7 +1581,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.budget.get({ @@ -1719,7 +1719,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.budget.patch({ @@ -1871,7 +1871,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.budget.update({ @@ -2071,7 +2071,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.get({ @@ -2228,7 +2228,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.insert({ @@ -2411,7 +2411,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.list({ @@ -2601,7 +2601,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.directDeals.get({ @@ -2745,7 +2745,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.directDeals.list({}); @@ -2888,7 +2888,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.performanceReport.list({ @@ -3068,7 +3068,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.delete({ @@ -3195,7 +3195,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.get({ @@ -3355,7 +3355,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.insert({ @@ -3543,7 +3543,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.list({ @@ -3679,7 +3679,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.patch({ @@ -3871,7 +3871,7 @@ export namespace adexchangebuyer_v1_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.update({ diff --git a/src/apis/adexchangebuyer/v1.4.ts b/src/apis/adexchangebuyer/v1.4.ts index e0079fd6e7..193beba28f 100644 --- a/src/apis/adexchangebuyer/v1.4.ts +++ b/src/apis/adexchangebuyer/v1.4.ts @@ -1666,7 +1666,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.get({ @@ -1804,7 +1804,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.list({}); @@ -1931,7 +1931,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.patch({ @@ -2089,7 +2089,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.accounts.update({ @@ -2292,7 +2292,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.billingInfo.get({ @@ -2424,7 +2424,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.billingInfo.list({}); @@ -2567,7 +2567,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.budget.get({ @@ -2705,7 +2705,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.budget.patch({ @@ -2857,7 +2857,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.budget.update({ @@ -3057,7 +3057,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.addDeal({ @@ -3187,7 +3187,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.get({ @@ -3350,7 +3350,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.insert({ @@ -3545,7 +3545,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.list({ @@ -3692,7 +3692,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.listDeals({ @@ -3827,7 +3827,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.creatives.removeDeal({ @@ -4048,7 +4048,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.marketplacedeals.delete({ @@ -4198,7 +4198,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.marketplacedeals.insert({ @@ -4346,7 +4346,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.marketplacedeals.list({ @@ -4484,7 +4484,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.marketplacedeals.update({ @@ -4690,7 +4690,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.marketplacenotes.insert({ @@ -4835,7 +4835,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.marketplacenotes.list({ @@ -5004,7 +5004,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.marketplaceprivateauction.updateproposal({ @@ -5160,7 +5160,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.performanceReport.list({ @@ -5340,7 +5340,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.delete({ @@ -5467,7 +5467,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.get({ @@ -5630,7 +5630,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.insert({ @@ -5824,7 +5824,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.list({ @@ -5960,7 +5960,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.patch({ @@ -6158,7 +6158,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pretargetingConfig.update({ @@ -6437,7 +6437,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.products.get({ @@ -6592,7 +6592,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.products.search({ @@ -6745,7 +6745,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.proposals.get({ @@ -6896,7 +6896,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.proposals.insert({ @@ -7037,7 +7037,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.proposals.patch({ @@ -7226,7 +7226,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.proposals.search({ @@ -7359,7 +7359,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.proposals.setupcomplete({ @@ -7483,7 +7483,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.proposals.update({ @@ -7743,7 +7743,7 @@ export namespace adexchangebuyer_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer.pubprofiles.list({ diff --git a/src/apis/adexchangebuyer2/v2beta1.ts b/src/apis/adexchangebuyer2/v2beta1.ts index e487351f48..d921ce078b 100644 --- a/src/apis/adexchangebuyer2/v2beta1.ts +++ b/src/apis/adexchangebuyer2/v2beta1.ts @@ -2168,7 +2168,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.create({ @@ -2326,7 +2326,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.get({ @@ -2469,7 +2469,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.list({ @@ -2622,7 +2622,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.update({ @@ -2849,7 +2849,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.invitations.create({ @@ -3003,7 +3003,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.invitations.get({ @@ -3149,7 +3149,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.invitations.list({ @@ -3369,7 +3369,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.users.get({ @@ -3511,7 +3511,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.users.list({ @@ -3669,7 +3669,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.clients.users.update({ @@ -3889,7 +3889,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.create({ @@ -4087,7 +4087,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.get({ @@ -4246,7 +4246,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.list({ @@ -4415,7 +4415,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.stopWatching({ @@ -4556,7 +4556,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.update({ @@ -4755,7 +4755,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.watch({ @@ -5003,7 +5003,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.dealAssociations.add({ @@ -5145,7 +5145,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.dealAssociations.list({ @@ -5317,7 +5317,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.creatives.dealAssociations.remove( @@ -5524,7 +5524,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.finalizedProposals.list({ @@ -5709,7 +5709,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.products.get({ @@ -5857,7 +5857,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.products.list({ @@ -6048,7 +6048,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.accept({ @@ -6209,7 +6209,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.addNote({ @@ -6357,7 +6357,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.cancelNegotiation({ @@ -6516,7 +6516,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.completeSetup({ @@ -6675,7 +6675,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.create({ @@ -6850,7 +6850,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.get({ @@ -7001,7 +7001,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.list({ @@ -7156,7 +7156,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.pause({ @@ -7317,7 +7317,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.resume({ @@ -7476,7 +7476,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.proposals.update({ @@ -7819,7 +7819,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.publisherProfiles.get({ @@ -7969,7 +7969,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.accounts.publisherProfiles.list({ @@ -8202,7 +8202,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.create({ @@ -8383,7 +8383,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.delete({ @@ -8520,7 +8520,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.get({ @@ -8672,7 +8672,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.list({ @@ -8884,7 +8884,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.bidMetrics.list( @@ -9069,7 +9069,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.bidResponseErrors.list( @@ -9257,7 +9257,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.bidResponsesWithoutBids.list( @@ -9445,7 +9445,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.filteredBidRequests.list( @@ -9641,7 +9641,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.filteredBids.list( @@ -9826,7 +9826,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.filteredBids.creatives.list( @@ -10039,7 +10039,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.filteredBids.details.list( @@ -10253,7 +10253,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.impressionMetrics.list( @@ -10441,7 +10441,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.losingBids.list( @@ -10626,7 +10626,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.accounts.filterSets.nonBillableWinningBids.list( @@ -10846,7 +10846,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.create({ @@ -11027,7 +11027,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.delete({ @@ -11164,7 +11164,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.get({ @@ -11316,7 +11316,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.list({ @@ -11528,7 +11528,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.bidMetrics.list({ @@ -11710,7 +11710,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.bidResponseErrors.list({ @@ -11895,7 +11895,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.bidResponsesWithoutBids.list( @@ -12082,7 +12082,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.filteredBidRequests.list( @@ -12277,7 +12277,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.filteredBids.list({ @@ -12459,7 +12459,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.filteredBids.creatives.list( @@ -12671,7 +12671,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.filteredBids.details.list( @@ -12884,7 +12884,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.impressionMetrics.list({ @@ -13069,7 +13069,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.losingBids.list({ @@ -13251,7 +13251,7 @@ export namespace adexchangebuyer2_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexchangebuyer2.bidders.filterSets.nonBillableWinningBids.list( diff --git a/src/apis/adexperiencereport/v1.ts b/src/apis/adexperiencereport/v1.ts index ecbbb262ff..9140023267 100644 --- a/src/apis/adexperiencereport/v1.ts +++ b/src/apis/adexperiencereport/v1.ts @@ -218,7 +218,7 @@ export namespace adexperiencereport_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexperiencereport.sites.get({ @@ -368,7 +368,7 @@ export namespace adexperiencereport_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adexperiencereport.violatingSites.list({}); diff --git a/src/apis/admin/datatransfer_v1.ts b/src/apis/admin/datatransfer_v1.ts index c3426d4783..aad5249f1d 100644 --- a/src/apis/admin/datatransfer_v1.ts +++ b/src/apis/admin/datatransfer_v1.ts @@ -280,7 +280,7 @@ export namespace admin_datatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datatransfer.applications.get({ @@ -416,7 +416,7 @@ export namespace admin_datatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datatransfer.applications.list({ @@ -593,7 +593,7 @@ export namespace admin_datatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datatransfer.transfers.get({ @@ -729,7 +729,7 @@ export namespace admin_datatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datatransfer.transfers.insert({ @@ -881,7 +881,7 @@ export namespace admin_datatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datatransfer.transfers.list({ diff --git a/src/apis/admin/directory_v1.ts b/src/apis/admin/directory_v1.ts index 2f55d07987..8d849ef60b 100644 --- a/src/apis/admin/directory_v1.ts +++ b/src/apis/admin/directory_v1.ts @@ -2362,7 +2362,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.asps.delete({ @@ -2487,7 +2487,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.asps.get({ @@ -2625,7 +2625,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.asps.list({ @@ -2797,7 +2797,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await admin.channels.stop({ @@ -2947,7 +2947,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.chromeosdevices.action({ @@ -3087,7 +3087,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.chromeosdevices.get({ @@ -3261,7 +3261,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.chromeosdevices.list({ @@ -3416,7 +3416,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.chromeosdevices.moveDevicesToOu({ @@ -3552,7 +3552,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.chromeosdevices.patch({ @@ -3766,7 +3766,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.chromeosdevices.update({ @@ -4113,7 +4113,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.customers.get({ @@ -4250,7 +4250,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.customers.patch({ @@ -4404,7 +4404,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.customers.update({ @@ -4594,7 +4594,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.domainAliases.delete({ @@ -4724,7 +4724,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.domainAliases.get({ @@ -4863,7 +4863,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.domainAliases.insert({ @@ -5015,7 +5015,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.domainAliases.list({ @@ -5203,7 +5203,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.domains.delete({ @@ -5332,7 +5332,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.domains.get({ @@ -5471,7 +5471,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.domains.insert({ @@ -5624,7 +5624,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.domains.list({ @@ -5802,7 +5802,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.delete({ @@ -5928,7 +5928,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.get({ @@ -6067,7 +6067,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.insert({ @@ -6223,7 +6223,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.list({ @@ -6377,7 +6377,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.patch({ @@ -6534,7 +6534,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.update({ @@ -6773,7 +6773,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.aliases.delete({ @@ -6899,7 +6899,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.aliases.insert({ @@ -7049,7 +7049,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.groups.aliases.list({ @@ -7222,7 +7222,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.members.delete({ @@ -7353,7 +7353,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.members.get({ @@ -7498,7 +7498,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.members.hasMember({ @@ -7635,7 +7635,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.members.insert({ @@ -7792,7 +7792,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.members.list({ @@ -7939,7 +7939,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.members.patch({ @@ -8098,7 +8098,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.members.update({ @@ -8359,7 +8359,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.mobiledevices.action({ @@ -8495,7 +8495,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.mobiledevices.delete({ @@ -8626,7 +8626,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.mobiledevices.get({ @@ -8806,7 +8806,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.mobiledevices.list({ @@ -9039,7 +9039,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.notifications.delete({ @@ -9166,7 +9166,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.notifications.get({ @@ -9307,7 +9307,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.notifications.list({ @@ -9450,7 +9450,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.notifications.patch({ @@ -9607,7 +9607,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.notifications.update({ @@ -9845,7 +9845,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.orgunits.delete({ @@ -9974,7 +9974,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.orgunits.get({ @@ -10115,7 +10115,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.orgunits.insert({ @@ -10272,7 +10272,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.orgunits.list({ @@ -10409,7 +10409,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.orgunits.patch({ @@ -10567,7 +10567,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.orgunits.update({ @@ -10811,7 +10811,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.privileges.list({ @@ -10972,7 +10972,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.buildings.delete({ @@ -11102,7 +11102,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.buildings.get({ @@ -11245,7 +11245,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.buildings.insert({ @@ -11405,7 +11405,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.buildings.list({ @@ -11547,7 +11547,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.buildings.patch({ @@ -11709,7 +11709,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.buildings.update({ @@ -11972,7 +11972,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.calendars.delete({ @@ -12102,7 +12102,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.calendars.get({ @@ -12252,7 +12252,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.calendars.insert({ @@ -12423,7 +12423,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.calendars.list({ @@ -12574,7 +12574,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.calendars.patch({ @@ -12747,7 +12747,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.calendars.update({ @@ -13017,7 +13017,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.features.delete({ @@ -13147,7 +13147,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.features.get({ @@ -13285,7 +13285,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.features.insert({ @@ -13432,7 +13432,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.features.list({ @@ -13574,7 +13574,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.features.patch({ @@ -13723,7 +13723,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.features.rename({ @@ -13861,7 +13861,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.resources.features.update({ @@ -14113,7 +14113,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roleAssignments.delete({ @@ -14243,7 +14243,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roleAssignments.get({ @@ -14383,7 +14383,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roleAssignments.insert({ @@ -14538,7 +14538,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roleAssignments.list({ @@ -14749,7 +14749,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roles.delete({ @@ -14877,7 +14877,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roles.get({ @@ -15016,7 +15016,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roles.insert({ @@ -15171,7 +15171,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roles.list({ @@ -15309,7 +15309,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roles.patch({ @@ -15464,7 +15464,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.roles.update({ @@ -15702,7 +15702,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.schemas.delete({ @@ -15831,7 +15831,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.schemas.get({ @@ -15969,7 +15969,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.schemas.insert({ @@ -16120,7 +16120,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.schemas.list({ @@ -16251,7 +16251,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.schemas.patch({ @@ -16403,7 +16403,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.schemas.update({ @@ -16630,7 +16630,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.tokens.delete({ @@ -16755,7 +16755,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.tokens.get({ @@ -16894,7 +16894,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.tokens.list({ @@ -17063,7 +17063,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.delete({ @@ -17189,7 +17189,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.get({ @@ -17373,7 +17373,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.insert({ @@ -17602,7 +17602,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.list({ @@ -17769,7 +17769,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.makeAdmin({ @@ -17900,7 +17900,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.patch({ @@ -18129,7 +18129,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.undelete({ @@ -18260,7 +18260,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.update({ @@ -18493,7 +18493,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.watch({ @@ -18873,7 +18873,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.aliases.delete({ @@ -19002,7 +19002,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.aliases.insert({ @@ -19154,7 +19154,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.aliases.list({ @@ -19294,7 +19294,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.aliases.watch({ @@ -19512,7 +19512,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.photos.delete({ @@ -19638,7 +19638,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.photos.get({ @@ -19774,7 +19774,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.photos.patch({ @@ -19927,7 +19927,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.users.photos.update({ @@ -20125,7 +20125,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.verificationCodes.generate({ @@ -20249,7 +20249,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.verificationCodes.invalidate({ @@ -20373,7 +20373,7 @@ export namespace admin_directory_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await directory.verificationCodes.list({ diff --git a/src/apis/admin/reports_v1.ts b/src/apis/admin/reports_v1.ts index 4d5cf17bfb..c20084854a 100644 --- a/src/apis/admin/reports_v1.ts +++ b/src/apis/admin/reports_v1.ts @@ -370,7 +370,7 @@ export namespace admin_reports_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reports.activities.list({ @@ -557,7 +557,7 @@ export namespace admin_reports_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reports.activities.watch({ @@ -873,7 +873,7 @@ export namespace admin_reports_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await admin.channels.stop({ @@ -1023,7 +1023,7 @@ export namespace admin_reports_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reports.customerUsageReports.get({ @@ -1200,7 +1200,7 @@ export namespace admin_reports_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reports.entityUsageReports.get({ @@ -1418,7 +1418,7 @@ export namespace admin_reports_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reports.userUsageReport.get({ diff --git a/src/apis/admob/v1.ts b/src/apis/admob/v1.ts index bc998c8167..f2fbfaf49f 100644 --- a/src/apis/admob/v1.ts +++ b/src/apis/admob/v1.ts @@ -521,7 +521,7 @@ export namespace admob_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await admob.accounts.get({ @@ -652,7 +652,7 @@ export namespace admob_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await admob.accounts.list({ @@ -818,7 +818,7 @@ export namespace admob_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await admob.accounts.mediationReport.generate({ @@ -990,7 +990,7 @@ export namespace admob_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await admob.accounts.networkReport.generate({ diff --git a/src/apis/adsense/v1.4.ts b/src/apis/adsense/v1.4.ts index 67b9a67f44..a1129ea6f4 100644 --- a/src/apis/adsense/v1.4.ts +++ b/src/apis/adsense/v1.4.ts @@ -667,7 +667,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.get({ @@ -809,7 +809,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.list({ @@ -976,7 +976,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.adclients.getAdCode({ @@ -1116,7 +1116,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.adclients.list({ @@ -1296,7 +1296,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.adunits.get({ @@ -1445,7 +1445,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.adunits.getAdCode({ @@ -1588,7 +1588,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.adunits.list({ @@ -1798,7 +1798,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.adunits.customchannels.list({ @@ -1975,7 +1975,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.alerts.delete({ @@ -2104,7 +2104,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.alerts.list({ @@ -2273,7 +2273,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.customchannels.get({ @@ -2417,7 +2417,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.customchannels.list({ @@ -2605,7 +2605,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.customchannels.adunits.list({ @@ -2792,7 +2792,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.payments.list({ @@ -2943,7 +2943,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.reports.generate({ @@ -3187,7 +3187,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.reports.saved.generate({ @@ -3350,7 +3350,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.reports.saved.list({ @@ -3538,7 +3538,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.savedadstyles.get({ @@ -3678,7 +3678,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.savedadstyles.list({ @@ -3854,7 +3854,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.accounts.urlchannels.list({ @@ -4027,7 +4027,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.adclients.list({ @@ -4186,7 +4186,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.adunits.get({ @@ -4331,7 +4331,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.adunits.getAdCode({ @@ -4471,7 +4471,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.adunits.list({ @@ -4662,7 +4662,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.adunits.customchannels.list({ @@ -4832,7 +4832,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.alerts.delete({ @@ -4958,7 +4958,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.alerts.list({ @@ -5114,7 +5114,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.customchannels.get({ @@ -5255,7 +5255,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.customchannels.list({ @@ -5431,7 +5431,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.customchannels.adunits.list({ @@ -5622,7 +5622,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.metadata.dimensions.list({}); @@ -5763,7 +5763,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.metadata.metrics.list({}); @@ -5904,7 +5904,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.payments.list({}); @@ -6045,7 +6045,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.reports.generate({ @@ -6288,7 +6288,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.reports.saved.generate({ @@ -6448,7 +6448,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.reports.saved.list({ @@ -6626,7 +6626,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.savedadstyles.get({ @@ -6762,7 +6762,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.savedadstyles.list({ @@ -6928,7 +6928,7 @@ export namespace adsense_v1_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsense.urlchannels.list({ diff --git a/src/apis/adsensehost/v4.1.ts b/src/apis/adsensehost/v4.1.ts index c0294dfb69..1e24bdb6cc 100644 --- a/src/apis/adsensehost/v4.1.ts +++ b/src/apis/adsensehost/v4.1.ts @@ -460,7 +460,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.get({ @@ -593,7 +593,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.list({ @@ -745,7 +745,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adclients.get({ @@ -883,7 +883,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adclients.list({ @@ -1056,7 +1056,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adunits.delete({ @@ -1200,7 +1200,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adunits.get({ @@ -1344,7 +1344,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adunits.getAdCode({ @@ -1485,7 +1485,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adunits.insert({ @@ -1642,7 +1642,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adunits.list({ @@ -1788,7 +1788,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adunits.patch({ @@ -1948,7 +1948,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.adunits.update({ @@ -2237,7 +2237,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.accounts.reports.generate({ @@ -2453,7 +2453,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.adclients.get({ @@ -2587,7 +2587,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.adclients.list({ @@ -2747,7 +2747,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.associationsessions.start({ @@ -2900,7 +2900,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.associationsessions.verify({ @@ -3079,7 +3079,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.customchannels.delete({ @@ -3216,7 +3216,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.customchannels.get({ @@ -3353,7 +3353,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.customchannels.insert({ @@ -3499,7 +3499,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.customchannels.list({ @@ -3639,7 +3639,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.customchannels.patch({ @@ -3788,7 +3788,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.customchannels.update({ @@ -4019,7 +4019,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.reports.generate({ @@ -4227,7 +4227,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.urlchannels.delete({ @@ -4363,7 +4363,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.urlchannels.insert({ @@ -4506,7 +4506,7 @@ export namespace adsensehost_v4_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await adsensehost.urlchannels.list({ diff --git a/src/apis/alertcenter/v1beta1.ts b/src/apis/alertcenter/v1beta1.ts index 7165b5cfe5..13301b8106 100644 --- a/src/apis/alertcenter/v1beta1.ts +++ b/src/apis/alertcenter/v1beta1.ts @@ -948,7 +948,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.batchDelete({ @@ -1093,7 +1093,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.batchUndelete({ @@ -1238,7 +1238,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.delete({ @@ -1371,7 +1371,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.get({ @@ -1518,7 +1518,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.getMetadata({ @@ -1660,7 +1660,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.list({ @@ -1818,7 +1818,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.undelete({ @@ -2055,7 +2055,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.feedback.create({ @@ -2210,7 +2210,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.alerts.feedback.list({ @@ -2400,7 +2400,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.getSettings({ @@ -2530,7 +2530,7 @@ export namespace alertcenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await alertcenter.updateSettings({ diff --git a/src/apis/analytics/v3.ts b/src/apis/analytics/v3.ts index b623a273ea..91ed3af3b5 100644 --- a/src/apis/analytics/v3.ts +++ b/src/apis/analytics/v3.ts @@ -2551,7 +2551,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.data.ga.get({ @@ -2798,7 +2798,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.data.mcf.get({ @@ -3022,7 +3022,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.data.realtime.get({ @@ -3282,7 +3282,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.accounts.list({ @@ -3445,7 +3445,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.accountSummaries.list({ @@ -3604,7 +3604,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.accountUserLinks.delete({ @@ -3731,7 +3731,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.accountUserLinks.insert({ @@ -3884,7 +3884,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.accountUserLinks.list({ @@ -4027,7 +4027,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.accountUserLinks.update({ @@ -4245,7 +4245,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.clientId.hashClientId({ @@ -4411,7 +4411,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customDataSources.list({ @@ -4591,7 +4591,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customDimensions.get({ @@ -4739,7 +4739,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customDimensions.insert({ @@ -4907,7 +4907,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customDimensions.list({ @@ -5054,7 +5054,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customDimensions.patch({ @@ -5225,7 +5225,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customDimensions.update({ @@ -5505,7 +5505,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customMetrics.get({ @@ -5656,7 +5656,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customMetrics.insert({ @@ -5830,7 +5830,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customMetrics.list({ @@ -5977,7 +5977,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customMetrics.patch({ @@ -6154,7 +6154,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.customMetrics.update({ @@ -6440,7 +6440,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.experiments.delete({ @@ -6582,7 +6582,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.experiments.get({ @@ -6757,7 +6757,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.experiments.insert({ @@ -6961,7 +6961,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.experiments.list({ @@ -7114,7 +7114,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.experiments.patch({ @@ -7325,7 +7325,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.experiments.update({ @@ -7670,7 +7670,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.filters.delete({ @@ -7821,7 +7821,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.filters.get({ @@ -7969,7 +7969,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.filters.insert({ @@ -8139,7 +8139,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.filters.list({ @@ -8282,7 +8282,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.filters.patch({ @@ -8453,7 +8453,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.filters.update({ @@ -8716,7 +8716,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.goals.get({ @@ -8873,7 +8873,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.goals.insert({ @@ -9057,7 +9057,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.goals.list({ @@ -9207,7 +9207,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.goals.patch({ @@ -9390,7 +9390,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.goals.update({ @@ -9691,7 +9691,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileFilterLinks.delete({ @@ -9827,7 +9827,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileFilterLinks.get({ @@ -9975,7 +9975,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileFilterLinks.insert({ @@ -10137,7 +10137,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileFilterLinks.list({ @@ -10290,7 +10290,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileFilterLinks.patch({ @@ -10452,7 +10452,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileFilterLinks.update({ @@ -10751,7 +10751,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profiles.delete({ @@ -10884,7 +10884,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profiles.get({ @@ -11046,7 +11046,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profiles.insert({ @@ -11243,7 +11243,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profiles.list({ @@ -11390,7 +11390,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profiles.patch({ @@ -11586,7 +11586,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profiles.update({ @@ -11895,7 +11895,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileUserLinks.delete({ @@ -12028,7 +12028,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileUserLinks.insert({ @@ -12187,7 +12187,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileUserLinks.list({ @@ -12336,7 +12336,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.profileUserLinks.update({ @@ -12589,7 +12589,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.remarketingAudience.delete({ @@ -12722,7 +12722,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.remarketingAudience.get({ @@ -12875,7 +12875,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.remarketingAudience.insert({ @@ -13050,7 +13050,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.remarketingAudience.list({ @@ -13205,7 +13205,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.remarketingAudience.patch({ @@ -13380,7 +13380,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.remarketingAudience.update({ @@ -13676,7 +13676,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.segments.list({ @@ -13836,7 +13836,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.unsampledReports.delete({ @@ -13983,7 +13983,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.unsampledReports.get({ @@ -14154,7 +14154,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.unsampledReports.insert({ @@ -14340,7 +14340,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.unsampledReports.list({ @@ -14582,7 +14582,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.uploads.deleteUploadData({ @@ -14725,7 +14725,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.uploads.get({ @@ -14885,7 +14885,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.uploads.list({ @@ -15037,7 +15037,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.uploads.uploadData({ @@ -15303,7 +15303,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webproperties.get({ @@ -15455,7 +15455,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webproperties.insert({ @@ -15635,7 +15635,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webproperties.list({ @@ -15779,7 +15779,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webproperties.patch({ @@ -15958,7 +15958,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webproperties.update({ @@ -16215,7 +16215,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webPropertyAdWordsLinks.delete({ @@ -16352,7 +16352,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webPropertyAdWordsLinks.get({ @@ -16502,7 +16502,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webPropertyAdWordsLinks.insert({ @@ -16663,7 +16663,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webPropertyAdWordsLinks.list({ @@ -16812,7 +16812,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webPropertyAdWordsLinks.patch({ @@ -16977,7 +16977,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webPropertyAdWordsLinks.update({ @@ -17255,7 +17255,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webpropertyUserLinks.delete({ @@ -17385,7 +17385,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webpropertyUserLinks.insert({ @@ -17541,7 +17541,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webpropertyUserLinks.list({ @@ -17687,7 +17687,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.management.webpropertyUserLinks.update({ @@ -17934,7 +17934,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.metadata.columns.list({ @@ -18083,7 +18083,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.provisioning.createAccountTicket({ @@ -18230,7 +18230,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.provisioning.createAccountTree({ @@ -18411,7 +18411,7 @@ export namespace analytics_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analytics.userDeletion.userDeletionRequest.upsert({ diff --git a/src/apis/analyticsreporting/v4.ts b/src/apis/analyticsreporting/v4.ts index c79f78e840..9d2ca70d48 100644 --- a/src/apis/analyticsreporting/v4.ts +++ b/src/apis/analyticsreporting/v4.ts @@ -1133,7 +1133,7 @@ export namespace analyticsreporting_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analyticsreporting.reports.batchGet({ @@ -1292,7 +1292,7 @@ export namespace analyticsreporting_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await analyticsreporting.userActivity.search({ diff --git a/src/apis/androiddeviceprovisioning/v1.ts b/src/apis/androiddeviceprovisioning/v1.ts index 0b0164af40..10c1b279f5 100644 --- a/src/apis/androiddeviceprovisioning/v1.ts +++ b/src/apis/androiddeviceprovisioning/v1.ts @@ -842,7 +842,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.list({ @@ -1002,7 +1002,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.configurations.create({ @@ -1162,7 +1162,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.configurations.delete({ @@ -1291,7 +1291,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.configurations.get({ @@ -1430,7 +1430,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.configurations.list({ @@ -1572,7 +1572,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.configurations.patch({ @@ -1793,7 +1793,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.devices.applyConfiguration( @@ -1936,7 +1936,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.devices.get({ @@ -2071,7 +2071,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.devices.list({ @@ -2219,7 +2219,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.devices.removeConfiguration( @@ -2360,7 +2360,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.devices.unclaim({ @@ -2566,7 +2566,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.customers.dpcs.list({ @@ -2716,7 +2716,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.operations.get({ @@ -2875,7 +2875,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.customers.create({ @@ -3022,7 +3022,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.customers.list({ @@ -3203,7 +3203,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.claim({ @@ -3351,7 +3351,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.claimAsync({ @@ -3495,7 +3495,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.findByIdentifier( @@ -3656,7 +3656,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.findByOwner({ @@ -3808,7 +3808,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.get({ @@ -3943,7 +3943,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.metadata({ @@ -4087,7 +4087,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.unclaim({ @@ -4229,7 +4229,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.unclaimAsync({ @@ -4373,7 +4373,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.devices.updateMetadataAsync( @@ -4636,7 +4636,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.vendors.list({ @@ -4802,7 +4802,7 @@ export namespace androiddeviceprovisioning_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androiddeviceprovisioning.partners.vendors.customers.list({ diff --git a/src/apis/androidenterprise/v1.ts b/src/apis/androidenterprise/v1.ts index 98b8c194eb..6c558ea0f2 100644 --- a/src/apis/androidenterprise/v1.ts +++ b/src/apis/androidenterprise/v1.ts @@ -1583,7 +1583,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.devices.forceReportUpload({ @@ -1713,7 +1713,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.devices.get({ @@ -1853,7 +1853,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.devices.getState({ @@ -1990,7 +1990,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.devices.list({ @@ -2127,7 +2127,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.devices.setState({ @@ -2274,7 +2274,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.devices.update({ @@ -2535,7 +2535,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.acknowledgeNotificationSet({ @@ -2659,7 +2659,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.completeSignup({ @@ -2796,7 +2796,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.createWebToken({ @@ -2951,7 +2951,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.enroll({ @@ -3099,7 +3099,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.generateSignupUrl({ @@ -3232,7 +3232,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.get({ @@ -3365,7 +3365,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.getServiceAccount({ @@ -3503,7 +3503,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.getStoreLayout({ @@ -3636,7 +3636,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.list({ @@ -3772,7 +3772,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.pullNotificationSet({ @@ -3909,7 +3909,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.sendTestPushNotification({ @@ -4064,7 +4064,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.setAccount({ @@ -4209,7 +4209,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.setStoreLayout({ @@ -4353,7 +4353,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.enterprises.unenroll({ @@ -4609,7 +4609,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.entitlements.delete({ @@ -4739,7 +4739,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.entitlements.get({ @@ -4877,7 +4877,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.entitlements.list({ @@ -5017,7 +5017,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.entitlements.update({ @@ -5242,7 +5242,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.grouplicenses.get({ @@ -5382,7 +5382,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.grouplicenses.list({ @@ -5547,7 +5547,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.grouplicenseusers.list({ @@ -5710,7 +5710,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.installs.delete({ @@ -5842,7 +5842,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.installs.get({ @@ -5984,7 +5984,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.installs.list({ @@ -6126,7 +6126,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.installs.update({ @@ -6361,7 +6361,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationsfordevice.delete({ @@ -6504,7 +6504,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationsfordevice.get({ @@ -6662,7 +6662,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationsfordevice.list({ @@ -6823,7 +6823,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationsfordevice.update({ @@ -7078,7 +7078,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationsforuser.delete({ @@ -7212,7 +7212,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationsforuser.get({ @@ -7361,7 +7361,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationsforuser.list({ @@ -7511,7 +7511,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationsforuser.update({ @@ -7741,7 +7741,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.managedconfigurationssettings.list({ @@ -7912,7 +7912,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.permissions.get({ @@ -8065,7 +8065,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.products.approve({ @@ -8201,7 +8201,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.products.generateApprovalUrl({ @@ -8347,7 +8347,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.products.get({ @@ -8507,7 +8507,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.products.getAppRestrictionsSchema({ @@ -8652,7 +8652,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.products.getPermissions({ @@ -8793,7 +8793,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.products.list({ @@ -8946,7 +8946,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.products.unapprove({ @@ -9188,7 +9188,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.serviceaccountkeys.delete({ @@ -9315,7 +9315,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.serviceaccountkeys.insert({ @@ -9466,7 +9466,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.serviceaccountkeys.list({ @@ -9644,7 +9644,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutclusters.delete({ @@ -9774,7 +9774,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutclusters.get({ @@ -9915,7 +9915,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutclusters.insert({ @@ -10066,7 +10066,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutclusters.list({ @@ -10210,7 +10210,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutclusters.update({ @@ -10449,7 +10449,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutpages.delete({ @@ -10576,7 +10576,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutpages.get({ @@ -10713,7 +10713,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutpages.insert({ @@ -10859,7 +10859,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutpages.list({ @@ -11000,7 +11000,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.storelayoutpages.update({ @@ -11214,7 +11214,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.delete({ @@ -11340,7 +11340,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.generateAuthenticationToken({ @@ -11480,7 +11480,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.get({ @@ -11619,7 +11619,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.getAvailableProductSet({ @@ -11758,7 +11758,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.insert({ @@ -11908,7 +11908,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.list({ @@ -12044,7 +12044,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.revokeDeviceAccess({ @@ -12171,7 +12171,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.setAvailableProductSet({ @@ -12322,7 +12322,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.users.update({ @@ -12589,7 +12589,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.webapps.delete({ @@ -12715,7 +12715,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.webapps.get({ @@ -12854,7 +12854,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.webapps.insert({ @@ -13005,7 +13005,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.webapps.list({ @@ -13139,7 +13139,7 @@ export namespace androidenterprise_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidenterprise.webapps.update({ diff --git a/src/apis/androidmanagement/v1.ts b/src/apis/androidmanagement/v1.ts index 98ec7ea333..3c150a7341 100644 --- a/src/apis/androidmanagement/v1.ts +++ b/src/apis/androidmanagement/v1.ts @@ -1965,7 +1965,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.create({ @@ -2125,7 +2125,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.get({ @@ -2261,7 +2261,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.patch({ @@ -2468,7 +2468,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.applications.get({ @@ -2627,7 +2627,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.delete({ @@ -2760,7 +2760,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.get({ @@ -2920,7 +2920,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.issueCommand({ @@ -3071,7 +3071,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.list({ @@ -3213,7 +3213,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.patch({ @@ -3489,7 +3489,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.operations.cancel({ @@ -3616,7 +3616,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.operations.delete({ @@ -3743,7 +3743,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.operations.get({ @@ -3876,7 +3876,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.devices.operations.list({ @@ -4068,7 +4068,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.enrollmentTokens.create({ @@ -4225,7 +4225,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.enrollmentTokens.delete({ @@ -4379,7 +4379,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.policies.delete({ @@ -4506,7 +4506,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.policies.get({ @@ -4714,7 +4714,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.policies.list({ @@ -4858,7 +4858,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.policies.patch({ @@ -5210,7 +5210,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.webApps.create({ @@ -5361,7 +5361,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.webApps.delete({ @@ -5488,7 +5488,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.webApps.get({ @@ -5622,7 +5622,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.webApps.list({ @@ -5764,7 +5764,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.webApps.patch({ @@ -5980,7 +5980,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.enterprises.webTokens.create({ @@ -6149,7 +6149,7 @@ export namespace androidmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidmanagement.signupUrls.create({ diff --git a/src/apis/androidpublisher/v1.1.ts b/src/apis/androidpublisher/v1.1.ts index d139ca9a1e..7f39929bf8 100644 --- a/src/apis/androidpublisher/v1.1.ts +++ b/src/apis/androidpublisher/v1.1.ts @@ -174,7 +174,7 @@ export namespace androidpublisher_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.inapppurchases.get({ diff --git a/src/apis/androidpublisher/v2.ts b/src/apis/androidpublisher/v2.ts index 8c227cba8c..8cf5a60f57 100644 --- a/src/apis/androidpublisher/v2.ts +++ b/src/apis/androidpublisher/v2.ts @@ -222,7 +222,7 @@ export namespace androidpublisher_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.products.get({ @@ -388,7 +388,7 @@ export namespace androidpublisher_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.voidedpurchases.list({ diff --git a/src/apis/androidpublisher/v3.ts b/src/apis/androidpublisher/v3.ts index 1f852e2c95..b360c4f3ac 100644 --- a/src/apis/androidpublisher/v3.ts +++ b/src/apis/androidpublisher/v3.ts @@ -1104,7 +1104,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.commit({ @@ -1238,7 +1238,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.delete({ @@ -1364,7 +1364,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.get({ @@ -1498,7 +1498,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.insert({ @@ -1638,7 +1638,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.validate({ @@ -1831,7 +1831,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.apks.addexternallyhosted({ @@ -1982,7 +1982,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.apks.list({ @@ -2115,7 +2115,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.apks.upload({ @@ -2330,7 +2330,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.bundles.list({ @@ -2468,7 +2468,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.bundles.upload({ @@ -2676,7 +2676,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.deobfuscationfiles.upload({ @@ -2897,7 +2897,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.details.get({ @@ -3034,7 +3034,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.details.patch({ @@ -3183,7 +3183,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.details.update({ @@ -3383,7 +3383,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.expansionfiles.get({ @@ -3534,7 +3534,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.expansionfiles.patch({ @@ -3695,7 +3695,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.expansionfiles.update({ @@ -3856,7 +3856,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.expansionfiles.upload({ @@ -4144,7 +4144,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.images.delete({ @@ -4292,7 +4292,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.images.deleteall({ @@ -4439,7 +4439,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.images.list({ @@ -4582,7 +4582,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.images.upload({ @@ -4850,7 +4850,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.listings.delete({ @@ -4980,7 +4980,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.listings.deleteall({ @@ -5107,7 +5107,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.listings.get({ @@ -5248,7 +5248,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.listings.list({ @@ -5388,7 +5388,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.listings.patch({ @@ -5542,7 +5542,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.listings.update({ @@ -5795,7 +5795,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.testers.get({ @@ -5934,7 +5934,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.testers.patch({ @@ -6085,7 +6085,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.testers.update({ @@ -6300,7 +6300,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.tracks.get({ @@ -6437,7 +6437,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.tracks.list({ @@ -6575,7 +6575,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.tracks.patch({ @@ -6723,7 +6723,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.edits.tracks.update({ @@ -6944,7 +6944,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.inappproducts.delete({ @@ -7071,7 +7071,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.inappproducts.get({ @@ -7215,7 +7215,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.inappproducts.insert({ @@ -7380,7 +7380,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.inappproducts.list({ @@ -7529,7 +7529,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.inappproducts.patch({ @@ -7697,7 +7697,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.inappproducts.update({ @@ -7970,7 +7970,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.internalappsharingartifacts.uploadapk({ @@ -8125,7 +8125,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.internalappsharingartifacts.uploadbundle({ @@ -8342,7 +8342,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.orders.refund({ @@ -8508,7 +8508,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.products.acknowledge({ @@ -8647,7 +8647,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.products.get({ @@ -8837,7 +8837,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.subscriptions.acknowledge({ @@ -8976,7 +8976,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.subscriptions.cancel({ @@ -9106,7 +9106,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.subscriptions.defer({ @@ -9261,7 +9261,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.subscriptions.get({ @@ -9429,7 +9429,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.subscriptions.refund({ @@ -9559,7 +9559,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.subscriptions.revoke({ @@ -9797,7 +9797,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.purchases.voidedpurchases.list({ @@ -9996,7 +9996,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.reviews.get({ @@ -10134,7 +10134,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.reviews.list({ @@ -10280,7 +10280,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.reviews.reply({ @@ -10495,7 +10495,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.systemapks.variants.create({ @@ -10639,7 +10639,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.systemapks.variants.download({ @@ -10769,7 +10769,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.systemapks.variants.get({ @@ -10907,7 +10907,7 @@ export namespace androidpublisher_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await androidpublisher.systemapks.variants.list({ diff --git a/src/apis/appengine/v1.ts b/src/apis/appengine/v1.ts index 3148be0fa4..690ebc5c4e 100644 --- a/src/apis/appengine/v1.ts +++ b/src/apis/appengine/v1.ts @@ -1638,7 +1638,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.create({ @@ -1791,7 +1791,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.get({ @@ -1931,7 +1931,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.patch({ @@ -2087,7 +2087,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.repair({ @@ -2274,7 +2274,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.create({ @@ -2435,7 +2435,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.delete({ @@ -2571,7 +2571,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.get({ @@ -2725,7 +2725,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.list({ @@ -2875,7 +2875,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.patch({ @@ -3131,7 +3131,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedDomains.list({ @@ -3301,7 +3301,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.create({ @@ -3451,7 +3451,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.delete({ @@ -3592,7 +3592,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.get({ @@ -3732,7 +3732,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.list({ @@ -3877,7 +3877,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.patch({ @@ -4119,7 +4119,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.batchUpdate({ @@ -4267,7 +4267,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.create({ @@ -4413,7 +4413,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.delete({ @@ -4549,7 +4549,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.get({ @@ -4690,7 +4690,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.list({ @@ -4836,7 +4836,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.patch({ @@ -5085,7 +5085,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.locations.get({ @@ -5226,7 +5226,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.locations.list({ @@ -5414,7 +5414,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.operations.get({ @@ -5555,7 +5555,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.operations.list({ @@ -5741,7 +5741,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.delete({ @@ -5883,7 +5883,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.get({ @@ -6023,7 +6023,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.list({ @@ -6166,7 +6166,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.patch({ @@ -6394,7 +6394,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.create({ @@ -6576,7 +6576,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.delete({ @@ -6721,7 +6721,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.get({ @@ -6901,7 +6901,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.list({ @@ -7049,7 +7049,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.patch({ @@ -7343,7 +7343,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.instances.debug({ @@ -7496,7 +7496,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.instances.delete({ @@ -7644,7 +7644,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.instances.get({ @@ -7803,7 +7803,7 @@ export namespace appengine_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.instances.list({ diff --git a/src/apis/appengine/v1alpha.ts b/src/apis/appengine/v1alpha.ts index 8a7e39e3c7..00542f9e69 100644 --- a/src/apis/appengine/v1alpha.ts +++ b/src/apis/appengine/v1alpha.ts @@ -587,7 +587,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.create({ @@ -747,7 +747,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.delete({ @@ -883,7 +883,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.get({ @@ -1037,7 +1037,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.list({ @@ -1186,7 +1186,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.patch({ @@ -1442,7 +1442,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedDomains.list({ @@ -1612,7 +1612,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.create({ @@ -1765,7 +1765,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.delete({ @@ -1907,7 +1907,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.get({ @@ -2048,7 +2048,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.list({ @@ -2193,7 +2193,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.patch({ @@ -2442,7 +2442,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.locations.get({ @@ -2583,7 +2583,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.locations.list({ @@ -2771,7 +2771,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.operations.get({ @@ -2912,7 +2912,7 @@ export namespace appengine_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.operations.list({ diff --git a/src/apis/appengine/v1beta.ts b/src/apis/appengine/v1beta.ts index 583cd9e3fc..3a7e86d68c 100644 --- a/src/apis/appengine/v1beta.ts +++ b/src/apis/appengine/v1beta.ts @@ -1680,7 +1680,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.create({ @@ -1833,7 +1833,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.get({ @@ -1976,7 +1976,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.patch({ @@ -2135,7 +2135,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.repair({ @@ -2322,7 +2322,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.create({ @@ -2482,7 +2482,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.delete({ @@ -2618,7 +2618,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.get({ @@ -2772,7 +2772,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.list({ @@ -2921,7 +2921,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedCertificates.patch({ @@ -3177,7 +3177,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.authorizedDomains.list({ @@ -3347,7 +3347,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.create({ @@ -3497,7 +3497,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.delete({ @@ -3639,7 +3639,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.get({ @@ -3780,7 +3780,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.list({ @@ -3925,7 +3925,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.domainMappings.patch({ @@ -4168,7 +4168,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.batchUpdate({ @@ -4317,7 +4317,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.create({ @@ -4462,7 +4462,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.delete({ @@ -4598,7 +4598,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.get({ @@ -4739,7 +4739,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.list({ @@ -4884,7 +4884,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.firewall.ingressRules.patch({ @@ -5133,7 +5133,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.locations.get({ @@ -5274,7 +5274,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.locations.list({ @@ -5462,7 +5462,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.operations.get({ @@ -5603,7 +5603,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.operations.list({ @@ -5789,7 +5789,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.delete({ @@ -5930,7 +5930,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.get({ @@ -6069,7 +6069,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.list({ @@ -6212,7 +6212,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.patch({ @@ -6439,7 +6439,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.create({ @@ -6621,7 +6621,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.delete({ @@ -6766,7 +6766,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.get({ @@ -6946,7 +6946,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.list({ @@ -7094,7 +7094,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.patch({ @@ -7388,7 +7388,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.instances.debug({ @@ -7541,7 +7541,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.instances.delete({ @@ -7689,7 +7689,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.instances.get({ @@ -7848,7 +7848,7 @@ export namespace appengine_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appengine.apps.services.versions.instances.list({ diff --git a/src/apis/appsactivity/v1.ts b/src/apis/appsactivity/v1.ts index d794999a2d..c6e7a5a157 100644 --- a/src/apis/appsactivity/v1.ts +++ b/src/apis/appsactivity/v1.ts @@ -344,7 +344,7 @@ export namespace appsactivity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await appsactivity.activities.list({ diff --git a/src/apis/artifactregistry/v1beta1.ts b/src/apis/artifactregistry/v1beta1.ts index b49a81327e..db7c45b986 100644 --- a/src/apis/artifactregistry/v1beta1.ts +++ b/src/apis/artifactregistry/v1beta1.ts @@ -548,7 +548,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.get({ @@ -681,7 +681,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.list({ @@ -865,7 +865,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.operations.get({ @@ -1001,7 +1001,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.operations.list({ @@ -1190,7 +1190,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.create({ @@ -1343,7 +1343,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.delete({ @@ -1480,7 +1480,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.get({ @@ -1618,7 +1618,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.getIamPolicy( @@ -1773,7 +1773,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.list({ @@ -1917,7 +1917,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.patch({ @@ -2072,7 +2072,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.setIamPolicy( @@ -2222,7 +2222,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.testIamPermissions( @@ -2481,7 +2481,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.files.get({ @@ -2619,7 +2619,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.files.list( @@ -2820,7 +2820,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.delete( @@ -2959,7 +2959,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.get( @@ -3097,7 +3097,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.list( @@ -3281,7 +3281,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.tags.create( @@ -3430,7 +3430,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.tags.delete( @@ -3563,7 +3563,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.tags.get( @@ -3699,7 +3699,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.tags.list( @@ -3852,7 +3852,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.tags.patch( @@ -4074,7 +4074,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.versions.delete( @@ -4217,7 +4217,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.versions.get( @@ -4359,7 +4359,7 @@ export namespace artifactregistry_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await artifactregistry.projects.locations.repositories.packages.versions.list( diff --git a/src/apis/bigquery/v2.ts b/src/apis/bigquery/v2.ts index 4de66b2384..b8cd59d6c4 100644 --- a/src/apis/bigquery/v2.ts +++ b/src/apis/bigquery/v2.ts @@ -2912,7 +2912,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.datasets.delete({ @@ -3045,7 +3045,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.datasets.get({ @@ -3194,7 +3194,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.datasets.insert({ @@ -3365,7 +3365,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.datasets.list({ @@ -3512,7 +3512,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.datasets.patch({ @@ -3684,7 +3684,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.datasets.update({ @@ -3951,7 +3951,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.jobs.cancel({ @@ -4095,7 +4095,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.jobs.get({ @@ -4243,7 +4243,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.jobs.getQueryResults({ @@ -4415,7 +4415,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.jobs.insert({ @@ -4585,7 +4585,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.jobs.list({ @@ -4747,7 +4747,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.jobs.query({ @@ -5055,7 +5055,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.models.delete({ @@ -5189,7 +5189,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.models.get({ @@ -5343,7 +5343,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.models.list({ @@ -5491,7 +5491,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.models.patch({ @@ -5740,7 +5740,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.projects.getServiceAccount({ @@ -5883,7 +5883,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.projects.list({ @@ -6048,7 +6048,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.routines.delete({ @@ -6182,7 +6182,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.routines.get({ @@ -6335,7 +6335,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.routines.insert({ @@ -6502,7 +6502,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.routines.list({ @@ -6665,7 +6665,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.routines.update({ @@ -6934,7 +6934,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tabledata.insertAll({ @@ -7097,7 +7097,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tabledata.list({ @@ -7310,7 +7310,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.delete({ @@ -7444,7 +7444,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.get({ @@ -7615,7 +7615,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.getIamPolicy({ @@ -7762,7 +7762,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.insert({ @@ -7963,7 +7963,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.list({ @@ -8109,7 +8109,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.patch({ @@ -8311,7 +8311,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.setIamPolicy({ @@ -8461,7 +8461,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.testIamPermissions({ @@ -8611,7 +8611,7 @@ export namespace bigquery_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquery.tables.update({ diff --git a/src/apis/bigqueryconnection/v1beta1.ts b/src/apis/bigqueryconnection/v1beta1.ts index 4a8958f769..36c2ed5038 100644 --- a/src/apis/bigqueryconnection/v1beta1.ts +++ b/src/apis/bigqueryconnection/v1beta1.ts @@ -407,7 +407,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.create({ @@ -567,7 +567,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.delete({ @@ -698,7 +698,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.get({ @@ -837,7 +837,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.getIamPolicy( @@ -988,7 +988,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.list({ @@ -1136,7 +1136,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.patch({ @@ -1293,7 +1293,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.setIamPolicy( @@ -1445,7 +1445,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.testIamPermissions( @@ -1600,7 +1600,7 @@ export namespace bigqueryconnection_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryconnection.projects.locations.connections.updateCredential( diff --git a/src/apis/bigquerydatatransfer/v1.ts b/src/apis/bigquerydatatransfer/v1.ts index 0bdc7b2bd3..a6a6ad92d0 100644 --- a/src/apis/bigquerydatatransfer/v1.ts +++ b/src/apis/bigquerydatatransfer/v1.ts @@ -681,7 +681,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.dataSources.checkValidCreds({ @@ -834,7 +834,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.dataSources.get({ @@ -987,7 +987,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.dataSources.list({ @@ -1192,7 +1192,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.get({ @@ -1330,7 +1330,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.list({ @@ -1516,7 +1516,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.dataSources.checkValidCreds( @@ -1672,7 +1672,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.dataSources.get({ @@ -1825,7 +1825,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.dataSources.list({ @@ -2021,7 +2021,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.create( @@ -2232,7 +2232,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.delete( @@ -2369,7 +2369,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.get( @@ -2523,7 +2523,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.list( @@ -2680,7 +2680,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.patch( @@ -2896,7 +2896,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.scheduleRuns( @@ -3055,7 +3055,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.startManualRuns( @@ -3335,7 +3335,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.runs.delete( @@ -3472,7 +3472,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.runs.get( @@ -3625,7 +3625,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.runs.list( @@ -3832,7 +3832,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.locations.transferConfigs.runs.transferLogs.list( @@ -4018,7 +4018,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.create({ @@ -4227,7 +4227,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.delete({ @@ -4361,7 +4361,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.get({ @@ -4512,7 +4512,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.list({ @@ -4667,7 +4667,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.patch({ @@ -4880,7 +4880,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.scheduleRuns({ @@ -5036,7 +5036,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.startManualRuns( @@ -5315,7 +5315,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.runs.delete({ @@ -5449,7 +5449,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.runs.get({ @@ -5599,7 +5599,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.runs.list({ @@ -5803,7 +5803,7 @@ export namespace bigquerydatatransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigquerydatatransfer.projects.transferConfigs.runs.transferLogs.list( diff --git a/src/apis/bigqueryreservation/v1.ts b/src/apis/bigqueryreservation/v1.ts index 27a97aa242..2246be0f8d 100644 --- a/src/apis/bigqueryreservation/v1.ts +++ b/src/apis/bigqueryreservation/v1.ts @@ -410,7 +410,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.operations.delete({ @@ -540,7 +540,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.operations.list({ @@ -736,7 +736,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.getBiReservation({ @@ -873,7 +873,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.searchAssignments({ @@ -1033,7 +1033,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.updateBiReservation({ @@ -1235,7 +1235,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.create( @@ -1401,7 +1401,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.delete( @@ -1535,7 +1535,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.get( @@ -1680,7 +1680,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.list( @@ -1834,7 +1834,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.merge( @@ -1990,7 +1990,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.patch( @@ -2153,7 +2153,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.split( @@ -2405,7 +2405,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.create({ @@ -2558,7 +2558,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.delete({ @@ -2690,7 +2690,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.get({ @@ -2826,7 +2826,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.list({ @@ -2974,7 +2974,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.patch({ @@ -3193,7 +3193,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.assignments.create( @@ -3347,7 +3347,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.assignments.delete( @@ -3481,7 +3481,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.assignments.list( @@ -3637,7 +3637,7 @@ export namespace bigqueryreservation_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.assignments.move( diff --git a/src/apis/bigqueryreservation/v1alpha2.ts b/src/apis/bigqueryreservation/v1alpha2.ts index 7ff95ff706..1a8344d958 100644 --- a/src/apis/bigqueryreservation/v1alpha2.ts +++ b/src/apis/bigqueryreservation/v1alpha2.ts @@ -359,7 +359,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.searchReservationGrants( @@ -546,7 +546,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.operations.cancel({ @@ -679,7 +679,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.operations.get({ @@ -837,7 +837,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservationGrants.create( @@ -992,7 +992,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservationGrants.delete( @@ -1126,7 +1126,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservationGrants.list( @@ -1325,7 +1325,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.create({ @@ -1478,7 +1478,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.createReservation( @@ -1633,7 +1633,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.delete({ @@ -1770,7 +1770,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.get({ @@ -1905,7 +1905,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.list({ @@ -2060,7 +2060,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.patch({ @@ -2305,7 +2305,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.slotPools.delete( @@ -2439,7 +2439,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.slotPools.get( @@ -2580,7 +2580,7 @@ export namespace bigqueryreservation_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.slotPools.list( diff --git a/src/apis/bigqueryreservation/v1beta1.ts b/src/apis/bigqueryreservation/v1beta1.ts index 90bf8c06b9..86921dd47e 100644 --- a/src/apis/bigqueryreservation/v1beta1.ts +++ b/src/apis/bigqueryreservation/v1beta1.ts @@ -387,7 +387,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.getBiReservation({ @@ -524,7 +524,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.searchAssignments({ @@ -684,7 +684,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.updateBiReservation({ @@ -886,7 +886,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.create( @@ -1052,7 +1052,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.delete( @@ -1186,7 +1186,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.get( @@ -1331,7 +1331,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.list( @@ -1485,7 +1485,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.merge( @@ -1640,7 +1640,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.patch( @@ -1803,7 +1803,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.capacityCommitments.split( @@ -2058,7 +2058,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.create({ @@ -2211,7 +2211,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.delete({ @@ -2343,7 +2343,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.get({ @@ -2479,7 +2479,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.list({ @@ -2634,7 +2634,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.patch({ @@ -2857,7 +2857,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.assignments.create( @@ -3011,7 +3011,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.assignments.delete( @@ -3145,7 +3145,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.assignments.list( @@ -3301,7 +3301,7 @@ export namespace bigqueryreservation_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigqueryreservation.projects.locations.reservations.assignments.move( diff --git a/src/apis/bigtableadmin/v2.ts b/src/apis/bigtableadmin/v2.ts index 6c202cad55..d4138ee489 100644 --- a/src/apis/bigtableadmin/v2.ts +++ b/src/apis/bigtableadmin/v2.ts @@ -874,7 +874,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.operations.cancel({ @@ -1008,7 +1008,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.operations.delete({ @@ -1143,7 +1143,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.operations.get({ @@ -1322,7 +1322,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.operations.projects.operations.list({ @@ -1522,7 +1522,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.create({ @@ -1678,7 +1678,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.delete({ @@ -1814,7 +1814,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.get({ @@ -1955,7 +1955,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.getIamPolicy({ @@ -2108,7 +2108,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.list({ @@ -2258,7 +2258,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.partialUpdateInstance({ @@ -2419,7 +2419,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.setIamPolicy({ @@ -2572,7 +2572,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.testIamPermissions({ @@ -2728,7 +2728,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.update({ @@ -2992,7 +2992,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.appProfiles.create({ @@ -3158,7 +3158,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.appProfiles.delete({ @@ -3297,7 +3297,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.appProfiles.get({ @@ -3438,7 +3438,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.appProfiles.list({ @@ -3602,7 +3602,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.appProfiles.patch({ @@ -3849,7 +3849,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.clusters.create({ @@ -4012,7 +4012,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.clusters.delete({ @@ -4148,7 +4148,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.clusters.get({ @@ -4290,7 +4290,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.clusters.list({ @@ -4442,7 +4442,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.clusters.update({ @@ -4657,7 +4657,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.clusters.backups.getIamPolicy( @@ -4811,7 +4811,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.clusters.backups.setIamPolicy( @@ -4966,7 +4966,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.clusters.backups.testIamPermissions( @@ -5168,7 +5168,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.checkConsistency({ @@ -5324,7 +5324,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.create({ @@ -5477,7 +5477,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.delete({ @@ -5612,7 +5612,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.dropRowRange({ @@ -5760,7 +5760,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.generateConsistencyToken( @@ -5919,7 +5919,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.get({ @@ -6063,7 +6063,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.getIamPolicy({ @@ -6215,7 +6215,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.list({ @@ -6376,7 +6376,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.modifyColumnFamilies( @@ -6530,7 +6530,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.setIamPolicy({ @@ -6682,7 +6682,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.instances.tables.testIamPermissions({ @@ -6980,7 +6980,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.locations.get({ @@ -7121,7 +7121,7 @@ export namespace bigtableadmin_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await bigtableadmin.projects.locations.list({ diff --git a/src/apis/billingbudgets/v1beta1.ts b/src/apis/billingbudgets/v1beta1.ts index 5e160f0a85..fbc0b7d423 100644 --- a/src/apis/billingbudgets/v1beta1.ts +++ b/src/apis/billingbudgets/v1beta1.ts @@ -323,7 +323,7 @@ export namespace billingbudgets_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await billingbudgets.billingAccounts.budgets.create({ @@ -486,7 +486,7 @@ export namespace billingbudgets_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await billingbudgets.billingAccounts.budgets.delete({ @@ -617,7 +617,7 @@ export namespace billingbudgets_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await billingbudgets.billingAccounts.budgets.get({ @@ -768,7 +768,7 @@ export namespace billingbudgets_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await billingbudgets.billingAccounts.budgets.list({ @@ -937,7 +937,7 @@ export namespace billingbudgets_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await billingbudgets.billingAccounts.budgets.patch({ diff --git a/src/apis/binaryauthorization/v1.ts b/src/apis/binaryauthorization/v1.ts index 47288a7b07..ac033328e0 100644 --- a/src/apis/binaryauthorization/v1.ts +++ b/src/apis/binaryauthorization/v1.ts @@ -391,7 +391,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.getPolicy({ @@ -527,7 +527,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.updatePolicy({ @@ -705,7 +705,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.create({ @@ -855,7 +855,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.delete({ @@ -983,7 +983,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.get({ @@ -1116,7 +1116,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.getIamPolicy({ @@ -1265,7 +1265,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.list({ @@ -1413,7 +1413,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.setIamPolicy({ @@ -1557,7 +1557,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.testIamPermissions({ @@ -1706,7 +1706,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.update({ @@ -1951,7 +1951,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.policy.getIamPolicy({ @@ -2100,7 +2100,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.policy.setIamPolicy({ @@ -2244,7 +2244,7 @@ export namespace binaryauthorization_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.policy.testIamPermissions({ diff --git a/src/apis/binaryauthorization/v1beta1.ts b/src/apis/binaryauthorization/v1beta1.ts index ed0edb42ca..434472649c 100644 --- a/src/apis/binaryauthorization/v1beta1.ts +++ b/src/apis/binaryauthorization/v1beta1.ts @@ -391,7 +391,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.getPolicy({ @@ -527,7 +527,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.updatePolicy({ @@ -705,7 +705,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.create({ @@ -855,7 +855,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.delete({ @@ -983,7 +983,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.get({ @@ -1116,7 +1116,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.getIamPolicy({ @@ -1265,7 +1265,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.list({ @@ -1413,7 +1413,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.setIamPolicy({ @@ -1557,7 +1557,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.testIamPermissions({ @@ -1706,7 +1706,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.attestors.update({ @@ -1951,7 +1951,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.policy.getIamPolicy({ @@ -2100,7 +2100,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.policy.setIamPolicy({ @@ -2244,7 +2244,7 @@ export namespace binaryauthorization_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await binaryauthorization.projects.policy.testIamPermissions({ diff --git a/src/apis/blogger/v2.ts b/src/apis/blogger/v2.ts index c08883c0aa..33bd5dae65 100644 --- a/src/apis/blogger/v2.ts +++ b/src/apis/blogger/v2.ts @@ -575,7 +575,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.blogs.get({ @@ -713,7 +713,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.blogs.list({ @@ -864,7 +864,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.get({ @@ -1008,7 +1008,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.list({ @@ -1203,7 +1203,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.get({ @@ -1346,7 +1346,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.list({ @@ -1509,7 +1509,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.get({ @@ -1659,7 +1659,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.list({ @@ -1844,7 +1844,7 @@ export namespace blogger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.users.get({ diff --git a/src/apis/blogger/v3.ts b/src/apis/blogger/v3.ts index cd559496bc..1508f55389 100644 --- a/src/apis/blogger/v3.ts +++ b/src/apis/blogger/v3.ts @@ -648,7 +648,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.blogs.get({ @@ -795,7 +795,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.blogs.getByUrl({ @@ -939,7 +939,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.blogs.listByUser({ @@ -1139,7 +1139,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.blogUserInfos.get({ @@ -1300,7 +1300,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.approve({ @@ -1445,7 +1445,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.delete({ @@ -1575,7 +1575,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.get({ @@ -1725,7 +1725,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.list({ @@ -1884,7 +1884,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.listByBlog({ @@ -2036,7 +2036,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.markAsSpam({ @@ -2182,7 +2182,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.comments.removeContent({ @@ -2481,7 +2481,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.delete({ @@ -2609,7 +2609,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.get({ @@ -2755,7 +2755,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.insert({ @@ -2921,7 +2921,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.list({ @@ -3068,7 +3068,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.patch({ @@ -3237,7 +3237,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.publish({ @@ -3379,7 +3379,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.revert({ @@ -3522,7 +3522,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pages.update({ @@ -3830,7 +3830,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.pageViews.get({ @@ -3982,7 +3982,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.delete({ @@ -4110,7 +4110,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.get({ @@ -4275,7 +4275,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.getByPath({ @@ -4431,7 +4431,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.insert({ @@ -4617,7 +4617,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.list({ @@ -4780,7 +4780,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.patch({ @@ -4972,7 +4972,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.publish({ @@ -5124,7 +5124,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.revert({ @@ -5277,7 +5277,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.search({ @@ -5419,7 +5419,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.posts.update({ @@ -5857,7 +5857,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.postUserInfos.get({ @@ -6000,7 +6000,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.postUserInfos.list({ @@ -6242,7 +6242,7 @@ export namespace blogger_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await blogger.users.get({ diff --git a/src/apis/books/v1.ts b/src/apis/books/v1.ts index e48df38b03..2dec857ef3 100644 --- a/src/apis/books/v1.ts +++ b/src/apis/books/v1.ts @@ -1200,7 +1200,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.bookshelves.get({ @@ -1344,7 +1344,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.bookshelves.list({ @@ -1510,7 +1510,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.bookshelves.volumes.list({ @@ -1691,7 +1691,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.cloudloading.addBook({ @@ -1841,7 +1841,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.cloudloading.deleteBook({ @@ -1964,7 +1964,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.cloudloading.updateBook({ @@ -2154,7 +2154,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.dictionary.listOfflineMetadata({ @@ -2301,7 +2301,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.familysharing.getFamilyInfo({ @@ -2433,7 +2433,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.familysharing.share({ @@ -2563,7 +2563,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.familysharing.unshare({ @@ -2744,7 +2744,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.layers.get({ @@ -2894,7 +2894,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.layers.list({ @@ -3085,7 +3085,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.layers.annotationData.get({ @@ -3256,7 +3256,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.layers.annotationData.list({ @@ -3531,7 +3531,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.layers.volumeAnnotations.get({ @@ -3687,7 +3687,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.layers.volumeAnnotations.list({ @@ -3960,7 +3960,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.myconfig.getUserSettings({}); @@ -4089,7 +4089,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.myconfig.releaseDownloadAccess({ @@ -4232,7 +4232,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.myconfig.requestAccess({ @@ -4380,7 +4380,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.myconfig.syncVolumeLicenses({ @@ -4534,7 +4534,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.myconfig.updateUserSettings({ @@ -4789,7 +4789,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.annotations.delete({ @@ -4915,7 +4915,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.annotations.insert({ @@ -5096,7 +5096,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.annotations.list({ @@ -5257,7 +5257,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.annotations.summary({ @@ -5395,7 +5395,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.annotations.update({ @@ -5684,7 +5684,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.bookshelves.addVolume({ @@ -5816,7 +5816,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.bookshelves.clearVolumes({ @@ -5942,7 +5942,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.bookshelves.get({ @@ -6085,7 +6085,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.bookshelves.list({ @@ -6217,7 +6217,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.bookshelves.moveVolume({ @@ -6349,7 +6349,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.bookshelves.removeVolume({ @@ -6575,7 +6575,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.bookshelves.volumes.list({ @@ -6771,7 +6771,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.readingpositions.get({ @@ -6913,7 +6913,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.mylibrary.readingpositions.setPosition({ @@ -7109,7 +7109,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.notification.get({ @@ -7282,7 +7282,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.onboarding.listCategories({ @@ -7414,7 +7414,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.onboarding.listCategoryVolumes({ @@ -7597,7 +7597,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.personalizedstream.get({ @@ -7761,7 +7761,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.promooffer.accept({ @@ -7905,7 +7905,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.promooffer.dismiss({ @@ -8047,7 +8047,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.promooffer.get({ @@ -8295,7 +8295,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.series.get({ @@ -8440,7 +8440,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.series.membership.get({ @@ -8610,7 +8610,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.volumes.get({ @@ -8768,7 +8768,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.volumes.list({ @@ -9032,7 +9032,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.volumes.associated.list({ @@ -9208,7 +9208,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.volumes.mybooks.list({ @@ -9398,7 +9398,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.volumes.recommended.list({ @@ -9537,7 +9537,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.volumes.recommended.rate({ @@ -9728,7 +9728,7 @@ export namespace books_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await books.volumes.useruploaded.list({ diff --git a/src/apis/calendar/v3.ts b/src/apis/calendar/v3.ts index 24c6920bff..c1db369633 100644 --- a/src/apis/calendar/v3.ts +++ b/src/apis/calendar/v3.ts @@ -989,7 +989,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.acl.delete({ @@ -1117,7 +1117,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.acl.get({ @@ -1253,7 +1253,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.acl.insert({ @@ -1403,7 +1403,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.acl.list({ @@ -1552,7 +1552,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.acl.patch({ @@ -1704,7 +1704,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.acl.update({ @@ -1856,7 +1856,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.acl.watch({ @@ -2157,7 +2157,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendarList.delete({ @@ -2283,7 +2283,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendarList.get({ @@ -2433,7 +2433,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendarList.insert({ @@ -2615,7 +2615,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendarList.list({ @@ -2769,7 +2769,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendarList.patch({ @@ -2950,7 +2950,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendarList.update({ @@ -3134,7 +3134,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendarList.watch({ @@ -3435,7 +3435,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendars.clear({ @@ -3557,7 +3557,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendars.delete({ @@ -3683,7 +3683,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendars.get({ @@ -3820,7 +3820,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendars.insert({ @@ -3969,7 +3969,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendars.patch({ @@ -4122,7 +4122,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.calendars.update({ @@ -4335,7 +4335,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.channels.stop({ @@ -4489,7 +4489,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.colors.get({}); @@ -4630,7 +4630,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.delete({ @@ -4768,7 +4768,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.get({ @@ -4949,7 +4949,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.import({ @@ -5170,7 +5170,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.insert({ @@ -5404,7 +5404,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.instances({ @@ -5579,7 +5579,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.list({ @@ -5785,7 +5785,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.move({ @@ -5969,7 +5969,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.patch({ @@ -6207,7 +6207,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.quickAdd({ @@ -6387,7 +6387,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.update({ @@ -6627,7 +6627,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.events.watch({ @@ -7265,7 +7265,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.freebusy.query({ @@ -7427,7 +7427,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.settings.get({ @@ -7564,7 +7564,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.settings.list({ @@ -7711,7 +7711,7 @@ export namespace calendar_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await calendar.settings.watch({ diff --git a/src/apis/chat/v1.ts b/src/apis/chat/v1.ts index 6306924e90..515658f4ca 100644 --- a/src/apis/chat/v1.ts +++ b/src/apis/chat/v1.ts @@ -643,7 +643,7 @@ export namespace chat_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chat.spaces.get({ @@ -776,7 +776,7 @@ export namespace chat_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chat.spaces.list({ @@ -936,7 +936,7 @@ export namespace chat_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chat.spaces.members.get({ @@ -1070,7 +1070,7 @@ export namespace chat_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chat.spaces.members.list({ @@ -1248,7 +1248,7 @@ export namespace chat_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chat.spaces.messages.create({ @@ -1422,7 +1422,7 @@ export namespace chat_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chat.spaces.messages.delete({ @@ -1551,7 +1551,7 @@ export namespace chat_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chat.spaces.messages.get({ @@ -1693,7 +1693,7 @@ export namespace chat_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chat.spaces.messages.update({ diff --git a/src/apis/chromeuxreport/v1.ts b/src/apis/chromeuxreport/v1.ts index c27dcb99cd..5790857e51 100644 --- a/src/apis/chromeuxreport/v1.ts +++ b/src/apis/chromeuxreport/v1.ts @@ -273,7 +273,7 @@ export namespace chromeuxreport_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await chromeuxreport.records.queryRecord({ diff --git a/src/apis/civicinfo/v2.ts b/src/apis/civicinfo/v2.ts index 078b48386b..c06741224c 100644 --- a/src/apis/civicinfo/v2.ts +++ b/src/apis/civicinfo/v2.ts @@ -888,7 +888,7 @@ export namespace civicinfo_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await civicinfo.divisions.search({ @@ -1052,7 +1052,7 @@ export namespace civicinfo_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await civicinfo.elections.electionQuery({ @@ -1196,7 +1196,7 @@ export namespace civicinfo_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await civicinfo.elections.voterInfoQuery({ @@ -1401,7 +1401,7 @@ export namespace civicinfo_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await civicinfo.representatives.representativeInfoByAddress({ @@ -1561,7 +1561,7 @@ export namespace civicinfo_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await civicinfo.representatives.representativeInfoByDivision({ diff --git a/src/apis/classroom/v1.ts b/src/apis/classroom/v1.ts index ff7c0d331c..2cfad0b273 100644 --- a/src/apis/classroom/v1.ts +++ b/src/apis/classroom/v1.ts @@ -1266,7 +1266,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.create({ @@ -1432,7 +1432,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.delete({ @@ -1562,7 +1562,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.get({ @@ -1711,7 +1711,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.list({ @@ -1874,7 +1874,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.patch({ @@ -2067,7 +2067,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.update({ @@ -2313,7 +2313,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.aliases.create({ @@ -2455,7 +2455,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.aliases.delete({ @@ -2593,7 +2593,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.aliases.list({ @@ -2795,7 +2795,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.announcements.create({ @@ -2959,7 +2959,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.announcements.delete({ @@ -3096,7 +3096,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.announcements.get({ @@ -3245,7 +3245,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.announcements.list({ @@ -3412,7 +3412,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.announcements.modifyAssignees({ @@ -3569,7 +3569,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.announcements.patch({ @@ -3855,7 +3855,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.create({ @@ -4039,7 +4039,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.delete({ @@ -4179,7 +4179,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.get({ @@ -4341,7 +4341,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.list({ @@ -4507,7 +4507,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.modifyAssignees({ @@ -4673,7 +4673,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.patch({ @@ -4989,7 +4989,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.studentSubmissions.get({ @@ -5154,7 +5154,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.studentSubmissions.list({ @@ -5338,7 +5338,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.studentSubmissions.modifyAttachments( @@ -5512,7 +5512,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.studentSubmissions.patch({ @@ -5705,7 +5705,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.studentSubmissions.reclaim({ @@ -5849,7 +5849,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.studentSubmissions.return({ @@ -5993,7 +5993,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.courseWork.studentSubmissions.turnIn({ @@ -6299,7 +6299,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.students.create({ @@ -6453,7 +6453,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.students.delete({ @@ -6597,7 +6597,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.students.get({ @@ -6746,7 +6746,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.students.list({ @@ -6964,7 +6964,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.teachers.create({ @@ -7110,7 +7110,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.teachers.delete({ @@ -7254,7 +7254,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.teachers.get({ @@ -7402,7 +7402,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.teachers.list({ @@ -7612,7 +7612,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.topics.create({ @@ -7760,7 +7760,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.topics.delete({ @@ -7897,7 +7897,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.topics.get({ @@ -8037,7 +8037,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.topics.list({ @@ -8189,7 +8189,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.courses.topics.patch({ @@ -8430,7 +8430,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.invitations.accept({ @@ -8559,7 +8559,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.invitations.create({ @@ -8698,7 +8698,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.invitations.delete({ @@ -8830,7 +8830,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.invitations.get({ @@ -8966,7 +8966,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.invitations.list({ @@ -9175,7 +9175,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.registrations.create({ @@ -9314,7 +9314,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.registrations.delete({ @@ -9476,7 +9476,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.userProfiles.get({ @@ -9632,7 +9632,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.userProfiles.guardianInvitations.create({ @@ -9785,7 +9785,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.userProfiles.guardianInvitations.get({ @@ -9929,7 +9929,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.userProfiles.guardianInvitations.list({ @@ -10102,7 +10102,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.userProfiles.guardianInvitations.patch({ @@ -10343,7 +10343,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.userProfiles.guardians.delete({ @@ -10482,7 +10482,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.userProfiles.guardians.get({ @@ -10626,7 +10626,7 @@ export namespace classroom_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await classroom.userProfiles.guardians.list({ diff --git a/src/apis/cloudasset/v1.ts b/src/apis/cloudasset/v1.ts index fdfbcbc478..fa0b0c162a 100644 --- a/src/apis/cloudasset/v1.ts +++ b/src/apis/cloudasset/v1.ts @@ -922,7 +922,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.feeds.create({ @@ -1070,7 +1070,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.feeds.delete({ @@ -1198,7 +1198,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.feeds.get({ @@ -1332,7 +1332,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.feeds.list({ @@ -1467,7 +1467,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.feeds.patch({ @@ -1662,7 +1662,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.operations.get({ @@ -1807,7 +1807,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.batchGetAssetsHistory({ @@ -1969,7 +1969,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.exportAssets({ @@ -2118,7 +2118,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.searchAllIamPolicies({ @@ -2302,7 +2302,7 @@ export namespace cloudasset_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.searchAllResources({ diff --git a/src/apis/cloudasset/v1beta1.ts b/src/apis/cloudasset/v1beta1.ts index 998b2da240..629810b3f6 100644 --- a/src/apis/cloudasset/v1beta1.ts +++ b/src/apis/cloudasset/v1beta1.ts @@ -422,7 +422,7 @@ export namespace cloudasset_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.folders.exportAssets({ @@ -592,7 +592,7 @@ export namespace cloudasset_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.folders.operations.get({ @@ -741,7 +741,7 @@ export namespace cloudasset_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.organizations.batchGetAssetsHistory({ @@ -903,7 +903,7 @@ export namespace cloudasset_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.organizations.exportAssets({ @@ -1096,7 +1096,7 @@ export namespace cloudasset_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.organizations.operations.get({ @@ -1245,7 +1245,7 @@ export namespace cloudasset_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.projects.batchGetAssetsHistory({ @@ -1407,7 +1407,7 @@ export namespace cloudasset_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.projects.exportAssets({ @@ -1600,7 +1600,7 @@ export namespace cloudasset_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.projects.operations.get({ diff --git a/src/apis/cloudasset/v1p1beta1.ts b/src/apis/cloudasset/v1p1beta1.ts index d0442749ca..f48f4c902e 100644 --- a/src/apis/cloudasset/v1p1beta1.ts +++ b/src/apis/cloudasset/v1p1beta1.ts @@ -350,7 +350,7 @@ export namespace cloudasset_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.iamPolicies.searchAll({ @@ -540,7 +540,7 @@ export namespace cloudasset_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.resources.searchAll({ diff --git a/src/apis/cloudasset/v1p4beta1.ts b/src/apis/cloudasset/v1p4beta1.ts index 79a3820aa1..88d332507a 100644 --- a/src/apis/cloudasset/v1p4beta1.ts +++ b/src/apis/cloudasset/v1p4beta1.ts @@ -512,7 +512,7 @@ export namespace cloudasset_v1p4beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.analyzeIamPolicy({ @@ -749,7 +749,7 @@ export namespace cloudasset_v1p4beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudasset.exportIamPolicyAnalysis({ diff --git a/src/apis/cloudbilling/v1.ts b/src/apis/cloudbilling/v1.ts index f9bcc895c2..f803271116 100644 --- a/src/apis/cloudbilling/v1.ts +++ b/src/apis/cloudbilling/v1.ts @@ -547,7 +547,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.billingAccounts.create({ @@ -689,7 +689,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.billingAccounts.get({ @@ -821,7 +821,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.billingAccounts.getIamPolicy({ @@ -970,7 +970,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.billingAccounts.list({ @@ -1123,7 +1123,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.billingAccounts.patch({ @@ -1270,7 +1270,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.billingAccounts.setIamPolicy({ @@ -1415,7 +1415,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.billingAccounts.testIamPermissions({ @@ -1651,7 +1651,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.billingAccounts.projects.list({ @@ -1825,7 +1825,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.projects.getBillingInfo({ @@ -1965,7 +1965,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.projects.updateBillingInfo({ @@ -2146,7 +2146,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.services.list({ @@ -2302,7 +2302,7 @@ export namespace cloudbilling_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbilling.services.skus.list({ diff --git a/src/apis/cloudbuild/v1.ts b/src/apis/cloudbuild/v1.ts index d4fd16f38d..a7ce2cc574 100644 --- a/src/apis/cloudbuild/v1.ts +++ b/src/apis/cloudbuild/v1.ts @@ -824,7 +824,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.operations.cancel({ @@ -957,7 +957,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.operations.get({ @@ -1088,7 +1088,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.operations.list({ @@ -1287,7 +1287,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.builds.cancel({ @@ -1449,7 +1449,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.builds.create({ @@ -1615,7 +1615,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.builds.get({ @@ -1771,7 +1771,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.builds.list({ @@ -1915,7 +1915,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.builds.retry({ @@ -2152,7 +2152,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.cancel({ @@ -2285,7 +2285,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.get({ @@ -2417,7 +2417,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.list({ @@ -2609,7 +2609,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.triggers.create({ @@ -2773,7 +2773,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.triggers.delete({ @@ -2904,7 +2904,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.triggers.get({ @@ -3049,7 +3049,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.triggers.list({ @@ -3194,7 +3194,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.triggers.patch({ @@ -3360,7 +3360,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.triggers.run({ @@ -3631,7 +3631,7 @@ export namespace cloudbuild_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.vbeta1.projects.locations.operations.cancel({ diff --git a/src/apis/cloudbuild/v1alpha1.ts b/src/apis/cloudbuild/v1alpha1.ts index 5665282593..9861382c2a 100644 --- a/src/apis/cloudbuild/v1alpha1.ts +++ b/src/apis/cloudbuild/v1alpha1.ts @@ -784,7 +784,7 @@ export namespace cloudbuild_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.cancel({ @@ -920,7 +920,7 @@ export namespace cloudbuild_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.get({ @@ -1052,7 +1052,7 @@ export namespace cloudbuild_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.list({ @@ -1244,7 +1244,7 @@ export namespace cloudbuild_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.create({ @@ -1402,7 +1402,7 @@ export namespace cloudbuild_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.delete({ @@ -1529,7 +1529,7 @@ export namespace cloudbuild_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.get({ @@ -1667,7 +1667,7 @@ export namespace cloudbuild_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.list({ @@ -1803,7 +1803,7 @@ export namespace cloudbuild_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.patch({ diff --git a/src/apis/cloudbuild/v1alpha2.ts b/src/apis/cloudbuild/v1alpha2.ts index 3037ceeb98..01c94b53ad 100644 --- a/src/apis/cloudbuild/v1alpha2.ts +++ b/src/apis/cloudbuild/v1alpha2.ts @@ -760,7 +760,7 @@ export namespace cloudbuild_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.cancel({ @@ -896,7 +896,7 @@ export namespace cloudbuild_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.get({ @@ -1028,7 +1028,7 @@ export namespace cloudbuild_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.locations.operations.list({ @@ -1220,7 +1220,7 @@ export namespace cloudbuild_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.create({ @@ -1382,7 +1382,7 @@ export namespace cloudbuild_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.delete({ @@ -1509,7 +1509,7 @@ export namespace cloudbuild_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.get({ @@ -1645,7 +1645,7 @@ export namespace cloudbuild_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.list({ @@ -1782,7 +1782,7 @@ export namespace cloudbuild_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudbuild.projects.workerPools.patch({ diff --git a/src/apis/clouddebugger/v2.ts b/src/apis/clouddebugger/v2.ts index c133df341c..212bcf8642 100644 --- a/src/apis/clouddebugger/v2.ts +++ b/src/apis/clouddebugger/v2.ts @@ -656,7 +656,7 @@ export namespace clouddebugger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouddebugger.controller.debuggees.register({ @@ -819,7 +819,7 @@ export namespace clouddebugger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouddebugger.controller.debuggees.breakpoints.list({ @@ -982,7 +982,7 @@ export namespace clouddebugger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouddebugger.controller.debuggees.breakpoints.update({ @@ -1191,7 +1191,7 @@ export namespace clouddebugger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouddebugger.debugger.debuggees.list({ @@ -1362,7 +1362,7 @@ export namespace clouddebugger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouddebugger.debugger.debuggees.breakpoints.delete({ @@ -1502,7 +1502,7 @@ export namespace clouddebugger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouddebugger.debugger.debuggees.breakpoints.get({ @@ -1649,7 +1649,7 @@ export namespace clouddebugger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouddebugger.debugger.debuggees.breakpoints.list({ @@ -1815,7 +1815,7 @@ export namespace clouddebugger_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouddebugger.debugger.debuggees.breakpoints.set({ diff --git a/src/apis/clouderrorreporting/v1beta1.ts b/src/apis/clouderrorreporting/v1beta1.ts index b24ffbfa7b..403d6aeecc 100644 --- a/src/apis/clouderrorreporting/v1beta1.ts +++ b/src/apis/clouderrorreporting/v1beta1.ts @@ -428,7 +428,7 @@ export namespace clouderrorreporting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouderrorreporting.projects.deleteEvents({ @@ -585,7 +585,7 @@ export namespace clouderrorreporting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouderrorreporting.projects.events.list({ @@ -751,7 +751,7 @@ export namespace clouderrorreporting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouderrorreporting.projects.events.report({ @@ -960,7 +960,7 @@ export namespace clouderrorreporting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouderrorreporting.projects.groups.get({ @@ -1101,7 +1101,7 @@ export namespace clouderrorreporting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouderrorreporting.projects.groups.update({ @@ -1271,7 +1271,7 @@ export namespace clouderrorreporting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await clouderrorreporting.projects.groupStats.list({ diff --git a/src/apis/cloudfunctions/v1.ts b/src/apis/cloudfunctions/v1.ts index 969956b889..9cc20c4c16 100644 --- a/src/apis/cloudfunctions/v1.ts +++ b/src/apis/cloudfunctions/v1.ts @@ -641,7 +641,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.operations.get({ @@ -773,7 +773,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.operations.list({ @@ -959,7 +959,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.list({ @@ -1133,7 +1133,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.call({ @@ -1278,7 +1278,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.create({ @@ -1445,7 +1445,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.delete({ @@ -1578,7 +1578,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.generateDownloadUrl( @@ -1729,7 +1729,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.generateUploadUrl( @@ -1877,7 +1877,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.get({ @@ -2027,7 +2027,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.getIamPolicy({ @@ -2177,7 +2177,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.list({ @@ -2330,7 +2330,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.patch({ @@ -2497,7 +2497,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.setIamPolicy({ @@ -2643,7 +2643,7 @@ export namespace cloudfunctions_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.testIamPermissions( diff --git a/src/apis/cloudfunctions/v1beta2.ts b/src/apis/cloudfunctions/v1beta2.ts index b18491b909..e177a05db0 100644 --- a/src/apis/cloudfunctions/v1beta2.ts +++ b/src/apis/cloudfunctions/v1beta2.ts @@ -537,7 +537,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.operations.get({ @@ -669,7 +669,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.operations.list({ @@ -858,7 +858,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.list({ @@ -1032,7 +1032,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.call({ @@ -1180,7 +1180,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.create({ @@ -1346,7 +1346,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.delete({ @@ -1479,7 +1479,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.generateDownloadUrl( @@ -1630,7 +1630,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.generateUploadUrl( @@ -1778,7 +1778,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.get({ @@ -1927,7 +1927,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.list({ @@ -2080,7 +2080,7 @@ export namespace cloudfunctions_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudfunctions.projects.locations.functions.update({ diff --git a/src/apis/cloudidentity/v1.ts b/src/apis/cloudidentity/v1.ts index 26af75849a..92393c635a 100644 --- a/src/apis/cloudidentity/v1.ts +++ b/src/apis/cloudidentity/v1.ts @@ -333,7 +333,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.create({ @@ -480,7 +480,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.delete({ @@ -618,7 +618,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.get({ @@ -759,7 +759,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.list({ @@ -905,7 +905,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.lookup({ @@ -1052,7 +1052,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.patch({ @@ -1211,7 +1211,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.search({ @@ -1448,7 +1448,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.create({ @@ -1602,7 +1602,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.delete({ @@ -1744,7 +1744,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.get({ @@ -1886,7 +1886,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.list({ @@ -2042,7 +2042,7 @@ export namespace cloudidentity_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.lookup({ diff --git a/src/apis/cloudidentity/v1beta1.ts b/src/apis/cloudidentity/v1beta1.ts index 1e43d3da13..04cf40e857 100644 --- a/src/apis/cloudidentity/v1beta1.ts +++ b/src/apis/cloudidentity/v1beta1.ts @@ -823,7 +823,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.create({ @@ -975,7 +975,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.delete({ @@ -1114,7 +1114,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.get({ @@ -1257,7 +1257,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.list({ @@ -1416,7 +1416,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.lookup({ @@ -1575,7 +1575,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.patch({ @@ -1736,7 +1736,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.search({ @@ -1997,7 +1997,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.create({ @@ -2152,7 +2152,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.delete({ @@ -2292,7 +2292,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.get({ @@ -2433,7 +2433,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.list({ @@ -2600,7 +2600,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.lookup({ @@ -2767,7 +2767,7 @@ export namespace cloudidentity_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudidentity.groups.memberships.modifyMembershipRoles({ diff --git a/src/apis/cloudiot/v1.ts b/src/apis/cloudiot/v1.ts index 0747d2c709..d0e7ef9be2 100644 --- a/src/apis/cloudiot/v1.ts +++ b/src/apis/cloudiot/v1.ts @@ -703,7 +703,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.bindDeviceToGateway({ @@ -853,7 +853,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.create({ @@ -1011,7 +1011,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.delete({ @@ -1141,7 +1141,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.get({ @@ -1280,7 +1280,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.getIamPolicy({ @@ -1427,7 +1427,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.list({ @@ -1583,7 +1583,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.patch({ @@ -1745,7 +1745,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.setIamPolicy({ @@ -1892,7 +1892,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.testIamPermissions({ @@ -2044,7 +2044,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.unbindDeviceFromGateway( @@ -2332,7 +2332,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.create({ @@ -2509,7 +2509,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.delete({ @@ -2641,7 +2641,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.get({ @@ -2795,7 +2795,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.list({ @@ -2975,7 +2975,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.modifyCloudToDeviceConfig( @@ -3129,7 +3129,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.patch({ @@ -3312,7 +3312,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.sendCommandToDevice( @@ -3583,7 +3583,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.configVersions.list( @@ -3755,7 +3755,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.devices.states.list({ @@ -3922,7 +3922,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.groups.getIamPolicy({ @@ -4069,7 +4069,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.groups.setIamPolicy({ @@ -4216,7 +4216,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.groups.testIamPermissions( @@ -4414,7 +4414,7 @@ export namespace cloudiot_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudiot.projects.locations.registries.groups.devices.list({ diff --git a/src/apis/cloudkms/v1.ts b/src/apis/cloudkms/v1.ts index 2cfed24c86..d406ce4e92 100644 --- a/src/apis/cloudkms/v1.ts +++ b/src/apis/cloudkms/v1.ts @@ -818,7 +818,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.get({ @@ -953,7 +953,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.list({ @@ -1144,7 +1144,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.create({ @@ -1294,7 +1294,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.get({ @@ -1426,7 +1426,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.getIamPolicy({ @@ -1578,7 +1578,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.list({ @@ -1742,7 +1742,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.setIamPolicy({ @@ -1890,7 +1890,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.testIamPermissions({ @@ -2134,7 +2134,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.create({ @@ -2303,7 +2303,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.decrypt({ @@ -2452,7 +2452,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.encrypt({ @@ -2607,7 +2607,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.get({ @@ -2746,7 +2746,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.getIamPolicy( @@ -2901,7 +2901,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.list({ @@ -3068,7 +3068,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.patch({ @@ -3227,7 +3227,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.setIamPolicy( @@ -3378,7 +3378,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.testIamPermissions( @@ -3532,7 +3532,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.updatePrimaryVersion( @@ -3836,7 +3836,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.asymmetricDecrypt( @@ -3993,7 +3993,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.asymmetricSign( @@ -4150,7 +4150,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.create( @@ -4321,7 +4321,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.destroy( @@ -4477,7 +4477,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.get( @@ -4623,7 +4623,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.getPublicKey( @@ -4764,7 +4764,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.import( @@ -4925,7 +4925,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.list( @@ -5100,7 +5100,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.patch( @@ -5271,7 +5271,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.restore( @@ -5564,7 +5564,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.importJobs.create({ @@ -5730,7 +5730,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.importJobs.get({ @@ -5871,7 +5871,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.importJobs.getIamPolicy( @@ -6026,7 +6026,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.importJobs.list({ @@ -6190,7 +6190,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.importJobs.setIamPolicy( @@ -6341,7 +6341,7 @@ export namespace cloudkms_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudkms.projects.locations.keyRings.importJobs.testIamPermissions( diff --git a/src/apis/cloudprofiler/v2.ts b/src/apis/cloudprofiler/v2.ts index a4ac026358..39e0fef406 100644 --- a/src/apis/cloudprofiler/v2.ts +++ b/src/apis/cloudprofiler/v2.ts @@ -229,7 +229,7 @@ export namespace cloudprofiler_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudprofiler.projects.profiles.create({ @@ -380,7 +380,7 @@ export namespace cloudprofiler_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudprofiler.projects.profiles.createOffline({ @@ -535,7 +535,7 @@ export namespace cloudprofiler_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudprofiler.projects.profiles.patch({ diff --git a/src/apis/cloudresourcemanager/v1.ts b/src/apis/cloudresourcemanager/v1.ts index 8b0a2aeccc..f62bb5d080 100644 --- a/src/apis/cloudresourcemanager/v1.ts +++ b/src/apis/cloudresourcemanager/v1.ts @@ -796,7 +796,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.clearOrgPolicy({ @@ -939,7 +939,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.getEffectiveOrgPolicy({ @@ -1091,7 +1091,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.getOrgPolicy({ @@ -1241,7 +1241,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.listAvailableOrgPolicyConstraints( @@ -1405,7 +1405,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.listOrgPolicies({ @@ -1555,7 +1555,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.setOrgPolicy({ @@ -1785,7 +1785,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.liens.create({ @@ -1931,7 +1931,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.liens.delete({ @@ -2060,7 +2060,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.liens.get({ @@ -2196,7 +2196,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.liens.list({ @@ -2382,7 +2382,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.operations.get({ @@ -2528,7 +2528,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.clearOrgPolicy({ @@ -2671,7 +2671,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.get({ @@ -2809,7 +2809,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.getEffectiveOrgPolicy({ @@ -2961,7 +2961,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.getIamPolicy({ @@ -3109,7 +3109,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.getOrgPolicy({ @@ -3259,7 +3259,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.listAvailableOrgPolicyConstraints( @@ -3423,7 +3423,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.listOrgPolicies({ @@ -3576,7 +3576,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.search({ @@ -3723,7 +3723,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.setIamPolicy({ @@ -3869,7 +3869,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.setOrgPolicy({ @@ -4019,7 +4019,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.testIamPermissions({ @@ -4298,7 +4298,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.clearOrgPolicy({ @@ -4438,7 +4438,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.create({ @@ -4581,7 +4581,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.delete({ @@ -4715,7 +4715,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.get({ @@ -4857,7 +4857,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.getAncestry({ @@ -5006,7 +5006,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.getEffectiveOrgPolicy({ @@ -5158,7 +5158,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.getIamPolicy({ @@ -5306,7 +5306,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.getOrgPolicy({ @@ -5456,7 +5456,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.list({ @@ -5638,7 +5638,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.listAvailableOrgPolicyConstraints( @@ -5802,7 +5802,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.listOrgPolicies({ @@ -5952,7 +5952,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.setIamPolicy({ @@ -6098,7 +6098,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.setOrgPolicy({ @@ -6248,7 +6248,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.testIamPermissions({ @@ -6396,7 +6396,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.undelete({ @@ -6535,7 +6535,7 @@ export namespace cloudresourcemanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.update({ diff --git a/src/apis/cloudresourcemanager/v1beta1.ts b/src/apis/cloudresourcemanager/v1beta1.ts index 2eedebe9cf..3d6bf08d33 100644 --- a/src/apis/cloudresourcemanager/v1beta1.ts +++ b/src/apis/cloudresourcemanager/v1beta1.ts @@ -483,7 +483,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.get({ @@ -626,7 +626,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.getIamPolicy({ @@ -774,7 +774,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.list({ @@ -935,7 +935,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.setIamPolicy({ @@ -1084,7 +1084,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.testIamPermissions({ @@ -1233,7 +1233,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.organizations.update({ @@ -1465,7 +1465,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.create({ @@ -1614,7 +1614,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.delete({ @@ -1748,7 +1748,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.get({ @@ -1890,7 +1890,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.getAncestry({ @@ -2038,7 +2038,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.getIamPolicy({ @@ -2185,7 +2185,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.list({ @@ -2364,7 +2364,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.setIamPolicy({ @@ -2512,7 +2512,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.testIamPermissions({ @@ -2660,7 +2660,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.undelete({ @@ -2799,7 +2799,7 @@ export namespace cloudresourcemanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.projects.update({ diff --git a/src/apis/cloudresourcemanager/v2.ts b/src/apis/cloudresourcemanager/v2.ts index ec159a784b..a827a53840 100644 --- a/src/apis/cloudresourcemanager/v2.ts +++ b/src/apis/cloudresourcemanager/v2.ts @@ -463,7 +463,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.create({ @@ -609,7 +609,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.delete({ @@ -745,7 +745,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.get({ @@ -881,7 +881,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.getIamPolicy({ @@ -1029,7 +1029,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.list({ @@ -1177,7 +1177,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.move({ @@ -1319,7 +1319,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.patch({ @@ -1472,7 +1472,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.search({ @@ -1613,7 +1613,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.setIamPolicy({ @@ -1759,7 +1759,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.testIamPermissions({ @@ -1908,7 +1908,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.undelete({ @@ -2182,7 +2182,7 @@ export namespace cloudresourcemanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.operations.get({ diff --git a/src/apis/cloudresourcemanager/v2beta1.ts b/src/apis/cloudresourcemanager/v2beta1.ts index d580cb1eee..2a438ae291 100644 --- a/src/apis/cloudresourcemanager/v2beta1.ts +++ b/src/apis/cloudresourcemanager/v2beta1.ts @@ -463,7 +463,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.create({ @@ -609,7 +609,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.delete({ @@ -745,7 +745,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.get({ @@ -881,7 +881,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.getIamPolicy({ @@ -1029,7 +1029,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.list({ @@ -1177,7 +1177,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.move({ @@ -1319,7 +1319,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.patch({ @@ -1472,7 +1472,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.search({ @@ -1613,7 +1613,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.setIamPolicy({ @@ -1759,7 +1759,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.testIamPermissions({ @@ -1908,7 +1908,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.folders.undelete({ @@ -2182,7 +2182,7 @@ export namespace cloudresourcemanager_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudresourcemanager.operations.get({ diff --git a/src/apis/cloudscheduler/v1.ts b/src/apis/cloudscheduler/v1.ts index 17ccc93e2e..872c177e2c 100644 --- a/src/apis/cloudscheduler/v1.ts +++ b/src/apis/cloudscheduler/v1.ts @@ -477,7 +477,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.get({ @@ -610,7 +610,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.list({ @@ -791,7 +791,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.create({ @@ -956,7 +956,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.delete({ @@ -1084,7 +1084,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.get({ @@ -1227,7 +1227,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.list({ @@ -1375,7 +1375,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.patch({ @@ -1558,7 +1558,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.pause({ @@ -1708,7 +1708,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.resume({ @@ -1858,7 +1858,7 @@ export namespace cloudscheduler_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.run({ diff --git a/src/apis/cloudscheduler/v1beta1.ts b/src/apis/cloudscheduler/v1beta1.ts index 260fc807c6..55ecf6a4cd 100644 --- a/src/apis/cloudscheduler/v1beta1.ts +++ b/src/apis/cloudscheduler/v1beta1.ts @@ -477,7 +477,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.get({ @@ -610,7 +610,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.list({ @@ -791,7 +791,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.create({ @@ -959,7 +959,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.delete({ @@ -1087,7 +1087,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.get({ @@ -1230,7 +1230,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.list({ @@ -1381,7 +1381,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.patch({ @@ -1564,7 +1564,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.pause({ @@ -1717,7 +1717,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.resume({ @@ -1870,7 +1870,7 @@ export namespace cloudscheduler_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudscheduler.projects.locations.jobs.run({ diff --git a/src/apis/cloudsearch/v1.ts b/src/apis/cloudsearch/v1.ts index ec4a01232b..c33d5ce109 100644 --- a/src/apis/cloudsearch/v1.ts +++ b/src/apis/cloudsearch/v1.ts @@ -2228,7 +2228,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.debug.datasources.items.checkAccess({ @@ -2383,7 +2383,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.debug.datasources.items.searchByViewUrl({ @@ -2575,7 +2575,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.debug.datasources.items.unmappedids.list({ @@ -2771,7 +2771,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.debug.identitysources.items.listForunmappedidentity( @@ -2975,7 +2975,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.debug.identitysources.unmappedids.list({ @@ -3177,7 +3177,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.deleteSchema({ @@ -3321,7 +3321,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.getSchema({ @@ -3462,7 +3462,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.updateSchema({ @@ -3654,7 +3654,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.delete({ @@ -3815,7 +3815,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.deleteQueueItems({ @@ -3964,7 +3964,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.get({ @@ -4116,7 +4116,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.index({ @@ -4270,7 +4270,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.list({ @@ -4447,7 +4447,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.poll({ @@ -4598,7 +4598,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.push({ @@ -4756,7 +4756,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.unreserve({ @@ -4906,7 +4906,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.indexing.datasources.items.upload({ @@ -5197,7 +5197,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.media.upload({ @@ -5389,7 +5389,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.operations.get({ @@ -5539,7 +5539,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.query.search({ @@ -5691,7 +5691,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.query.suggest({ @@ -5848,7 +5848,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.query.sources.list({ @@ -6063,7 +6063,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.datasources.create({ @@ -6214,7 +6214,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.datasources.delete({ @@ -6358,7 +6358,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.datasources.get({ @@ -6505,7 +6505,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.datasources.list({ @@ -6655,7 +6655,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.datasources.update({ @@ -6870,7 +6870,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.searchapplications.create({ @@ -7021,7 +7021,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.searchapplications.delete({ @@ -7165,7 +7165,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.searchapplications.get({ @@ -7315,7 +7315,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.searchapplications.list({ @@ -7468,7 +7468,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.searchapplications.reset({ @@ -7617,7 +7617,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.settings.searchapplications.update({ @@ -7857,7 +7857,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.stats.getIndex({ @@ -8012,7 +8012,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.stats.getQuery({ @@ -8167,7 +8167,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.stats.getSession({ @@ -8322,7 +8322,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.stats.getUser({ @@ -8598,7 +8598,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.stats.index.datasources.get({ @@ -8811,7 +8811,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.stats.query.searchapplications.get({ @@ -9030,7 +9030,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.stats.session.searchapplications.get({ @@ -9249,7 +9249,7 @@ export namespace cloudsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudsearch.stats.user.searchapplications.get({ diff --git a/src/apis/cloudshell/v1.ts b/src/apis/cloudshell/v1.ts index 6e2e957f6b..15ac4a27ff 100644 --- a/src/apis/cloudshell/v1.ts +++ b/src/apis/cloudshell/v1.ts @@ -308,7 +308,7 @@ export namespace cloudshell_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.operations.cancel({ @@ -441,7 +441,7 @@ export namespace cloudshell_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.operations.delete({ @@ -567,7 +567,7 @@ export namespace cloudshell_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.operations.get({ @@ -698,7 +698,7 @@ export namespace cloudshell_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.operations.list({ diff --git a/src/apis/cloudshell/v1alpha1.ts b/src/apis/cloudshell/v1alpha1.ts index 1aa3abb11d..c185be9fdb 100644 --- a/src/apis/cloudshell/v1alpha1.ts +++ b/src/apis/cloudshell/v1alpha1.ts @@ -343,7 +343,7 @@ export namespace cloudshell_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.users.environments.authorize({ @@ -485,7 +485,7 @@ export namespace cloudshell_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.users.environments.get({ @@ -625,7 +625,7 @@ export namespace cloudshell_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.users.environments.patch({ @@ -789,7 +789,7 @@ export namespace cloudshell_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.users.environments.start({ @@ -991,7 +991,7 @@ export namespace cloudshell_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.users.environments.publicKeys.create({ @@ -1133,7 +1133,7 @@ export namespace cloudshell_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudshell.users.environments.publicKeys.delete({ diff --git a/src/apis/cloudtasks/v2.ts b/src/apis/cloudtasks/v2.ts index f18c4702ca..d41538358e 100644 --- a/src/apis/cloudtasks/v2.ts +++ b/src/apis/cloudtasks/v2.ts @@ -642,7 +642,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.get({ @@ -774,7 +774,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.list({ @@ -956,7 +956,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.create({ @@ -1113,7 +1113,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.delete({ @@ -1240,7 +1240,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.get({ @@ -1375,7 +1375,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.getIamPolicy({ @@ -1518,7 +1518,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.list({ @@ -1686,7 +1686,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.patch({ @@ -1858,7 +1858,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.pause({ @@ -2000,7 +2000,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.purge({ @@ -2142,7 +2142,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.resume({ @@ -2284,7 +2284,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.setIamPolicy({ @@ -2427,7 +2427,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.testIamPermissions({ @@ -2716,7 +2716,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.create({ @@ -2870,7 +2870,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.delete({ @@ -2998,7 +2998,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.get({ @@ -3152,7 +3152,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.list({ @@ -3323,7 +3323,7 @@ export namespace cloudtasks_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.run({ diff --git a/src/apis/cloudtasks/v2beta2.ts b/src/apis/cloudtasks/v2beta2.ts index 3f72d88055..fec8008c4c 100644 --- a/src/apis/cloudtasks/v2beta2.ts +++ b/src/apis/cloudtasks/v2beta2.ts @@ -682,7 +682,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.get({ @@ -814,7 +814,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.list({ @@ -996,7 +996,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.create({ @@ -1153,7 +1153,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.delete({ @@ -1280,7 +1280,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.get({ @@ -1419,7 +1419,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.getIamPolicy({ @@ -1562,7 +1562,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.list({ @@ -1730,7 +1730,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.patch({ @@ -1902,7 +1902,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.pause({ @@ -2047,7 +2047,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.purge({ @@ -2192,7 +2192,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.resume({ @@ -2337,7 +2337,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.setIamPolicy({ @@ -2480,7 +2480,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.testIamPermissions({ @@ -2773,7 +2773,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.acknowledge({ @@ -2913,7 +2913,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.cancelLease({ @@ -3062,7 +3062,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.create({ @@ -3212,7 +3212,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.delete({ @@ -3340,7 +3340,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.get({ @@ -3490,7 +3490,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.lease({ @@ -3637,7 +3637,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.list({ @@ -3808,7 +3808,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.renewLease({ @@ -3958,7 +3958,7 @@ export namespace cloudtasks_v2beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.run({ diff --git a/src/apis/cloudtasks/v2beta3.ts b/src/apis/cloudtasks/v2beta3.ts index 6f198bce7c..a542bee379 100644 --- a/src/apis/cloudtasks/v2beta3.ts +++ b/src/apis/cloudtasks/v2beta3.ts @@ -655,7 +655,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.get({ @@ -787,7 +787,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.list({ @@ -969,7 +969,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.create({ @@ -1128,7 +1128,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.delete({ @@ -1255,7 +1255,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.get({ @@ -1391,7 +1391,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.getIamPolicy({ @@ -1534,7 +1534,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.list({ @@ -1702,7 +1702,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.patch({ @@ -1876,7 +1876,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.pause({ @@ -2022,7 +2022,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.purge({ @@ -2168,7 +2168,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.resume({ @@ -2314,7 +2314,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.setIamPolicy({ @@ -2457,7 +2457,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.testIamPermissions({ @@ -2746,7 +2746,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.create({ @@ -2900,7 +2900,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.delete({ @@ -3028,7 +3028,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.get({ @@ -3182,7 +3182,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.list({ @@ -3353,7 +3353,7 @@ export namespace cloudtasks_v2beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtasks.projects.locations.queues.tasks.run({ diff --git a/src/apis/cloudtrace/v1.ts b/src/apis/cloudtrace/v1.ts index 07a1ce30f6..06ddbca97f 100644 --- a/src/apis/cloudtrace/v1.ts +++ b/src/apis/cloudtrace/v1.ts @@ -238,7 +238,7 @@ export namespace cloudtrace_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.patchTraces({ @@ -399,7 +399,7 @@ export namespace cloudtrace_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traces.get({ @@ -537,7 +537,7 @@ export namespace cloudtrace_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traces.list({ diff --git a/src/apis/cloudtrace/v2.ts b/src/apis/cloudtrace/v2.ts index 253fb3ea76..023d46ceee 100644 --- a/src/apis/cloudtrace/v2.ts +++ b/src/apis/cloudtrace/v2.ts @@ -479,7 +479,7 @@ export namespace cloudtrace_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traces.batchWrite({ @@ -641,7 +641,7 @@ export namespace cloudtrace_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traces.spans.createSpan({ diff --git a/src/apis/cloudtrace/v2beta1.ts b/src/apis/cloudtrace/v2beta1.ts index 5f3f755e20..02a1822159 100644 --- a/src/apis/cloudtrace/v2beta1.ts +++ b/src/apis/cloudtrace/v2beta1.ts @@ -212,7 +212,7 @@ export namespace cloudtrace_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traceSinks.create({ @@ -364,7 +364,7 @@ export namespace cloudtrace_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traceSinks.delete({ @@ -498,7 +498,7 @@ export namespace cloudtrace_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traceSinks.get({ @@ -635,7 +635,7 @@ export namespace cloudtrace_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traceSinks.list({ @@ -789,7 +789,7 @@ export namespace cloudtrace_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await cloudtrace.projects.traceSinks.patch({ diff --git a/src/apis/composer/v1.ts b/src/apis/composer/v1.ts index 6d88fa0b2c..197f2a9bba 100644 --- a/src/apis/composer/v1.ts +++ b/src/apis/composer/v1.ts @@ -515,7 +515,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.create({ @@ -666,7 +666,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.delete({ @@ -800,7 +800,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.get({ @@ -936,7 +936,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.list({ @@ -1080,7 +1080,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.patch({ @@ -1429,7 +1429,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.imageVersions.list({ @@ -1598,7 +1598,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.operations.delete({ @@ -1724,7 +1724,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.operations.get({ @@ -1856,7 +1856,7 @@ export namespace composer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.operations.list({ diff --git a/src/apis/composer/v1beta1.ts b/src/apis/composer/v1beta1.ts index 0aa20127d9..10a2e0954a 100644 --- a/src/apis/composer/v1beta1.ts +++ b/src/apis/composer/v1beta1.ts @@ -567,7 +567,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.create({ @@ -718,7 +718,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.delete({ @@ -852,7 +852,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.get({ @@ -988,7 +988,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.list({ @@ -1132,7 +1132,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.environments.patch({ @@ -1496,7 +1496,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.imageVersions.list({ @@ -1665,7 +1665,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.operations.delete({ @@ -1791,7 +1791,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.operations.get({ @@ -1923,7 +1923,7 @@ export namespace composer_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await composer.projects.locations.operations.list({ diff --git a/src/apis/compute/alpha.ts b/src/apis/compute/alpha.ts index 6fd0baeb5b..1bc43b2754 100644 --- a/src/apis/compute/alpha.ts +++ b/src/apis/compute/alpha.ts @@ -14836,7 +14836,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.aggregatedList({ @@ -15015,7 +15015,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.get({ @@ -15166,7 +15166,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.list({ @@ -15423,7 +15423,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.aggregatedList({ @@ -15598,7 +15598,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.delete({ @@ -15769,7 +15769,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.get({ @@ -15928,7 +15928,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.insert({ @@ -16124,7 +16124,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.list({ @@ -16291,7 +16291,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.setLabels({ @@ -16473,7 +16473,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.testIamPermissions({ @@ -16795,7 +16795,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.aggregatedList({ @@ -16971,7 +16971,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.delete({ @@ -17143,7 +17143,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.get({ @@ -17296,7 +17296,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.insert({ @@ -17487,7 +17487,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.list({ @@ -17654,7 +17654,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.patch({ @@ -17848,7 +17848,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.testIamPermissions({ @@ -18005,7 +18005,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.update({ @@ -18388,7 +18388,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.addSignedUrlKey({ @@ -18566,7 +18566,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.delete({ @@ -18734,7 +18734,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.deleteSignedUrlKey({ @@ -18906,7 +18906,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.get({ @@ -19054,7 +19054,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.getIamPolicy({ @@ -19200,7 +19200,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.insert({ @@ -19384,7 +19384,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.list({ @@ -19552,7 +19552,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.patch({ @@ -19738,7 +19738,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.setIamPolicy({ @@ -19893,7 +19893,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.testIamPermissions({ @@ -20047,7 +20047,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.update({ @@ -20436,7 +20436,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.addSignedUrlKey({ @@ -20615,7 +20615,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.aggregatedList({ @@ -20793,7 +20793,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.delete({ @@ -20961,7 +20961,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.deleteSignedUrlKey({ @@ -21133,7 +21133,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.get({ @@ -21303,7 +21303,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.getHealth({ @@ -21459,7 +21459,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.insert({ @@ -21665,7 +21665,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.list({ @@ -21833,7 +21833,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.patch({ @@ -22041,7 +22041,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.setSecurityPolicy({ @@ -22219,7 +22219,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.testIamPermissions({ @@ -22373,7 +22373,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.update({ @@ -22820,7 +22820,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.addResourcePolicies({ @@ -23001,7 +23001,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.aggregatedList({ @@ -23174,7 +23174,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.createSnapshot({ @@ -23379,7 +23379,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.delete({ @@ -23550,7 +23550,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.get({ @@ -23730,7 +23730,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.getIamPolicy({ @@ -23879,7 +23879,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.insert({ @@ -24097,7 +24097,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.list({ @@ -24263,7 +24263,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.removeResourcePolicies({ @@ -24445,7 +24445,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.resize({ @@ -24624,7 +24624,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.setIamPolicy({ @@ -24781,7 +24781,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.setLabels({ @@ -24962,7 +24962,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.testIamPermissions({ @@ -25425,7 +25425,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.aggregatedList({ @@ -25601,7 +25601,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.get({ @@ -25753,7 +25753,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.list({ @@ -26003,7 +26003,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.delete({ @@ -26172,7 +26172,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.get({ @@ -26322,7 +26322,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.insert({ @@ -26506,7 +26506,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.list({ @@ -26677,7 +26677,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.setLabels({ @@ -26849,7 +26849,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.testIamPermissions({ @@ -27112,7 +27112,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.delete({ @@ -27280,7 +27280,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.get({ @@ -27437,7 +27437,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.insert({ @@ -27630,7 +27630,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.list({ @@ -27793,7 +27793,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.patch({ @@ -27990,7 +27990,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.testIamPermissions({ @@ -28144,7 +28144,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.update({ @@ -28468,7 +28468,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.aggregatedList({ @@ -28646,7 +28646,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.delete({ @@ -28818,7 +28818,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.get({ @@ -28986,7 +28986,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.insert({ @@ -29191,7 +29191,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.list({ @@ -29362,7 +29362,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.patch({ @@ -29569,7 +29569,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.setLabels({ @@ -29750,7 +29750,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.setTarget({ @@ -29931,7 +29931,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.testIamPermissions({ @@ -30304,7 +30304,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.delete({ @@ -30473,7 +30473,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.get({ @@ -30630,7 +30630,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.getOwnerInstance({ @@ -30775,7 +30775,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.insert({ @@ -30968,7 +30968,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.list({ @@ -31132,7 +31132,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.setLabels({ @@ -31304,7 +31304,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.testIamPermissions({ @@ -31578,7 +31578,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.delete({ @@ -31747,7 +31747,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.get({ @@ -31912,7 +31912,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.insert({ @@ -32114,7 +32114,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.list({ @@ -32282,7 +32282,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.patch({ @@ -32486,7 +32486,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.setLabels({ @@ -32657,7 +32657,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.setTarget({ @@ -32835,7 +32835,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.testIamPermissions({ @@ -33138,7 +33138,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.attachNetworkEndpoints({ @@ -33317,7 +33317,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.delete({ @@ -33485,7 +33485,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.detachNetworkEndpoints({ @@ -33665,7 +33665,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.get({ @@ -33827,7 +33827,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.insert({ @@ -34021,7 +34021,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.list({ @@ -34192,7 +34192,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.listNetworkEndpoints({ @@ -34525,7 +34525,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.aggregatedList({ @@ -34701,7 +34701,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.delete({ @@ -34833,7 +34833,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.get({ @@ -34995,7 +34995,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.list({ @@ -35160,7 +35160,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.wait({ @@ -35420,7 +35420,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOrganizationOperations.delete({ @@ -35551,7 +35551,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOrganizationOperations.get({ @@ -35712,7 +35712,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOrganizationOperations.list({ @@ -35932,7 +35932,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalPublicDelegatedPrefixes.delete({ @@ -36101,7 +36101,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalPublicDelegatedPrefixes.get({ @@ -36256,7 +36256,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalPublicDelegatedPrefixes.insert({ @@ -36443,7 +36443,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalPublicDelegatedPrefixes.list({ @@ -36615,7 +36615,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalPublicDelegatedPrefixes.patch({ @@ -36902,7 +36902,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.aggregatedList({ @@ -37078,7 +37078,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.delete({ @@ -37247,7 +37247,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.get({ @@ -37404,7 +37404,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.insert({ @@ -37598,7 +37598,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.list({ @@ -37762,7 +37762,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.patch({ @@ -37960,7 +37960,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.testIamPermissions({ @@ -38114,7 +38114,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.update({ @@ -38474,7 +38474,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.delete({ @@ -38643,7 +38643,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.get({ @@ -38794,7 +38794,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.insert({ @@ -38982,7 +38982,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.list({ @@ -39150,7 +39150,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.patch({ @@ -39341,7 +39341,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.testIamPermissions({ @@ -39495,7 +39495,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.update({ @@ -39818,7 +39818,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.delete({ @@ -39987,7 +39987,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.get({ @@ -40138,7 +40138,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.insert({ @@ -40326,7 +40326,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.list({ @@ -40496,7 +40496,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.patch({ @@ -40687,7 +40687,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.testIamPermissions({ @@ -40841,7 +40841,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.update({ @@ -41164,7 +41164,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.delete({ @@ -41331,7 +41331,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.deprecate({ @@ -41512,7 +41512,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.get({ @@ -41680,7 +41680,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.getFromFamily({ @@ -41849,7 +41849,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.getIamPolicy({ @@ -41998,7 +41998,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.insert({ @@ -42204,7 +42204,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.list({ @@ -42367,7 +42367,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.patch({ @@ -42573,7 +42573,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.setIamPolicy({ @@ -42727,7 +42727,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.setLabels({ @@ -42898,7 +42898,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.testIamPermissions({ @@ -43240,7 +43240,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.abandonInstances({ @@ -43421,7 +43421,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.aggregatedList({ @@ -43599,7 +43599,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.applyUpdatesToInstances({ @@ -43777,7 +43777,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.createInstances({ @@ -43957,7 +43957,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.delete({ @@ -44128,7 +44128,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.deleteInstances({ @@ -44308,7 +44308,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.deletePerInstanceConfigs({ @@ -44484,7 +44484,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.get({ @@ -44655,7 +44655,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.insert({ @@ -44858,7 +44858,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.list({ @@ -45032,7 +45032,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.listErrors({ @@ -45215,7 +45215,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.listManagedInstances({ @@ -45402,7 +45402,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.listPerInstanceConfigs({ @@ -45592,7 +45592,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.patch({ @@ -45797,7 +45797,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.patchPerInstanceConfigs({ @@ -45979,7 +45979,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.recreateInstances({ @@ -46159,7 +46159,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.resize({ @@ -46333,7 +46333,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.resizeAdvanced({ @@ -46514,7 +46514,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.setAutoHealingPolicies({ @@ -46696,7 +46696,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.setInstanceTemplate({ @@ -46876,7 +46876,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.setTargetPools({ @@ -47058,7 +47058,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.testIamPermissions({ @@ -47215,7 +47215,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.update({ @@ -47420,7 +47420,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.updatePerInstanceConfigs({ @@ -48198,7 +48198,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.addInstances({ @@ -48379,7 +48379,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.aggregatedList({ @@ -48555,7 +48555,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.delete({ @@ -48727,7 +48727,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.get({ @@ -48881,7 +48881,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.insert({ @@ -49072,7 +49072,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.list({ @@ -49244,7 +49244,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.listInstances({ @@ -49431,7 +49431,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.removeInstances({ @@ -49611,7 +49611,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.setNamedPorts({ @@ -49793,7 +49793,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.testIamPermissions({ @@ -50206,7 +50206,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.addAccessConfig({ @@ -50397,7 +50397,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.addResourcePolicies({ @@ -50578,7 +50578,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.aggregatedList({ @@ -50753,7 +50753,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.attachDisk({ @@ -50951,7 +50951,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.bulkInsert({ @@ -51132,7 +51132,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.delete({ @@ -51302,7 +51302,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.deleteAccessConfig({ @@ -51485,7 +51485,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.detachDisk({ @@ -51660,7 +51660,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.get({ @@ -51843,7 +51843,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getEffectiveFirewalls({ @@ -52004,7 +52004,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getGuestAttributes({ @@ -52159,7 +52159,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getIamPolicy({ @@ -52309,7 +52309,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getScreenshot({ @@ -52452,7 +52452,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getSerialPortOutput({ @@ -52606,7 +52606,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getShieldedInstanceIdentity({ @@ -52757,7 +52757,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getShieldedVmIdentity({ @@ -52905,7 +52905,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.insert({ @@ -53140,7 +53140,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.list({ @@ -53308,7 +53308,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.listReferrers({ @@ -53486,7 +53486,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.removeResourcePolicies({ @@ -53668,7 +53668,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.reset({ @@ -53838,7 +53838,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.resume({ @@ -54018,7 +54018,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setDeletionProtection({ @@ -54194,7 +54194,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setDiskAutoDelete({ @@ -54377,7 +54377,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setIamPolicy({ @@ -54534,7 +54534,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setLabels({ @@ -54715,7 +54715,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMachineResources({ @@ -54895,7 +54895,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMachineType({ @@ -55075,7 +55075,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMetadata({ @@ -55257,7 +55257,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMinCpuPlatform({ @@ -55437,7 +55437,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setName({ @@ -55618,7 +55618,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setScheduling({ @@ -55806,7 +55806,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setServiceAccount({ @@ -55987,7 +55987,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setShieldedInstanceIntegrityPolicy({ @@ -56169,7 +56169,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setShieldedVmIntegrityPolicy({ @@ -56351,7 +56351,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setTags({ @@ -56532,7 +56532,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.simulateMaintenanceEvent({ @@ -56698,7 +56698,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.start({ @@ -56868,7 +56868,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.startWithEncryptionKey({ @@ -57051,7 +57051,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.stop({ @@ -57224,7 +57224,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.suspend({ @@ -57399,7 +57399,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.testIamPermissions({ @@ -57556,7 +57556,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.update({ @@ -57783,7 +57783,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateAccessConfig({ @@ -57974,7 +57974,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateDisplayDevice({ @@ -58154,7 +58154,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateNetworkInterface({ @@ -58347,7 +58347,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateShieldedInstanceConfig({ @@ -58531,7 +58531,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateShieldedVmConfig({ @@ -59837,7 +59837,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.delete({ @@ -60006,7 +60006,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.get({ @@ -60154,7 +60154,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.getIamPolicy({ @@ -60300,7 +60300,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.insert({ @@ -60484,7 +60484,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.list({ @@ -60654,7 +60654,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.setIamPolicy({ @@ -60809,7 +60809,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.testIamPermissions({ @@ -61088,7 +61088,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.aggregatedList({ @@ -61272,7 +61272,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.delete({ @@ -61445,7 +61445,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.get({ @@ -61620,7 +61620,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.getIamPolicy({ @@ -61769,7 +61769,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.insert({ @@ -61977,7 +61977,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.list({ @@ -62152,7 +62152,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.patch({ @@ -62360,7 +62360,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.setIamPolicy({ @@ -62517,7 +62517,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.setLabels({ @@ -62699,7 +62699,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.testIamPermissions({ @@ -63092,7 +63092,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectLocations.get({ @@ -63251,7 +63251,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectLocations.list({ @@ -63422,7 +63422,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectLocations.testIamPermissions({ @@ -63638,7 +63638,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.delete({ @@ -63807,7 +63807,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.get({ @@ -63970,7 +63970,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.getDiagnostics({ @@ -64118,7 +64118,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.getIamPolicy({ @@ -64264,7 +64264,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.insert({ @@ -64462,7 +64462,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.list({ @@ -64626,7 +64626,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.patch({ @@ -64827,7 +64827,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.setIamPolicy({ @@ -64981,7 +64981,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.setLabels({ @@ -65153,7 +65153,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.testIamPermissions({ @@ -65479,7 +65479,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenseCodes.get({ @@ -65625,7 +65625,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenseCodes.getIamPolicy({ @@ -65771,7 +65771,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenseCodes.setIamPolicy({ @@ -65926,7 +65926,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenseCodes.testIamPermissions({ @@ -66145,7 +66145,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.delete({ @@ -66313,7 +66313,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.get({ @@ -66461,7 +66461,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.getIamPolicy({ @@ -66610,7 +66610,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.insert({ @@ -66793,7 +66793,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.list({ @@ -66960,7 +66960,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.setIamPolicy({ @@ -67115,7 +67115,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.testIamPermissions({ @@ -67389,7 +67389,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.delete({ @@ -67558,7 +67558,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.get({ @@ -67711,7 +67711,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.getIamPolicy({ @@ -67857,7 +67857,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.insert({ @@ -68048,7 +68048,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.list({ @@ -68212,7 +68212,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.setIamPolicy({ @@ -68367,7 +68367,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.testIamPermissions({ @@ -68650,7 +68650,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.aggregatedList({ @@ -68827,7 +68827,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.get({ @@ -68982,7 +68982,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.list({ @@ -69235,7 +69235,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.aggregatedList({ @@ -69413,7 +69413,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.attachNetworkEndpoints({ @@ -69595,7 +69595,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.delete({ @@ -69766,7 +69766,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.detachNetworkEndpoints({ @@ -69949,7 +69949,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.get({ @@ -70114,7 +70114,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.insert({ @@ -70311,7 +70311,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.list({ @@ -70485,7 +70485,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.listNetworkEndpoints({ @@ -70683,7 +70683,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.testIamPermissions({ @@ -71072,7 +71072,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.addPeering({ @@ -71254,7 +71254,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.delete({ @@ -71422,7 +71422,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.get({ @@ -71573,7 +71573,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.getEffectiveFirewalls({ @@ -71727,7 +71727,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.insert({ @@ -71913,7 +71913,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.list({ @@ -72077,7 +72077,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.listIpAddresses({ @@ -72251,7 +72251,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.listIpOwners({ @@ -72435,7 +72435,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.listPeeringRoutes({ @@ -72619,7 +72619,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.patch({ @@ -72808,7 +72808,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.removePeering({ @@ -72985,7 +72985,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.switchToCustomMode({ @@ -73154,7 +73154,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.testIamPermissions({ @@ -73308,7 +73308,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.updatePeering({ @@ -73808,7 +73808,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.addNodes({ @@ -73989,7 +73989,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.aggregatedList({ @@ -74165,7 +74165,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.delete({ @@ -74336,7 +74336,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.deleteNodes({ @@ -74517,7 +74517,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.get({ @@ -74673,7 +74673,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.getIamPolicy({ @@ -74822,7 +74822,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.insert({ @@ -75018,7 +75018,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.list({ @@ -75186,7 +75186,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.listNodes({ @@ -75360,7 +75360,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.patch({ @@ -75554,7 +75554,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.setIamPolicy({ @@ -75711,7 +75711,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.setNodeTemplate({ @@ -75892,7 +75892,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.testIamPermissions({ @@ -76365,7 +76365,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.aggregatedList({ @@ -76541,7 +76541,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.delete({ @@ -76713,7 +76713,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.get({ @@ -76871,7 +76871,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.getIamPolicy({ @@ -77020,7 +77020,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.insert({ @@ -77214,7 +77214,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.list({ @@ -77382,7 +77382,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.setIamPolicy({ @@ -77540,7 +77540,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.testIamPermissions({ @@ -77881,7 +77881,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.aggregatedList({ @@ -78057,7 +78057,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.get({ @@ -78210,7 +78210,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.list({ @@ -78460,7 +78460,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.addAssociation({ @@ -78639,7 +78639,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.addRule({ @@ -78823,7 +78823,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.copyRules({ @@ -78990,7 +78990,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.delete({ @@ -79155,7 +79155,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.get({ @@ -79306,7 +79306,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.getAssociation({ @@ -79454,7 +79454,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.getRule({ @@ -79605,7 +79605,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.insert({ @@ -79795,7 +79795,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.list({ @@ -79961,7 +79961,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.listAssociations({ @@ -80122,7 +80122,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.move({ @@ -80289,7 +80289,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.patch({ @@ -80478,7 +80478,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.patchRule({ @@ -80665,7 +80665,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.removeAssociation({ @@ -80832,7 +80832,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.removeRule({ @@ -81230,7 +81230,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.aggregatedList({ @@ -81408,7 +81408,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.delete({ @@ -81580,7 +81580,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.get({ @@ -81734,7 +81734,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.insert({ @@ -81925,7 +81925,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.list({ @@ -82096,7 +82096,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.patch({ @@ -82290,7 +82290,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.testIamPermissions({ @@ -82615,7 +82615,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.disableXpnHost({ @@ -82779,7 +82779,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.disableXpnResource({ @@ -82952,7 +82952,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.enableXpnHost({ @@ -83116,7 +83116,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.enableXpnResource({ @@ -83290,7 +83290,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.get({ @@ -83436,7 +83436,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.getXpnHost({ @@ -83582,7 +83582,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.getXpnResources({ @@ -83747,7 +83747,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.listXpnHosts({ @@ -83917,7 +83917,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.moveDisk({ @@ -84091,7 +84091,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.moveInstance({ @@ -84265,7 +84265,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setCommonInstanceMetadata({ @@ -84443,7 +84443,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setDefaultNetworkTier({ @@ -84619,7 +84619,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setDefaultServiceAccount({ @@ -84798,7 +84798,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setUsageExportBucket({ @@ -85196,7 +85196,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicAdvertisedPrefixes.delete({ @@ -85366,7 +85366,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicAdvertisedPrefixes.get({ @@ -85522,7 +85522,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicAdvertisedPrefixes.insert({ @@ -85709,7 +85709,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicAdvertisedPrefixes.list({ @@ -85881,7 +85881,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicAdvertisedPrefixes.patch({ @@ -86169,7 +86169,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicDelegatedPrefixes.aggregatedList({ @@ -86347,7 +86347,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicDelegatedPrefixes.delete({ @@ -86519,7 +86519,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicDelegatedPrefixes.get({ @@ -86677,7 +86677,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicDelegatedPrefixes.insert({ @@ -86867,7 +86867,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicDelegatedPrefixes.list({ @@ -87042,7 +87042,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.publicDelegatedPrefixes.patch({ @@ -87382,7 +87382,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.delete({ @@ -87554,7 +87554,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.get({ @@ -87708,7 +87708,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.insert({ @@ -87899,7 +87899,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.list({ @@ -88072,7 +88072,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.patch({ @@ -88266,7 +88266,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.testIamPermissions({ @@ -88423,7 +88423,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.update({ @@ -88777,7 +88777,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.delete({ @@ -88949,7 +88949,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.get({ @@ -89122,7 +89122,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.getHealth({ @@ -89281,7 +89281,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.insert({ @@ -89490,7 +89490,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.list({ @@ -89661,7 +89661,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.patch({ @@ -89873,7 +89873,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.testIamPermissions({ @@ -90030,7 +90030,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.update({ @@ -90423,7 +90423,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.aggregatedList({ @@ -90600,7 +90600,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.get({ @@ -90758,7 +90758,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.insert({ @@ -90953,7 +90953,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.list({ @@ -91122,7 +91122,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.testIamPermissions({ @@ -91279,7 +91279,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.updateReservations({ @@ -91608,7 +91608,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.addResourcePolicies({ @@ -91788,7 +91788,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.createSnapshot({ @@ -91993,7 +91993,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.delete({ @@ -92165,7 +92165,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.get({ @@ -92345,7 +92345,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.getIamPolicy({ @@ -92494,7 +92494,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.insert({ @@ -92714,7 +92714,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.list({ @@ -92881,7 +92881,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.removeResourcePolicies({ @@ -93063,7 +93063,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.resize({ @@ -93243,7 +93243,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.setIamPolicy({ @@ -93400,7 +93400,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.setLabels({ @@ -93582,7 +93582,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.testIamPermissions({ @@ -94018,7 +94018,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDiskTypes.get({ @@ -94171,7 +94171,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDiskTypes.list({ @@ -94396,7 +94396,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.delete({ @@ -94568,7 +94568,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.get({ @@ -94729,7 +94729,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.insert({ @@ -94927,7 +94927,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.list({ @@ -95095,7 +95095,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.patch({ @@ -95296,7 +95296,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.testIamPermissions({ @@ -95453,7 +95453,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.update({ @@ -95814,7 +95814,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.delete({ @@ -95986,7 +95986,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.get({ @@ -96143,7 +96143,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.insert({ @@ -96334,7 +96334,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.list({ @@ -96507,7 +96507,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.patch({ @@ -96701,7 +96701,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.testIamPermissions({ @@ -96995,7 +96995,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInPlaceSnapshots.delete({ @@ -97167,7 +97167,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInPlaceSnapshots.get({ @@ -97324,7 +97324,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInPlaceSnapshots.getIamPolicy({ @@ -97473,7 +97473,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInPlaceSnapshots.insert({ @@ -97666,7 +97666,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInPlaceSnapshots.list({ @@ -97837,7 +97837,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInPlaceSnapshots.setIamPolicy({ @@ -97994,7 +97994,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInPlaceSnapshots.setLabels({ @@ -98176,7 +98176,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInPlaceSnapshots.testIamPermissions({ @@ -98509,7 +98509,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.abandonInstances({ @@ -98689,7 +98689,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.applyUpdatesToInstances( @@ -98869,7 +98869,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.createInstances({ @@ -99049,7 +99049,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.delete({ @@ -99220,7 +99220,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.deleteInstances({ @@ -99400,7 +99400,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.deletePerInstanceConfigs( @@ -99578,7 +99578,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.get({ @@ -99749,7 +99749,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.insert({ @@ -99952,7 +99952,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.list({ @@ -100130,7 +100130,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.listErrors({ @@ -100321,7 +100321,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.listManagedInstances({ @@ -100508,7 +100508,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.listPerInstanceConfigs({ @@ -100698,7 +100698,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.patch({ @@ -100903,7 +100903,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.patchPerInstanceConfigs( @@ -101087,7 +101087,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.recreateInstances({ @@ -101267,7 +101267,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.resize({ @@ -101441,7 +101441,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.setAutoHealingPolicies({ @@ -101623,7 +101623,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.setInstanceTemplate({ @@ -101803,7 +101803,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.setTargetPools({ @@ -101985,7 +101985,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.testIamPermissions({ @@ -102142,7 +102142,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.update({ @@ -102347,7 +102347,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.updatePerInstanceConfigs( @@ -103073,7 +103073,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.get({ @@ -103228,7 +103228,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.list({ @@ -103402,7 +103402,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.listInstances({ @@ -103592,7 +103592,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.setNamedPorts({ @@ -103774,7 +103774,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.testIamPermissions({ @@ -104069,7 +104069,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstances.bulkInsert({ @@ -104278,7 +104278,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNetworkEndpointGroups.delete({ @@ -104450,7 +104450,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNetworkEndpointGroups.get({ @@ -104615,7 +104615,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNetworkEndpointGroups.insert({ @@ -104812,7 +104812,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNetworkEndpointGroups.list({ @@ -105078,7 +105078,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.delete({ @@ -105250,7 +105250,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.get({ @@ -105403,7 +105403,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.insert({ @@ -105588,7 +105588,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.list({ @@ -105762,7 +105762,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.testIamPermissions({ @@ -106032,7 +106032,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.delete({ @@ -106167,7 +106167,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.get({ @@ -106332,7 +106332,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.list({ @@ -106501,7 +106501,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.wait({ @@ -106750,7 +106750,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regions.get({ @@ -106897,7 +106897,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regions.list({ @@ -107104,7 +107104,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.delete({ @@ -107276,7 +107276,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.get({ @@ -107431,7 +107431,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.insert({ @@ -107623,7 +107623,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.list({ @@ -107795,7 +107795,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.testIamPermissions({ @@ -108065,7 +108065,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.delete({ @@ -108237,7 +108237,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.get({ @@ -108388,7 +108388,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.insert({ @@ -108576,7 +108576,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.list({ @@ -108747,7 +108747,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.setUrlMap({ @@ -108928,7 +108928,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.testIamPermissions({ @@ -109222,7 +109222,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.delete({ @@ -109394,7 +109394,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.get({ @@ -109550,7 +109550,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.insert({ @@ -109743,7 +109743,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.list({ @@ -109916,7 +109916,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.setSslCertificates({ @@ -110096,7 +110096,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.setUrlMap({ @@ -110277,7 +110277,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.testIamPermissions({ @@ -110595,7 +110595,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.delete({ @@ -110763,7 +110763,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.get({ @@ -110918,7 +110918,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.insert({ @@ -111105,7 +111105,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.invalidateCache({ @@ -111283,7 +111283,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.list({ @@ -111451,7 +111451,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.patch({ @@ -111642,7 +111642,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.testIamPermissions({ @@ -111799,7 +111799,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.update({ @@ -111989,7 +111989,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.validate({ @@ -112352,7 +112352,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.aggregatedList({ @@ -112528,7 +112528,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.delete({ @@ -112700,7 +112700,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.get({ @@ -112852,7 +112852,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.getIamPolicy({ @@ -113001,7 +113001,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.insert({ @@ -113190,7 +113190,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.list({ @@ -113358,7 +113358,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.resize({ @@ -113538,7 +113538,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.setIamPolicy({ @@ -113696,7 +113696,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.testIamPermissions({ @@ -114060,7 +114060,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.aggregatedList({ @@ -114239,7 +114239,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.delete({ @@ -114411,7 +114411,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.get({ @@ -114564,7 +114564,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.getIamPolicy({ @@ -114713,7 +114713,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.insert({ @@ -114902,7 +114902,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.list({ @@ -115074,7 +115074,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.setIamPolicy({ @@ -115232,7 +115232,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.testIamPermissions({ @@ -115573,7 +115573,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.aggregatedList({ @@ -115748,7 +115748,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.delete({ @@ -115919,7 +115919,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.get({ @@ -116072,7 +116072,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.getNatMappingInfo({ @@ -116254,7 +116254,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.getRouterStatus({ @@ -116403,7 +116403,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.insert({ @@ -116592,7 +116592,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.list({ @@ -116759,7 +116759,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.patch({ @@ -116951,7 +116951,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.preview({ @@ -117120,7 +117120,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.testIamPermissions({ @@ -117277,7 +117277,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.update({ @@ -117727,7 +117727,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.delete({ @@ -117895,7 +117895,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.get({ @@ -118051,7 +118051,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.insert({ @@ -118243,7 +118243,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.list({ @@ -118407,7 +118407,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.testIamPermissions({ @@ -118650,7 +118650,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.addRule({ @@ -118834,7 +118834,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.delete({ @@ -119003,7 +119003,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.get({ @@ -119158,7 +119158,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.getRule({ @@ -119313,7 +119313,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.insert({ @@ -119507,7 +119507,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.list({ @@ -119674,7 +119674,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.listPreconfiguredExpressionSets({ @@ -119860,7 +119860,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.patch({ @@ -120053,7 +120053,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.patchRule({ @@ -120240,7 +120240,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.removeRule({ @@ -120404,7 +120404,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.setLabels({ @@ -120576,7 +120576,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.testIamPermissions({ @@ -120964,7 +120964,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.serviceAttachments.delete({ @@ -121136,7 +121136,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.serviceAttachments.get({ @@ -121291,7 +121291,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.serviceAttachments.getIamPolicy({ @@ -121440,7 +121440,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.serviceAttachments.insert({ @@ -121628,7 +121628,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.serviceAttachments.list({ @@ -121801,7 +121801,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.serviceAttachments.setIamPolicy({ @@ -121959,7 +121959,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.serviceAttachments.testIamPermissions({ @@ -122268,7 +122268,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.delete({ @@ -122436,7 +122436,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.get({ @@ -122596,7 +122596,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.getIamPolicy({ @@ -122743,7 +122743,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.list({ @@ -122906,7 +122906,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.setIamPolicy({ @@ -123060,7 +123060,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.setLabels({ @@ -123232,7 +123232,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.testIamPermissions({ @@ -123508,7 +123508,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.aggregatedList({ @@ -123686,7 +123686,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.delete({ @@ -123855,7 +123855,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.get({ @@ -124007,7 +124007,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.insert({ @@ -124196,7 +124196,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.list({ @@ -124365,7 +124365,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.testIamPermissions({ @@ -124643,7 +124643,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.delete({ @@ -124812,7 +124812,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.get({ @@ -124962,7 +124962,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.insert({ @@ -125149,7 +125149,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.list({ @@ -125313,7 +125313,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.listAvailableFeatures({ @@ -125488,7 +125488,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.patch({ @@ -125679,7 +125679,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.testIamPermissions({ @@ -125972,7 +125972,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.aggregatedList({ @@ -126148,7 +126148,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.delete({ @@ -126319,7 +126319,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.expandIpCidrRange({ @@ -126500,7 +126500,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.get({ @@ -126667,7 +126667,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.getIamPolicy({ @@ -126816,7 +126816,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.insert({ @@ -127020,7 +127020,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.list({ @@ -127188,7 +127188,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.listUsable({ @@ -127362,7 +127362,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.patch({ @@ -127571,7 +127571,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.setIamPolicy({ @@ -127728,7 +127728,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.setPrivateIpGoogleAccess({ @@ -127911,7 +127911,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.testIamPermissions({ @@ -128352,7 +128352,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetGrpcProxies.delete({ @@ -128521,7 +128521,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetGrpcProxies.get({ @@ -128668,7 +128668,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetGrpcProxies.insert({ @@ -128852,7 +128852,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetGrpcProxies.list({ @@ -129020,7 +129020,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetGrpcProxies.patch({ @@ -129207,7 +129207,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetGrpcProxies.testIamPermissions({ @@ -129475,7 +129475,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.aggregatedList({ @@ -129653,7 +129653,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.delete({ @@ -129822,7 +129822,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.get({ @@ -129970,7 +129970,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.insert({ @@ -130155,7 +130155,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.list({ @@ -130323,7 +130323,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.setUrlMap({ @@ -130501,7 +130501,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.testIamPermissions({ @@ -130800,7 +130800,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.aggregatedList({ @@ -130978,7 +130978,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.delete({ @@ -131147,7 +131147,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.get({ @@ -131300,7 +131300,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.insert({ @@ -131490,7 +131490,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.list({ @@ -131660,7 +131660,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setCertificateMap({ @@ -131837,7 +131837,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setQuicOverride({ @@ -132014,7 +132014,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setSslCertificates({ @@ -132191,7 +132191,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setSslPolicy({ @@ -132368,7 +132368,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setUrlMap({ @@ -132546,7 +132546,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.testIamPermissions({ @@ -132925,7 +132925,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.aggregatedList({ @@ -133103,7 +133103,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.delete({ @@ -133275,7 +133275,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.get({ @@ -133426,7 +133426,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.insert({ @@ -133614,7 +133614,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.list({ @@ -133786,7 +133786,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.testIamPermissions({ @@ -134087,7 +134087,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.addHealthCheck({ @@ -134267,7 +134267,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.addInstance({ @@ -134448,7 +134448,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.aggregatedList({ @@ -134624,7 +134624,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.delete({ @@ -134796,7 +134796,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.get({ @@ -134949,7 +134949,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.getHealth({ @@ -135107,7 +135107,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.insert({ @@ -135297,7 +135297,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.list({ @@ -135464,7 +135464,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.removeHealthCheck({ @@ -135644,7 +135644,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.removeInstance({ @@ -135824,7 +135824,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.setBackup({ @@ -136008,7 +136008,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.testIamPermissions({ @@ -136451,7 +136451,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.delete({ @@ -136620,7 +136620,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.get({ @@ -136768,7 +136768,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.insert({ @@ -136953,7 +136953,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.list({ @@ -137121,7 +137121,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setBackendService({ @@ -137298,7 +137298,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setCertificateMap({ @@ -137475,7 +137475,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setProxyHeader({ @@ -137652,7 +137652,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setSslCertificates({ @@ -137829,7 +137829,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setSslPolicy({ @@ -138007,7 +138007,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.testIamPermissions({ @@ -138354,7 +138354,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.delete({ @@ -138523,7 +138523,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.get({ @@ -138668,7 +138668,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.insert({ @@ -138850,7 +138850,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.list({ @@ -139018,7 +139018,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.setBackendService({ @@ -139195,7 +139195,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.setProxyHeader({ @@ -139373,7 +139373,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.testIamPermissions({ @@ -139661,7 +139661,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.aggregatedList({ @@ -139839,7 +139839,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.delete({ @@ -140011,7 +140011,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.get({ @@ -140164,7 +140164,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.insert({ @@ -140354,7 +140354,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.list({ @@ -140527,7 +140527,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.setLabels({ @@ -140709,7 +140709,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.testIamPermissions({ @@ -141035,7 +141035,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.aggregatedList({ @@ -141210,7 +141210,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.delete({ @@ -141378,7 +141378,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.get({ @@ -141529,7 +141529,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.insert({ @@ -141715,7 +141715,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.invalidateCache({ @@ -141894,7 +141894,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.list({ @@ -142057,7 +142057,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.patch({ @@ -142248,7 +142248,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.testIamPermissions({ @@ -142402,7 +142402,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.update({ @@ -142592,7 +142592,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.validate({ @@ -142939,7 +142939,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.aggregatedList({ @@ -143115,7 +143115,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.delete({ @@ -143287,7 +143287,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.get({ @@ -143438,7 +143438,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.getStatus({ @@ -143588,7 +143588,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.insert({ @@ -143776,7 +143776,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.list({ @@ -143943,7 +143943,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.setLabels({ @@ -144125,7 +144125,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.testIamPermissions({ @@ -144464,7 +144464,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.aggregatedList({ @@ -144640,7 +144640,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.delete({ @@ -144812,7 +144812,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.get({ @@ -144975,7 +144975,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.insert({ @@ -145176,7 +145176,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.list({ @@ -145343,7 +145343,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.setLabels({ @@ -145525,7 +145525,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.testIamPermissions({ @@ -145848,7 +145848,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneInPlaceSnapshots.delete({ @@ -146020,7 +146020,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneInPlaceSnapshots.get({ @@ -146177,7 +146177,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneInPlaceSnapshots.getIamPolicy({ @@ -146326,7 +146326,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneInPlaceSnapshots.insert({ @@ -146519,7 +146519,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneInPlaceSnapshots.list({ @@ -146690,7 +146690,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneInPlaceSnapshots.setIamPolicy({ @@ -146847,7 +146847,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneInPlaceSnapshots.setLabels({ @@ -147029,7 +147029,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneInPlaceSnapshots.testIamPermissions({ @@ -147362,7 +147362,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.delete({ @@ -147497,7 +147497,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.get({ @@ -147662,7 +147662,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.list({ @@ -147831,7 +147831,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.wait({ @@ -148080,7 +148080,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zones.get({ @@ -148226,7 +148226,7 @@ export namespace compute_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zones.list({ diff --git a/src/apis/compute/beta.ts b/src/apis/compute/beta.ts index dcd800ccdc..42b7b46f6e 100644 --- a/src/apis/compute/beta.ts +++ b/src/apis/compute/beta.ts @@ -12824,7 +12824,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.aggregatedList({ @@ -12999,7 +12999,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.get({ @@ -13149,7 +13149,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.list({ @@ -13395,7 +13395,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.aggregatedList({ @@ -13566,7 +13566,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.delete({ @@ -13736,7 +13736,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.get({ @@ -13894,7 +13894,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.insert({ @@ -14088,7 +14088,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.list({ @@ -14252,7 +14252,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.setLabels({ @@ -14433,7 +14433,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.testIamPermissions({ @@ -14747,7 +14747,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.aggregatedList({ @@ -14919,7 +14919,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.delete({ @@ -15090,7 +15090,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.get({ @@ -15242,7 +15242,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.insert({ @@ -15431,7 +15431,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.list({ @@ -15595,7 +15595,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.patch({ @@ -15787,7 +15787,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.testIamPermissions({ @@ -15944,7 +15944,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.update({ @@ -16317,7 +16317,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.addSignedUrlKey({ @@ -16494,7 +16494,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.delete({ @@ -16661,7 +16661,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.deleteSignedUrlKey({ @@ -16832,7 +16832,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.get({ @@ -16978,7 +16978,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.insert({ @@ -17159,7 +17159,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.list({ @@ -17323,7 +17323,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.patch({ @@ -17507,7 +17507,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.update({ @@ -17843,7 +17843,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.addSignedUrlKey({ @@ -18021,7 +18021,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.aggregatedList({ @@ -18195,7 +18195,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.delete({ @@ -18362,7 +18362,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.deleteSignedUrlKey({ @@ -18533,7 +18533,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.get({ @@ -18702,7 +18702,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.getHealth({ @@ -18858,7 +18858,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.insert({ @@ -19062,7 +19062,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.list({ @@ -19227,7 +19227,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.patch({ @@ -19433,7 +19433,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.setSecurityPolicy({ @@ -19610,7 +19610,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.testIamPermissions({ @@ -19764,7 +19764,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.update({ @@ -20201,7 +20201,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.addResourcePolicies({ @@ -20381,7 +20381,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.aggregatedList({ @@ -20550,7 +20550,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.createSnapshot({ @@ -20752,7 +20752,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.delete({ @@ -20922,7 +20922,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.get({ @@ -21095,7 +21095,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.getIamPolicy({ @@ -21244,7 +21244,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.insert({ @@ -21454,7 +21454,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.list({ @@ -21617,7 +21617,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.removeResourcePolicies({ @@ -21798,7 +21798,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.resize({ @@ -21976,7 +21976,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.setIamPolicy({ @@ -22133,7 +22133,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.setLabels({ @@ -22313,7 +22313,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.testIamPermissions({ @@ -22768,7 +22768,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.aggregatedList({ @@ -22940,7 +22940,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.get({ @@ -23091,7 +23091,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.list({ @@ -23330,7 +23330,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.delete({ @@ -23498,7 +23498,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.get({ @@ -23648,7 +23648,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.insert({ @@ -23831,7 +23831,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.list({ @@ -23999,7 +23999,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.setLabels({ @@ -24170,7 +24170,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.testIamPermissions({ @@ -24429,7 +24429,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.delete({ @@ -24596,7 +24596,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.get({ @@ -24752,7 +24752,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.insert({ @@ -24943,7 +24943,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.list({ @@ -25103,7 +25103,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.patch({ @@ -25298,7 +25298,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.testIamPermissions({ @@ -25452,7 +25452,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.update({ @@ -25770,7 +25770,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.aggregatedList({ @@ -25944,7 +25944,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.delete({ @@ -26115,7 +26115,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.get({ @@ -26282,7 +26282,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.insert({ @@ -26485,7 +26485,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.list({ @@ -26653,7 +26653,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.patch({ @@ -26858,7 +26858,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.setLabels({ @@ -27038,7 +27038,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.setTarget({ @@ -27218,7 +27218,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.testIamPermissions({ @@ -27583,7 +27583,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.delete({ @@ -27751,7 +27751,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.get({ @@ -27907,7 +27907,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.insert({ @@ -28098,7 +28098,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.list({ @@ -28259,7 +28259,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.setLabels({ @@ -28430,7 +28430,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.testIamPermissions({ @@ -28689,7 +28689,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.delete({ @@ -28857,7 +28857,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.get({ @@ -29021,7 +29021,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.insert({ @@ -29221,7 +29221,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.list({ @@ -29386,7 +29386,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.patch({ @@ -29588,7 +29588,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.setLabels({ @@ -29758,7 +29758,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.setTarget({ @@ -29935,7 +29935,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.testIamPermissions({ @@ -30234,7 +30234,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.attachNetworkEndpoints({ @@ -30412,7 +30412,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.delete({ @@ -30579,7 +30579,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.detachNetworkEndpoints({ @@ -30758,7 +30758,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.get({ @@ -30914,7 +30914,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.insert({ @@ -31101,7 +31101,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.list({ @@ -31269,7 +31269,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.listNetworkEndpoints({ @@ -31591,7 +31591,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.aggregatedList({ @@ -31762,7 +31762,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.delete({ @@ -31894,7 +31894,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.get({ @@ -32055,7 +32055,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.list({ @@ -32217,7 +32217,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.wait({ @@ -32468,7 +32468,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOrganizationOperations.delete({ @@ -32599,7 +32599,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOrganizationOperations.get({ @@ -32759,7 +32759,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOrganizationOperations.list({ @@ -32973,7 +32973,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.aggregatedList({ @@ -33145,7 +33145,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.delete({ @@ -33313,7 +33313,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.get({ @@ -33467,7 +33467,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.insert({ @@ -33657,7 +33657,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.list({ @@ -33818,7 +33818,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.patch({ @@ -34012,7 +34012,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.testIamPermissions({ @@ -34166,7 +34166,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.update({ @@ -34514,7 +34514,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.delete({ @@ -34682,7 +34682,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.get({ @@ -34832,7 +34832,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.insert({ @@ -35018,7 +35018,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.list({ @@ -35183,7 +35183,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.patch({ @@ -35372,7 +35372,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.testIamPermissions({ @@ -35526,7 +35526,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.update({ @@ -35843,7 +35843,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.delete({ @@ -36011,7 +36011,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.get({ @@ -36161,7 +36161,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.insert({ @@ -36347,7 +36347,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.list({ @@ -36514,7 +36514,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.patch({ @@ -36703,7 +36703,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.testIamPermissions({ @@ -36857,7 +36857,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.update({ @@ -37174,7 +37174,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.delete({ @@ -37339,7 +37339,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.deprecate({ @@ -37519,7 +37519,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.get({ @@ -37685,7 +37685,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.getFromFamily({ @@ -37853,7 +37853,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.getIamPolicy({ @@ -38002,7 +38002,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.insert({ @@ -38206,7 +38206,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.list({ @@ -38366,7 +38366,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.setIamPolicy({ @@ -38520,7 +38520,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.setLabels({ @@ -38690,7 +38690,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.testIamPermissions({ @@ -39009,7 +39009,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.abandonInstances({ @@ -39189,7 +39189,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.aggregatedList({ @@ -39363,7 +39363,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.applyUpdatesToInstances({ @@ -39539,7 +39539,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.createInstances({ @@ -39718,7 +39718,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.delete({ @@ -39888,7 +39888,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.deleteInstances({ @@ -40067,7 +40067,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.deletePerInstanceConfigs({ @@ -40242,7 +40242,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.get({ @@ -40412,7 +40412,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.insert({ @@ -40613,7 +40613,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.list({ @@ -40784,7 +40784,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.listErrors({ @@ -40964,7 +40964,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.listManagedInstances({ @@ -41151,7 +41151,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.listPerInstanceConfigs({ @@ -41338,7 +41338,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.patch({ @@ -41541,7 +41541,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.patchPerInstanceConfigs({ @@ -41722,7 +41722,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.recreateInstances({ @@ -41901,7 +41901,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.resize({ @@ -42074,7 +42074,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.resizeAdvanced({ @@ -42254,7 +42254,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.setAutoHealingPolicies({ @@ -42435,7 +42435,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.setInstanceTemplate({ @@ -42614,7 +42614,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.setTargetPools({ @@ -42795,7 +42795,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.testIamPermissions({ @@ -42952,7 +42952,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.update({ @@ -43155,7 +43155,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.updatePerInstanceConfigs({ @@ -43916,7 +43916,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.addInstances({ @@ -44096,7 +44096,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.aggregatedList({ @@ -44268,7 +44268,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.delete({ @@ -44439,7 +44439,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.get({ @@ -44592,7 +44592,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.insert({ @@ -44781,7 +44781,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.list({ @@ -44950,7 +44950,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.listInstances({ @@ -45134,7 +45134,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.removeInstances({ @@ -45313,7 +45313,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.setNamedPorts({ @@ -45494,7 +45494,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.testIamPermissions({ @@ -45895,7 +45895,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.addAccessConfig({ @@ -46083,7 +46083,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.addResourcePolicies({ @@ -46263,7 +46263,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.aggregatedList({ @@ -46434,7 +46434,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.attachDisk({ @@ -46630,7 +46630,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.delete({ @@ -46799,7 +46799,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.deleteAccessConfig({ @@ -46981,7 +46981,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.detachDisk({ @@ -47155,7 +47155,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.get({ @@ -47333,7 +47333,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getEffectiveFirewalls({ @@ -47494,7 +47494,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getGuestAttributes({ @@ -47649,7 +47649,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getIamPolicy({ @@ -47799,7 +47799,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getScreenshot({ @@ -47942,7 +47942,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getSerialPortOutput({ @@ -48096,7 +48096,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getShieldedInstanceIdentity({ @@ -48247,7 +48247,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getShieldedVmIdentity({ @@ -48395,7 +48395,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.insert({ @@ -48624,7 +48624,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.list({ @@ -48789,7 +48789,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.listReferrers({ @@ -48964,7 +48964,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.removeResourcePolicies({ @@ -49145,7 +49145,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.reset({ @@ -49314,7 +49314,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.resume({ @@ -49493,7 +49493,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setDeletionProtection({ @@ -49668,7 +49668,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setDiskAutoDelete({ @@ -49850,7 +49850,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setIamPolicy({ @@ -50007,7 +50007,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setLabels({ @@ -50187,7 +50187,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMachineResources({ @@ -50366,7 +50366,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMachineType({ @@ -50545,7 +50545,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMetadata({ @@ -50726,7 +50726,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMinCpuPlatform({ @@ -50905,7 +50905,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setScheduling({ @@ -51088,7 +51088,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setServiceAccount({ @@ -51268,7 +51268,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setShieldedInstanceIntegrityPolicy({ @@ -51449,7 +51449,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setShieldedVmIntegrityPolicy({ @@ -51630,7 +51630,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setTags({ @@ -51810,7 +51810,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.simulateMaintenanceEvent({ @@ -51975,7 +51975,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.start({ @@ -52144,7 +52144,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.startWithEncryptionKey({ @@ -52325,7 +52325,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.stop({ @@ -52494,7 +52494,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.suspend({ @@ -52668,7 +52668,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.testIamPermissions({ @@ -52825,7 +52825,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.update({ @@ -53046,7 +53046,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateAccessConfig({ @@ -53234,7 +53234,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateDisplayDevice({ @@ -53413,7 +53413,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateNetworkInterface({ @@ -53605,7 +53605,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateShieldedInstanceConfig({ @@ -53788,7 +53788,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateShieldedVmConfig({ @@ -55033,7 +55033,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.delete({ @@ -55201,7 +55201,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.get({ @@ -55348,7 +55348,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.getIamPolicy({ @@ -55494,7 +55494,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.insert({ @@ -55676,7 +55676,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.list({ @@ -55843,7 +55843,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.setIamPolicy({ @@ -55998,7 +55998,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.testIamPermissions({ @@ -56273,7 +56273,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.aggregatedList({ @@ -56453,7 +56453,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.delete({ @@ -56625,7 +56625,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.get({ @@ -56797,7 +56797,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.insert({ @@ -57002,7 +57002,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.list({ @@ -57174,7 +57174,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.patch({ @@ -57379,7 +57379,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.setLabels({ @@ -57560,7 +57560,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.testIamPermissions({ @@ -57906,7 +57906,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectLocations.get({ @@ -58064,7 +58064,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectLocations.list({ @@ -58273,7 +58273,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.delete({ @@ -58441,7 +58441,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.get({ @@ -58603,7 +58603,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.getDiagnostics({ @@ -58750,7 +58750,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.insert({ @@ -58946,7 +58946,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.list({ @@ -59107,7 +59107,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.patch({ @@ -59306,7 +59306,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.setLabels({ @@ -59477,7 +59477,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.testIamPermissions({ @@ -59768,7 +59768,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenseCodes.get({ @@ -59931,7 +59931,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.delete({ @@ -60098,7 +60098,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.get({ @@ -60245,7 +60245,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.getIamPolicy({ @@ -60394,7 +60394,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.insert({ @@ -60575,7 +60575,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.list({ @@ -60739,7 +60739,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.setIamPolicy({ @@ -60993,7 +60993,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.delete({ @@ -61161,7 +61161,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.get({ @@ -61313,7 +61313,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.getIamPolicy({ @@ -61459,7 +61459,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.insert({ @@ -61648,7 +61648,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.list({ @@ -61809,7 +61809,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.setIamPolicy({ @@ -61964,7 +61964,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineImages.testIamPermissions({ @@ -62243,7 +62243,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.aggregatedList({ @@ -62416,7 +62416,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.get({ @@ -62570,7 +62570,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.list({ @@ -62812,7 +62812,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.aggregatedList({ @@ -62986,7 +62986,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.attachNetworkEndpoints({ @@ -63167,7 +63167,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.delete({ @@ -63337,7 +63337,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.detachNetworkEndpoints({ @@ -63519,7 +63519,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.get({ @@ -63678,7 +63678,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.insert({ @@ -63868,7 +63868,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.list({ @@ -64039,7 +64039,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.listNetworkEndpoints({ @@ -64234,7 +64234,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.testIamPermissions({ @@ -64611,7 +64611,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.addPeering({ @@ -64790,7 +64790,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.delete({ @@ -64957,7 +64957,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.get({ @@ -65106,7 +65106,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.getEffectiveFirewalls({ @@ -65260,7 +65260,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.insert({ @@ -65443,7 +65443,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.list({ @@ -65604,7 +65604,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.listPeeringRoutes({ @@ -65785,7 +65785,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.patch({ @@ -65971,7 +65971,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.removePeering({ @@ -66147,7 +66147,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.switchToCustomMode({ @@ -66315,7 +66315,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.testIamPermissions({ @@ -66469,7 +66469,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.updatePeering({ @@ -66874,7 +66874,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.addNodes({ @@ -67054,7 +67054,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.aggregatedList({ @@ -67225,7 +67225,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.delete({ @@ -67395,7 +67395,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.deleteNodes({ @@ -67575,7 +67575,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.get({ @@ -67728,7 +67728,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.getIamPolicy({ @@ -67877,7 +67877,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.insert({ @@ -68069,7 +68069,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.list({ @@ -68234,7 +68234,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.listNodes({ @@ -68405,7 +68405,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.patch({ @@ -68595,7 +68595,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.setIamPolicy({ @@ -68752,7 +68752,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.setNodeTemplate({ @@ -68932,7 +68932,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.testIamPermissions({ @@ -69393,7 +69393,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.aggregatedList({ @@ -69565,7 +69565,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.delete({ @@ -69736,7 +69736,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.get({ @@ -69891,7 +69891,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.getIamPolicy({ @@ -70040,7 +70040,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.insert({ @@ -70230,7 +70230,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.list({ @@ -70395,7 +70395,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.setIamPolicy({ @@ -70553,7 +70553,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.testIamPermissions({ @@ -70886,7 +70886,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.aggregatedList({ @@ -71058,7 +71058,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.get({ @@ -71210,7 +71210,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.list({ @@ -71449,7 +71449,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.addAssociation({ @@ -71627,7 +71627,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.addRule({ @@ -71809,7 +71809,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.copyRules({ @@ -71975,7 +71975,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.delete({ @@ -72139,7 +72139,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.get({ @@ -72289,7 +72289,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.getAssociation({ @@ -72437,7 +72437,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.getRule({ @@ -72587,7 +72587,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.insert({ @@ -72775,7 +72775,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.list({ @@ -72938,7 +72938,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.listAssociations({ @@ -73099,7 +73099,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.move({ @@ -73265,7 +73265,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.patch({ @@ -73452,7 +73452,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.patchRule({ @@ -73637,7 +73637,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.removeAssociation({ @@ -73803,7 +73803,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.organizationSecurityPolicies.removeRule({ @@ -74196,7 +74196,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.aggregatedList({ @@ -74370,7 +74370,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.delete({ @@ -74541,7 +74541,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.get({ @@ -74694,7 +74694,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.insert({ @@ -74883,7 +74883,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.list({ @@ -75051,7 +75051,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.patch({ @@ -75243,7 +75243,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.testIamPermissions({ @@ -75560,7 +75560,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.disableXpnHost({ @@ -75723,7 +75723,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.disableXpnResource({ @@ -75895,7 +75895,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.enableXpnHost({ @@ -76058,7 +76058,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.enableXpnResource({ @@ -76231,7 +76231,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.get({ @@ -76377,7 +76377,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.getXpnHost({ @@ -76523,7 +76523,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.getXpnResources({ @@ -76688,7 +76688,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.listXpnHosts({ @@ -76858,7 +76858,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.moveDisk({ @@ -77031,7 +77031,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.moveInstance({ @@ -77204,7 +77204,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setCommonInstanceMetadata({ @@ -77381,7 +77381,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setDefaultNetworkTier({ @@ -77558,7 +77558,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setUsageExportBucket({ @@ -77939,7 +77939,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.delete({ @@ -78110,7 +78110,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.get({ @@ -78263,7 +78263,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.insert({ @@ -78452,7 +78452,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.list({ @@ -78622,7 +78622,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.patch({ @@ -78814,7 +78814,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.testIamPermissions({ @@ -78971,7 +78971,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.update({ @@ -79319,7 +79319,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.delete({ @@ -79490,7 +79490,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.get({ @@ -79662,7 +79662,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.getHealth({ @@ -79821,7 +79821,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.insert({ @@ -80028,7 +80028,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.list({ @@ -80196,7 +80196,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.patch({ @@ -80406,7 +80406,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.testIamPermissions({ @@ -80563,7 +80563,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.update({ @@ -80950,7 +80950,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.aggregatedList({ @@ -81123,7 +81123,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.get({ @@ -81278,7 +81278,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.insert({ @@ -81469,7 +81469,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.list({ @@ -81634,7 +81634,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.updateReservations({ @@ -81934,7 +81934,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.addResourcePolicies({ @@ -82113,7 +82113,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.createSnapshot({ @@ -82312,7 +82312,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.delete({ @@ -82483,7 +82483,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.get({ @@ -82656,7 +82656,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.getIamPolicy({ @@ -82805,7 +82805,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.insert({ @@ -83017,7 +83017,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.list({ @@ -83181,7 +83181,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.removeResourcePolicies({ @@ -83362,7 +83362,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.resize({ @@ -83541,7 +83541,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.setIamPolicy({ @@ -83698,7 +83698,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.setLabels({ @@ -83879,7 +83879,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.testIamPermissions({ @@ -84307,7 +84307,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDiskTypes.get({ @@ -84459,7 +84459,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDiskTypes.list({ @@ -84677,7 +84677,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.delete({ @@ -84848,7 +84848,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.get({ @@ -85006,7 +85006,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.insert({ @@ -85200,7 +85200,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.list({ @@ -85365,7 +85365,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.patch({ @@ -85561,7 +85561,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.update({ @@ -85894,7 +85894,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.delete({ @@ -86065,7 +86065,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.get({ @@ -86221,7 +86221,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.insert({ @@ -86410,7 +86410,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.list({ @@ -86580,7 +86580,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthCheckServices.patch({ @@ -86884,7 +86884,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.abandonInstances({ @@ -87063,7 +87063,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.applyUpdatesToInstances( @@ -87241,7 +87241,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.createInstances({ @@ -87420,7 +87420,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.delete({ @@ -87590,7 +87590,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.deleteInstances({ @@ -87769,7 +87769,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.deletePerInstanceConfigs( @@ -87946,7 +87946,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.get({ @@ -88116,7 +88116,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.insert({ @@ -88317,7 +88317,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.list({ @@ -88492,7 +88492,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.listErrors({ @@ -88680,7 +88680,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.listManagedInstances({ @@ -88867,7 +88867,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.listPerInstanceConfigs({ @@ -89054,7 +89054,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.patch({ @@ -89257,7 +89257,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.patchPerInstanceConfigs( @@ -89440,7 +89440,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.recreateInstances({ @@ -89619,7 +89619,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.resize({ @@ -89792,7 +89792,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.setAutoHealingPolicies({ @@ -89973,7 +89973,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.setInstanceTemplate({ @@ -90152,7 +90152,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.setTargetPools({ @@ -90333,7 +90333,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.testIamPermissions({ @@ -90490,7 +90490,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.update({ @@ -90693,7 +90693,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.updatePerInstanceConfigs( @@ -91406,7 +91406,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.get({ @@ -91560,7 +91560,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.list({ @@ -91731,7 +91731,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.listInstances({ @@ -91918,7 +91918,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.setNamedPorts({ @@ -92099,7 +92099,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.testIamPermissions({ @@ -92386,7 +92386,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.delete({ @@ -92557,7 +92557,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.get({ @@ -92710,7 +92710,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.insert({ @@ -92894,7 +92894,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionNotificationEndpoints.list({ @@ -93153,7 +93153,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.delete({ @@ -93288,7 +93288,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.get({ @@ -93452,7 +93452,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.list({ @@ -93618,7 +93618,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.wait({ @@ -93862,7 +93862,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regions.get({ @@ -94008,7 +94008,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regions.list({ @@ -94209,7 +94209,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.delete({ @@ -94380,7 +94380,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.get({ @@ -94534,7 +94534,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.insert({ @@ -94724,7 +94724,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.list({ @@ -94981,7 +94981,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.delete({ @@ -95152,7 +95152,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.get({ @@ -95301,7 +95301,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.insert({ @@ -95486,7 +95486,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.list({ @@ -95654,7 +95654,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.setUrlMap({ @@ -95946,7 +95946,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.delete({ @@ -96117,7 +96117,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.get({ @@ -96271,7 +96271,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.insert({ @@ -96461,7 +96461,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.list({ @@ -96631,7 +96631,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.setSslCertificates({ @@ -96810,7 +96810,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.setUrlMap({ @@ -97126,7 +97126,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.delete({ @@ -97293,7 +97293,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.get({ @@ -97448,7 +97448,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.insert({ @@ -97634,7 +97634,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.invalidateCache({ @@ -97811,7 +97811,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.list({ @@ -97976,7 +97976,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.patch({ @@ -98165,7 +98165,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.update({ @@ -98354,7 +98354,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.validate({ @@ -98693,7 +98693,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.aggregatedList({ @@ -98865,7 +98865,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.delete({ @@ -99036,7 +99036,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.get({ @@ -99187,7 +99187,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.getIamPolicy({ @@ -99336,7 +99336,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.insert({ @@ -99523,7 +99523,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.list({ @@ -99688,7 +99688,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.resize({ @@ -99867,7 +99867,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.setIamPolicy({ @@ -100025,7 +100025,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.testIamPermissions({ @@ -100381,7 +100381,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.aggregatedList({ @@ -100556,7 +100556,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.delete({ @@ -100727,7 +100727,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.get({ @@ -100878,7 +100878,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.getIamPolicy({ @@ -101027,7 +101027,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.insert({ @@ -101213,7 +101213,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.list({ @@ -101382,7 +101382,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.setIamPolicy({ @@ -101540,7 +101540,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.testIamPermissions({ @@ -101873,7 +101873,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.aggregatedList({ @@ -102044,7 +102044,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.delete({ @@ -102214,7 +102214,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.get({ @@ -102366,7 +102366,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.getNatMappingInfo({ @@ -102545,7 +102545,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.getRouterStatus({ @@ -102694,7 +102694,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.insert({ @@ -102881,7 +102881,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.list({ @@ -103045,7 +103045,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.patch({ @@ -103235,7 +103235,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.preview({ @@ -103403,7 +103403,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.testIamPermissions({ @@ -103560,7 +103560,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.update({ @@ -103996,7 +103996,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.delete({ @@ -104162,7 +104162,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.get({ @@ -104316,7 +104316,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.insert({ @@ -104506,7 +104506,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.list({ @@ -104667,7 +104667,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.testIamPermissions({ @@ -104906,7 +104906,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.addRule({ @@ -105088,7 +105088,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.delete({ @@ -105256,7 +105256,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.get({ @@ -105410,7 +105410,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.getRule({ @@ -105564,7 +105564,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.insert({ @@ -105756,7 +105756,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.list({ @@ -105920,7 +105920,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.listPreconfiguredExpressionSets({ @@ -106103,7 +106103,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.patch({ @@ -106294,7 +106294,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.patchRule({ @@ -106479,7 +106479,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.removeRule({ @@ -106642,7 +106642,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.setLabels({ @@ -106813,7 +106813,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.testIamPermissions({ @@ -107193,7 +107193,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.delete({ @@ -107360,7 +107360,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.get({ @@ -107518,7 +107518,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.getIamPolicy({ @@ -107665,7 +107665,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.list({ @@ -107825,7 +107825,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.setIamPolicy({ @@ -107979,7 +107979,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.setLabels({ @@ -108150,7 +108150,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.testIamPermissions({ @@ -108422,7 +108422,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.aggregatedList({ @@ -108596,7 +108596,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.delete({ @@ -108764,7 +108764,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.get({ @@ -108915,7 +108915,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.insert({ @@ -109102,7 +109102,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.list({ @@ -109268,7 +109268,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.testIamPermissions({ @@ -109538,7 +109538,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.delete({ @@ -109706,7 +109706,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.get({ @@ -109854,7 +109854,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.insert({ @@ -110038,7 +110038,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.list({ @@ -110199,7 +110199,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.listAvailableFeatures({ @@ -110371,7 +110371,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.patch({ @@ -110559,7 +110559,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.testIamPermissions({ @@ -110844,7 +110844,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.aggregatedList({ @@ -111016,7 +111016,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.delete({ @@ -111186,7 +111186,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.expandIpCidrRange({ @@ -111366,7 +111366,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.get({ @@ -111528,7 +111528,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.getIamPolicy({ @@ -111677,7 +111677,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.insert({ @@ -111875,7 +111875,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.list({ @@ -112040,7 +112040,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.listUsable({ @@ -112211,7 +112211,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.patch({ @@ -112414,7 +112414,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.setIamPolicy({ @@ -112571,7 +112571,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.setPrivateIpGoogleAccess({ @@ -112753,7 +112753,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.testIamPermissions({ @@ -113183,7 +113183,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.aggregatedList({ @@ -113357,7 +113357,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.delete({ @@ -113525,7 +113525,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.get({ @@ -113671,7 +113671,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.insert({ @@ -113853,7 +113853,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.list({ @@ -114018,7 +114018,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.setUrlMap({ @@ -114195,7 +114195,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.testIamPermissions({ @@ -114486,7 +114486,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.aggregatedList({ @@ -114660,7 +114660,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.delete({ @@ -114828,7 +114828,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.get({ @@ -114979,7 +114979,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.insert({ @@ -115166,7 +115166,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.list({ @@ -115333,7 +115333,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setQuicOverride({ @@ -115509,7 +115509,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setSslCertificates({ @@ -115685,7 +115685,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setSslPolicy({ @@ -115861,7 +115861,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setUrlMap({ @@ -116038,7 +116038,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.testIamPermissions({ @@ -116389,7 +116389,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.aggregatedList({ @@ -116563,7 +116563,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.delete({ @@ -116734,7 +116734,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.get({ @@ -116883,7 +116883,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.insert({ @@ -117068,7 +117068,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.list({ @@ -117237,7 +117237,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.testIamPermissions({ @@ -117530,7 +117530,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.addHealthCheck({ @@ -117709,7 +117709,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.addInstance({ @@ -117889,7 +117889,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.aggregatedList({ @@ -118061,7 +118061,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.delete({ @@ -118232,7 +118232,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.get({ @@ -118384,7 +118384,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.getHealth({ @@ -118542,7 +118542,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.insert({ @@ -118730,7 +118730,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.list({ @@ -118894,7 +118894,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.removeHealthCheck({ @@ -119073,7 +119073,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.removeInstance({ @@ -119252,7 +119252,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.setBackup({ @@ -119435,7 +119435,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.testIamPermissions({ @@ -119870,7 +119870,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.delete({ @@ -120038,7 +120038,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.get({ @@ -120185,7 +120185,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.insert({ @@ -120368,7 +120368,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.list({ @@ -120533,7 +120533,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setBackendService({ @@ -120709,7 +120709,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setProxyHeader({ @@ -120885,7 +120885,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setSslCertificates({ @@ -121061,7 +121061,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setSslPolicy({ @@ -121238,7 +121238,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.testIamPermissions({ @@ -121561,7 +121561,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.delete({ @@ -121729,7 +121729,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.get({ @@ -121874,7 +121874,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.insert({ @@ -122055,7 +122055,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.list({ @@ -122220,7 +122220,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.setBackendService({ @@ -122396,7 +122396,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.setProxyHeader({ @@ -122686,7 +122686,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.aggregatedList({ @@ -122860,7 +122860,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.delete({ @@ -123031,7 +123031,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.get({ @@ -123184,7 +123184,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.insert({ @@ -123373,7 +123373,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.list({ @@ -123543,7 +123543,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.setLabels({ @@ -123724,7 +123724,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.testIamPermissions({ @@ -124042,7 +124042,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.aggregatedList({ @@ -124213,7 +124213,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.delete({ @@ -124380,7 +124380,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.get({ @@ -124531,7 +124531,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.insert({ @@ -124716,7 +124716,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.invalidateCache({ @@ -124894,7 +124894,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.list({ @@ -125054,7 +125054,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.patch({ @@ -125244,7 +125244,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.testIamPermissions({ @@ -125398,7 +125398,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.update({ @@ -125587,7 +125587,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.validate({ @@ -125926,7 +125926,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.aggregatedList({ @@ -126098,7 +126098,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.delete({ @@ -126269,7 +126269,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.get({ @@ -126420,7 +126420,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.getStatus({ @@ -126570,7 +126570,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.insert({ @@ -126757,7 +126757,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.list({ @@ -126921,7 +126921,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.setLabels({ @@ -127255,7 +127255,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.aggregatedList({ @@ -127426,7 +127426,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.delete({ @@ -127597,7 +127597,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.get({ @@ -127760,7 +127760,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.insert({ @@ -127960,7 +127960,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.list({ @@ -128124,7 +128124,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.setLabels({ @@ -128305,7 +128305,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.testIamPermissions({ @@ -128620,7 +128620,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.delete({ @@ -128755,7 +128755,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.get({ @@ -128919,7 +128919,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.list({ @@ -129085,7 +129085,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.wait({ @@ -129329,7 +129329,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zones.get({ @@ -129475,7 +129475,7 @@ export namespace compute_beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zones.list({ diff --git a/src/apis/compute/v1.ts b/src/apis/compute/v1.ts index d4d3312b54..9952434e2e 100644 --- a/src/apis/compute/v1.ts +++ b/src/apis/compute/v1.ts @@ -11495,7 +11495,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.aggregatedList({ @@ -11670,7 +11670,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.get({ @@ -11820,7 +11820,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.acceleratorTypes.list({ @@ -12066,7 +12066,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.aggregatedList({ @@ -12237,7 +12237,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.delete({ @@ -12407,7 +12407,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.get({ @@ -12563,7 +12563,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.insert({ @@ -12755,7 +12755,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.addresses.list({ @@ -13032,7 +13032,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.aggregatedList({ @@ -13203,7 +13203,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.delete({ @@ -13374,7 +13374,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.get({ @@ -13526,7 +13526,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.insert({ @@ -13715,7 +13715,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.list({ @@ -13879,7 +13879,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.patch({ @@ -14070,7 +14070,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.autoscalers.update({ @@ -14423,7 +14423,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.addSignedUrlKey({ @@ -14600,7 +14600,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.delete({ @@ -14767,7 +14767,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.deleteSignedUrlKey({ @@ -14938,7 +14938,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.get({ @@ -15084,7 +15084,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.insert({ @@ -15265,7 +15265,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.list({ @@ -15429,7 +15429,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.patch({ @@ -15613,7 +15613,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendBuckets.update({ @@ -15949,7 +15949,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.addSignedUrlKey({ @@ -16127,7 +16127,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.aggregatedList({ @@ -16301,7 +16301,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.delete({ @@ -16468,7 +16468,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.deleteSignedUrlKey({ @@ -16639,7 +16639,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.get({ @@ -16807,7 +16807,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.getHealth({ @@ -16962,7 +16962,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.insert({ @@ -17164,7 +17164,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.list({ @@ -17328,7 +17328,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.patch({ @@ -17533,7 +17533,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.setSecurityPolicy({ @@ -17709,7 +17709,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.backendServices.update({ @@ -18129,7 +18129,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.addResourcePolicies({ @@ -18309,7 +18309,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.aggregatedList({ @@ -18478,7 +18478,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.createSnapshot({ @@ -18680,7 +18680,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.delete({ @@ -18850,7 +18850,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.get({ @@ -19020,7 +19020,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.getIamPolicy({ @@ -19166,7 +19166,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.insert({ @@ -19373,7 +19373,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.list({ @@ -19536,7 +19536,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.removeResourcePolicies({ @@ -19717,7 +19717,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.resize({ @@ -19895,7 +19895,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.setIamPolicy({ @@ -20052,7 +20052,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.setLabels({ @@ -20232,7 +20232,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.disks.testIamPermissions({ @@ -20683,7 +20683,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.aggregatedList({ @@ -20855,7 +20855,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.get({ @@ -21006,7 +21006,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.diskTypes.list({ @@ -21244,7 +21244,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.delete({ @@ -21412,7 +21412,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.get({ @@ -21562,7 +21562,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.insert({ @@ -21745,7 +21745,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.list({ @@ -21913,7 +21913,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.setLabels({ @@ -22084,7 +22084,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.externalVpnGateways.testIamPermissions({ @@ -22343,7 +22343,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.delete({ @@ -22510,7 +22510,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.get({ @@ -22665,7 +22665,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.insert({ @@ -22855,7 +22855,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.list({ @@ -23015,7 +23015,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.patch({ @@ -23208,7 +23208,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.firewalls.update({ @@ -23509,7 +23509,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.aggregatedList({ @@ -23683,7 +23683,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.delete({ @@ -23854,7 +23854,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.get({ @@ -24019,7 +24019,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.insert({ @@ -24220,7 +24220,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.list({ @@ -24388,7 +24388,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.patch({ @@ -24591,7 +24591,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.forwardingRules.setTarget({ @@ -24934,7 +24934,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.delete({ @@ -25102,7 +25102,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.get({ @@ -25256,7 +25256,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.insert({ @@ -25445,7 +25445,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalAddresses.list({ @@ -25679,7 +25679,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.delete({ @@ -25847,7 +25847,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.get({ @@ -26009,7 +26009,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.insert({ @@ -26206,7 +26206,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.list({ @@ -26370,7 +26370,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.patch({ @@ -26570,7 +26570,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalForwardingRules.setTarget({ @@ -26859,7 +26859,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.attachNetworkEndpoints({ @@ -27037,7 +27037,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.delete({ @@ -27204,7 +27204,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.detachNetworkEndpoints({ @@ -27383,7 +27383,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.get({ @@ -27537,7 +27537,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.insert({ @@ -27722,7 +27722,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.list({ @@ -27890,7 +27890,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalNetworkEndpointGroups.listNetworkEndpoints({ @@ -28212,7 +28212,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.aggregatedList({ @@ -28383,7 +28383,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.delete({ @@ -28515,7 +28515,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.get({ @@ -28676,7 +28676,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.list({ @@ -28838,7 +28838,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.globalOperations.wait({ @@ -29090,7 +29090,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.aggregatedList({ @@ -29261,7 +29261,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.delete({ @@ -29429,7 +29429,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.get({ @@ -29582,7 +29582,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.insert({ @@ -29771,7 +29771,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.list({ @@ -29932,7 +29932,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.patch({ @@ -30124,7 +30124,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.healthChecks.update({ @@ -30455,7 +30455,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.delete({ @@ -30623,7 +30623,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.get({ @@ -30773,7 +30773,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.insert({ @@ -30958,7 +30958,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.list({ @@ -31122,7 +31122,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.patch({ @@ -31310,7 +31310,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpHealthChecks.update({ @@ -31611,7 +31611,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.delete({ @@ -31779,7 +31779,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.get({ @@ -31929,7 +31929,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.insert({ @@ -32115,7 +32115,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.list({ @@ -32282,7 +32282,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.patch({ @@ -32470,7 +32470,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.httpsHealthChecks.update({ @@ -32771,7 +32771,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.delete({ @@ -32936,7 +32936,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.deprecate({ @@ -33116,7 +33116,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.get({ @@ -33282,7 +33282,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.getFromFamily({ @@ -33450,7 +33450,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.getIamPolicy({ @@ -33596,7 +33596,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.insert({ @@ -33800,7 +33800,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.list({ @@ -33960,7 +33960,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.setIamPolicy({ @@ -34114,7 +34114,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.setLabels({ @@ -34284,7 +34284,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.images.testIamPermissions({ @@ -34599,7 +34599,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.abandonInstances({ @@ -34779,7 +34779,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.aggregatedList({ @@ -34953,7 +34953,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.applyUpdatesToInstances({ @@ -35129,7 +35129,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.createInstances({ @@ -35308,7 +35308,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.delete({ @@ -35478,7 +35478,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.deleteInstances({ @@ -35658,7 +35658,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.get({ @@ -35824,7 +35824,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.insert({ @@ -36021,7 +36021,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.list({ @@ -36192,7 +36192,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.listErrors({ @@ -36372,7 +36372,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.listManagedInstances({ @@ -36558,7 +36558,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.patch({ @@ -36757,7 +36757,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.recreateInstances({ @@ -36936,7 +36936,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.resize({ @@ -37109,7 +37109,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.setInstanceTemplate({ @@ -37288,7 +37288,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroupManagers.setTargetPools({ @@ -37857,7 +37857,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.addInstances({ @@ -38037,7 +38037,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.aggregatedList({ @@ -38209,7 +38209,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.delete({ @@ -38380,7 +38380,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.get({ @@ -38533,7 +38533,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.insert({ @@ -38722,7 +38722,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.list({ @@ -38891,7 +38891,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.listInstances({ @@ -39075,7 +39075,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.removeInstances({ @@ -39254,7 +39254,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceGroups.setNamedPorts({ @@ -39658,7 +39658,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.addAccessConfig({ @@ -39846,7 +39846,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.addResourcePolicies({ @@ -40026,7 +40026,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.aggregatedList({ @@ -40197,7 +40197,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.attachDisk({ @@ -40393,7 +40393,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.delete({ @@ -40562,7 +40562,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.deleteAccessConfig({ @@ -40744,7 +40744,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.detachDisk({ @@ -40918,7 +40918,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.get({ @@ -41090,7 +41090,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getGuestAttributes({ @@ -41245,7 +41245,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getIamPolicy({ @@ -41392,7 +41392,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getSerialPortOutput({ @@ -41546,7 +41546,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.getShieldedInstanceIdentity({ @@ -41696,7 +41696,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.insert({ @@ -41910,7 +41910,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.list({ @@ -42074,7 +42074,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.listReferrers({ @@ -42249,7 +42249,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.removeResourcePolicies({ @@ -42430,7 +42430,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.reset({ @@ -42599,7 +42599,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setDeletionProtection({ @@ -42774,7 +42774,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setDiskAutoDelete({ @@ -42956,7 +42956,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setIamPolicy({ @@ -43113,7 +43113,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setLabels({ @@ -43293,7 +43293,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMachineResources({ @@ -43472,7 +43472,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMachineType({ @@ -43651,7 +43651,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMetadata({ @@ -43832,7 +43832,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setMinCpuPlatform({ @@ -44011,7 +44011,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setScheduling({ @@ -44193,7 +44193,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setServiceAccount({ @@ -44373,7 +44373,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setShieldedInstanceIntegrityPolicy({ @@ -44554,7 +44554,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.setTags({ @@ -44734,7 +44734,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.simulateMaintenanceEvent({ @@ -44899,7 +44899,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.start({ @@ -45068,7 +45068,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.startWithEncryptionKey({ @@ -45249,7 +45249,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.stop({ @@ -45419,7 +45419,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.testIamPermissions({ @@ -45576,7 +45576,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.update({ @@ -45791,7 +45791,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateAccessConfig({ @@ -45979,7 +45979,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateDisplayDevice({ @@ -46158,7 +46158,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateNetworkInterface({ @@ -46350,7 +46350,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instances.updateShieldedInstanceConfig({ @@ -47444,7 +47444,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.delete({ @@ -47612,7 +47612,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.get({ @@ -47759,7 +47759,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.getIamPolicy({ @@ -47902,7 +47902,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.insert({ @@ -48084,7 +48084,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.list({ @@ -48251,7 +48251,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.setIamPolicy({ @@ -48406,7 +48406,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.instanceTemplates.testIamPermissions({ @@ -48677,7 +48677,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.aggregatedList({ @@ -48857,7 +48857,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.delete({ @@ -49029,7 +49029,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.get({ @@ -49199,7 +49199,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.insert({ @@ -49402,7 +49402,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.list({ @@ -49574,7 +49574,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectAttachments.patch({ @@ -49922,7 +49922,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectLocations.get({ @@ -50080,7 +50080,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnectLocations.list({ @@ -50289,7 +50289,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.delete({ @@ -50457,7 +50457,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.get({ @@ -50617,7 +50617,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.getDiagnostics({ @@ -50764,7 +50764,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.insert({ @@ -50958,7 +50958,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.list({ @@ -51119,7 +51119,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.interconnects.patch({ @@ -51421,7 +51421,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenseCodes.get({ @@ -51567,7 +51567,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenseCodes.testIamPermissions({ @@ -51755,7 +51755,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.delete({ @@ -51922,7 +51922,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.get({ @@ -52069,7 +52069,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.getIamPolicy({ @@ -52215,7 +52215,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.insert({ @@ -52396,7 +52396,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.list({ @@ -52560,7 +52560,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.setIamPolicy({ @@ -52715,7 +52715,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.licenses.testIamPermissions({ @@ -52982,7 +52982,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.aggregatedList({ @@ -53154,7 +53154,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.get({ @@ -53310,7 +53310,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.machineTypes.list({ @@ -53552,7 +53552,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.aggregatedList({ @@ -53726,7 +53726,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.attachNetworkEndpoints({ @@ -53907,7 +53907,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.delete({ @@ -54077,7 +54077,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.detachNetworkEndpoints({ @@ -54259,7 +54259,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.get({ @@ -54416,7 +54416,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.insert({ @@ -54604,7 +54604,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.list({ @@ -54775,7 +54775,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.listNetworkEndpoints({ @@ -54969,7 +54969,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networkEndpointGroups.testIamPermissions({ @@ -55346,7 +55346,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.addPeering({ @@ -55525,7 +55525,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.delete({ @@ -55692,7 +55692,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.get({ @@ -55840,7 +55840,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.insert({ @@ -56023,7 +56023,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.list({ @@ -56184,7 +56184,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.listPeeringRoutes({ @@ -56365,7 +56365,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.patch({ @@ -56551,7 +56551,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.removePeering({ @@ -56727,7 +56727,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.switchToCustomMode({ @@ -56894,7 +56894,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.networks.updatePeering({ @@ -57272,7 +57272,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.addNodes({ @@ -57452,7 +57452,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.aggregatedList({ @@ -57623,7 +57623,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.delete({ @@ -57793,7 +57793,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.deleteNodes({ @@ -57973,7 +57973,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.get({ @@ -58126,7 +58126,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.getIamPolicy({ @@ -58272,7 +58272,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.insert({ @@ -58463,7 +58463,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.list({ @@ -58627,7 +58627,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.listNodes({ @@ -58798,7 +58798,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.patch({ @@ -58988,7 +58988,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.setIamPolicy({ @@ -59145,7 +59145,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.setNodeTemplate({ @@ -59325,7 +59325,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeGroups.testIamPermissions({ @@ -59782,7 +59782,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.aggregatedList({ @@ -59954,7 +59954,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.delete({ @@ -60125,7 +60125,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.get({ @@ -60279,7 +60279,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.getIamPolicy({ @@ -60425,7 +60425,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.insert({ @@ -60614,7 +60614,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.list({ @@ -60779,7 +60779,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.setIamPolicy({ @@ -60937,7 +60937,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTemplates.testIamPermissions({ @@ -61266,7 +61266,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.aggregatedList({ @@ -61438,7 +61438,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.get({ @@ -61590,7 +61590,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.nodeTypes.list({ @@ -61829,7 +61829,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.aggregatedList({ @@ -62003,7 +62003,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.delete({ @@ -62174,7 +62174,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.get({ @@ -62327,7 +62327,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.insert({ @@ -62516,7 +62516,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.list({ @@ -62684,7 +62684,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.patch({ @@ -62876,7 +62876,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.packetMirrorings.testIamPermissions({ @@ -63193,7 +63193,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.disableXpnHost({ @@ -63356,7 +63356,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.disableXpnResource({ @@ -63528,7 +63528,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.enableXpnHost({ @@ -63691,7 +63691,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.enableXpnResource({ @@ -63864,7 +63864,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.get({ @@ -64010,7 +64010,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.getXpnHost({ @@ -64156,7 +64156,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.getXpnResources({ @@ -64321,7 +64321,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.listXpnHosts({ @@ -64491,7 +64491,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.moveDisk({ @@ -64665,7 +64665,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.moveInstance({ @@ -64838,7 +64838,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setCommonInstanceMetadata({ @@ -65015,7 +65015,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setDefaultNetworkTier({ @@ -65192,7 +65192,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.projects.setUsageExportBucket({ @@ -65573,7 +65573,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.delete({ @@ -65744,7 +65744,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.get({ @@ -65897,7 +65897,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.insert({ @@ -66086,7 +66086,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.list({ @@ -66256,7 +66256,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.patch({ @@ -66447,7 +66447,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionAutoscalers.update({ @@ -66775,7 +66775,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.delete({ @@ -66946,7 +66946,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.get({ @@ -67117,7 +67117,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.getHealth({ @@ -67275,7 +67275,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.insert({ @@ -67481,7 +67481,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.list({ @@ -67649,7 +67649,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.patch({ @@ -67857,7 +67857,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionBackendServices.update({ @@ -68223,7 +68223,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.aggregatedList({ @@ -68395,7 +68395,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.get({ @@ -68549,7 +68549,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.insert({ @@ -68739,7 +68739,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionCommitments.list({ @@ -69001,7 +69001,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.addResourcePolicies({ @@ -69180,7 +69180,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.createSnapshot({ @@ -69379,7 +69379,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.delete({ @@ -69550,7 +69550,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.get({ @@ -69720,7 +69720,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.getIamPolicy({ @@ -69866,7 +69866,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.insert({ @@ -70074,7 +70074,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.list({ @@ -70237,7 +70237,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.removeResourcePolicies({ @@ -70418,7 +70418,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.resize({ @@ -70597,7 +70597,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.setIamPolicy({ @@ -70754,7 +70754,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.setLabels({ @@ -70935,7 +70935,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDisks.testIamPermissions({ @@ -71359,7 +71359,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDiskTypes.get({ @@ -71511,7 +71511,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionDiskTypes.list({ @@ -71729,7 +71729,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.delete({ @@ -71900,7 +71900,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.get({ @@ -72057,7 +72057,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.insert({ @@ -72250,7 +72250,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.list({ @@ -72415,7 +72415,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.patch({ @@ -72610,7 +72610,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionHealthChecks.update({ @@ -72942,7 +72942,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.abandonInstances({ @@ -73121,7 +73121,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.applyUpdatesToInstances( @@ -73299,7 +73299,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.createInstances({ @@ -73478,7 +73478,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.delete({ @@ -73648,7 +73648,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.deleteInstances({ @@ -73828,7 +73828,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.get({ @@ -73994,7 +73994,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.insert({ @@ -74191,7 +74191,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.list({ @@ -74366,7 +74366,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.listErrors({ @@ -74554,7 +74554,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.listManagedInstances({ @@ -74740,7 +74740,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.patch({ @@ -74939,7 +74939,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.recreateInstances({ @@ -75118,7 +75118,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.resize({ @@ -75291,7 +75291,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.setInstanceTemplate({ @@ -75470,7 +75470,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroupManagers.setTargetPools({ @@ -76013,7 +76013,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.get({ @@ -76167,7 +76167,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.list({ @@ -76338,7 +76338,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.listInstances({ @@ -76525,7 +76525,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionInstanceGroups.setNamedPorts({ @@ -76815,7 +76815,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.delete({ @@ -76950,7 +76950,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.get({ @@ -77114,7 +77114,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.list({ @@ -77280,7 +77280,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionOperations.wait({ @@ -77524,7 +77524,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regions.get({ @@ -77670,7 +77670,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regions.list({ @@ -77871,7 +77871,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.delete({ @@ -78042,7 +78042,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.get({ @@ -78196,7 +78196,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.insert({ @@ -78386,7 +78386,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionSslCertificates.list({ @@ -78643,7 +78643,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.delete({ @@ -78814,7 +78814,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.get({ @@ -78962,7 +78962,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.insert({ @@ -79146,7 +79146,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.list({ @@ -79314,7 +79314,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpProxies.setUrlMap({ @@ -79606,7 +79606,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.delete({ @@ -79777,7 +79777,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.get({ @@ -79928,7 +79928,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.insert({ @@ -80115,7 +80115,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.list({ @@ -80285,7 +80285,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.setSslCertificates({ @@ -80464,7 +80464,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionTargetHttpsProxies.setUrlMap({ @@ -80780,7 +80780,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.delete({ @@ -80947,7 +80947,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.get({ @@ -81102,7 +81102,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.insert({ @@ -81289,7 +81289,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.list({ @@ -81454,7 +81454,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.patch({ @@ -81643,7 +81643,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.update({ @@ -81832,7 +81832,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.regionUrlMaps.validate({ @@ -82147,7 +82147,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.aggregatedList({ @@ -82318,7 +82318,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.delete({ @@ -82489,7 +82489,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.get({ @@ -82640,7 +82640,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.getIamPolicy({ @@ -82786,7 +82786,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.insert({ @@ -82973,7 +82973,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.list({ @@ -83138,7 +83138,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.resize({ @@ -83317,7 +83317,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.setIamPolicy({ @@ -83475,7 +83475,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.reservations.testIamPermissions({ @@ -83827,7 +83827,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.aggregatedList({ @@ -84002,7 +84002,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.delete({ @@ -84173,7 +84173,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.get({ @@ -84324,7 +84324,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.getIamPolicy({ @@ -84470,7 +84470,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.insert({ @@ -84656,7 +84656,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.list({ @@ -84825,7 +84825,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.setIamPolicy({ @@ -84983,7 +84983,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.resourcePolicies.testIamPermissions({ @@ -85312,7 +85312,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.aggregatedList({ @@ -85483,7 +85483,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.delete({ @@ -85653,7 +85653,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.get({ @@ -85805,7 +85805,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.getNatMappingInfo({ @@ -85981,7 +85981,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.getRouterStatus({ @@ -86130,7 +86130,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.insert({ @@ -86317,7 +86317,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.list({ @@ -86481,7 +86481,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.patch({ @@ -86671,7 +86671,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.preview({ @@ -86838,7 +86838,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routers.update({ @@ -87250,7 +87250,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.delete({ @@ -87416,7 +87416,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.get({ @@ -87569,7 +87569,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.insert({ @@ -87758,7 +87758,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.routes.list({ @@ -87987,7 +87987,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.addRule({ @@ -88161,7 +88161,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.delete({ @@ -88329,7 +88329,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.get({ @@ -88475,7 +88475,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.getRule({ @@ -88624,7 +88624,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.insert({ @@ -88804,7 +88804,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.list({ @@ -88967,7 +88967,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.listPreconfiguredExpressionSets({ @@ -89150,7 +89150,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.patch({ @@ -89333,7 +89333,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.patchRule({ @@ -89510,7 +89510,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.securityPolicies.removeRule({ @@ -89855,7 +89855,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.delete({ @@ -90022,7 +90022,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.get({ @@ -90180,7 +90180,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.getIamPolicy({ @@ -90324,7 +90324,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.list({ @@ -90484,7 +90484,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.setIamPolicy({ @@ -90638,7 +90638,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.setLabels({ @@ -90809,7 +90809,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.snapshots.testIamPermissions({ @@ -91077,7 +91077,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.aggregatedList({ @@ -91251,7 +91251,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.delete({ @@ -91419,7 +91419,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.get({ @@ -91570,7 +91570,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.insert({ @@ -91756,7 +91756,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslCertificates.list({ @@ -92020,7 +92020,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.delete({ @@ -92188,7 +92188,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.get({ @@ -92336,7 +92336,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.insert({ @@ -92520,7 +92520,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.list({ @@ -92681,7 +92681,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.listAvailableFeatures({ @@ -92853,7 +92853,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.sslPolicies.patch({ @@ -93155,7 +93155,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.aggregatedList({ @@ -93326,7 +93326,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.delete({ @@ -93496,7 +93496,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.expandIpCidrRange({ @@ -93676,7 +93676,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.get({ @@ -93836,7 +93836,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.getIamPolicy({ @@ -93982,7 +93982,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.insert({ @@ -94178,7 +94178,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.list({ @@ -94343,7 +94343,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.listUsable({ @@ -94514,7 +94514,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.patch({ @@ -94715,7 +94715,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.setIamPolicy({ @@ -94872,7 +94872,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.setPrivateIpGoogleAccess({ @@ -95054,7 +95054,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.subnetworks.testIamPermissions({ @@ -95480,7 +95480,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.aggregatedList({ @@ -95653,7 +95653,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.delete({ @@ -95821,7 +95821,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.get({ @@ -95966,7 +95966,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.insert({ @@ -96147,7 +96147,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.list({ @@ -96312,7 +96312,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpProxies.setUrlMap({ @@ -96609,7 +96609,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.aggregatedList({ @@ -96783,7 +96783,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.delete({ @@ -96951,7 +96951,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.get({ @@ -97099,7 +97099,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.insert({ @@ -97283,7 +97283,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.list({ @@ -97450,7 +97450,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setQuicOverride({ @@ -97626,7 +97626,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setSslCertificates({ @@ -97802,7 +97802,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setSslPolicy({ @@ -97978,7 +97978,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetHttpsProxies.setUrlMap({ @@ -98335,7 +98335,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.aggregatedList({ @@ -98509,7 +98509,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.delete({ @@ -98680,7 +98680,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.get({ @@ -98829,7 +98829,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.insert({ @@ -99014,7 +99014,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetInstances.list({ @@ -99298,7 +99298,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.addHealthCheck({ @@ -99477,7 +99477,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.addInstance({ @@ -99657,7 +99657,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.aggregatedList({ @@ -99828,7 +99828,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.delete({ @@ -99999,7 +99999,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.get({ @@ -100151,7 +100151,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.getHealth({ @@ -100309,7 +100309,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.insert({ @@ -100497,7 +100497,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.list({ @@ -100661,7 +100661,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.removeHealthCheck({ @@ -100840,7 +100840,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.removeInstance({ @@ -101019,7 +101019,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetPools.setBackup({ @@ -101459,7 +101459,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.delete({ @@ -101627,7 +101627,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.get({ @@ -101774,7 +101774,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.insert({ @@ -101956,7 +101956,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.list({ @@ -102120,7 +102120,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setBackendService({ @@ -102296,7 +102296,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setProxyHeader({ @@ -102472,7 +102472,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setSslCertificates({ @@ -102648,7 +102648,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetSslProxies.setSslPolicy({ @@ -102977,7 +102977,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.delete({ @@ -103145,7 +103145,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.get({ @@ -103290,7 +103290,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.insert({ @@ -103470,7 +103470,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.list({ @@ -103634,7 +103634,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.setBackendService({ @@ -103810,7 +103810,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetTcpProxies.setProxyHeader({ @@ -104100,7 +104100,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.aggregatedList({ @@ -104274,7 +104274,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.delete({ @@ -104445,7 +104445,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.get({ @@ -104596,7 +104596,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.insert({ @@ -104783,7 +104783,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.targetVpnGateways.list({ @@ -105070,7 +105070,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.aggregatedList({ @@ -105241,7 +105241,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.delete({ @@ -105407,7 +105407,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.get({ @@ -105557,7 +105557,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.insert({ @@ -105742,7 +105742,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.invalidateCache({ @@ -105920,7 +105920,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.list({ @@ -106080,7 +106080,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.patch({ @@ -106268,7 +106268,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.update({ @@ -106456,7 +106456,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.urlMaps.validate({ @@ -106779,7 +106779,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.aggregatedList({ @@ -106950,7 +106950,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.delete({ @@ -107121,7 +107121,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.get({ @@ -107272,7 +107272,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.getStatus({ @@ -107422,7 +107422,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.insert({ @@ -107609,7 +107609,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.list({ @@ -107773,7 +107773,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.setLabels({ @@ -107954,7 +107954,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnGateways.testIamPermissions({ @@ -108285,7 +108285,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.aggregatedList({ @@ -108456,7 +108456,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.delete({ @@ -108627,7 +108627,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.get({ @@ -108788,7 +108788,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.insert({ @@ -108986,7 +108986,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.vpnTunnels.list({ @@ -109264,7 +109264,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.delete({ @@ -109399,7 +109399,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.get({ @@ -109563,7 +109563,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.list({ @@ -109728,7 +109728,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zoneOperations.wait({ @@ -109972,7 +109972,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zones.get({ @@ -110118,7 +110118,7 @@ export namespace compute_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await compute.zones.list({ diff --git a/src/apis/container/v1.ts b/src/apis/container/v1.ts index 4922ab55ef..f05287ebcd 100644 --- a/src/apis/container/v1.ts +++ b/src/apis/container/v1.ts @@ -2141,7 +2141,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.aggregated.usableSubnetworks.list({ @@ -2331,7 +2331,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.getServerConfig({ @@ -2509,7 +2509,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.completeIpRotation({ @@ -2666,7 +2666,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.create({ @@ -2823,7 +2823,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.delete({ @@ -2980,7 +2980,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.get({ @@ -3173,7 +3173,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.getJwks({ @@ -3310,7 +3310,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.list({ @@ -3460,7 +3460,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setAddons({ @@ -3618,7 +3618,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setLegacyAbac({ @@ -3776,7 +3776,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setLocations({ @@ -3934,7 +3934,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setLogging({ @@ -4092,7 +4092,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setMaintenancePolicy({ @@ -4253,7 +4253,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setMasterAuth({ @@ -4412,7 +4412,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setMonitoring({ @@ -4570,7 +4570,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setNetworkPolicy({ @@ -4728,7 +4728,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setResourceLabels({ @@ -4887,7 +4887,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.startIpRotation({ @@ -5045,7 +5045,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.update({ @@ -5200,7 +5200,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.updateMaster({ @@ -5594,7 +5594,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.create({ @@ -5753,7 +5753,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.delete({ @@ -5916,7 +5916,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.get({ @@ -6080,7 +6080,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.list({ @@ -6232,7 +6232,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.rollback({ @@ -6392,7 +6392,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.setAutoscaling( @@ -6555,7 +6555,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.setManagement( @@ -6718,7 +6718,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.setSize({ @@ -6879,7 +6879,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.update({ @@ -7186,7 +7186,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -7349,7 +7349,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.operations.cancel({ @@ -7488,7 +7488,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.operations.get({ @@ -7645,7 +7645,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.operations.list({ @@ -7853,7 +7853,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.getServerconfig({ @@ -8026,7 +8026,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.addons({ @@ -8195,7 +8195,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.completeIpRotation({ @@ -8363,7 +8363,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.create({ @@ -8526,7 +8526,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.delete({ @@ -8686,7 +8686,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.get({ @@ -8882,7 +8882,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.legacyAbac({ @@ -9051,7 +9051,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.list({ @@ -9200,7 +9200,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.locations({ @@ -9369,7 +9369,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.logging({ @@ -9538,7 +9538,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.master({ @@ -9707,7 +9707,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.monitoring({ @@ -9876,7 +9876,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.resourceLabels({ @@ -10046,7 +10046,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.setMaintenancePolicy({ @@ -10214,7 +10214,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.setMasterAuth({ @@ -10384,7 +10384,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.setNetworkPolicy({ @@ -10553,7 +10553,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.startIpRotation({ @@ -10722,7 +10722,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.update({ @@ -11228,7 +11228,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.autoscaling({ @@ -11402,7 +11402,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.create({ @@ -11571,7 +11571,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.delete({ @@ -11736,7 +11736,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.get({ @@ -11902,7 +11902,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.list({ @@ -12054,7 +12054,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.rollback({ @@ -12227,7 +12227,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.setManagement({ @@ -12401,7 +12401,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.setSize({ @@ -12575,7 +12575,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.update({ @@ -12966,7 +12966,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.operations.cancel({ @@ -13119,7 +13119,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.operations.get({ @@ -13279,7 +13279,7 @@ export namespace container_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.operations.list({ diff --git a/src/apis/container/v1beta1.ts b/src/apis/container/v1beta1.ts index 5c903567b2..8c461290cc 100644 --- a/src/apis/container/v1beta1.ts +++ b/src/apis/container/v1beta1.ts @@ -2433,7 +2433,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.aggregated.usableSubnetworks.list({ @@ -2623,7 +2623,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.getServerConfig({ @@ -2771,7 +2771,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.list({ @@ -2947,7 +2947,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.completeIpRotation({ @@ -3104,7 +3104,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.create({ @@ -3261,7 +3261,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.delete({ @@ -3418,7 +3418,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.get({ @@ -3618,7 +3618,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.getJwks({ @@ -3758,7 +3758,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.list({ @@ -3908,7 +3908,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setAddons({ @@ -4066,7 +4066,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setLegacyAbac({ @@ -4224,7 +4224,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setLocations({ @@ -4382,7 +4382,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setLogging({ @@ -4540,7 +4540,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setMaintenancePolicy({ @@ -4701,7 +4701,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setMasterAuth({ @@ -4860,7 +4860,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setMonitoring({ @@ -5018,7 +5018,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setNetworkPolicy({ @@ -5176,7 +5176,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.setResourceLabels({ @@ -5335,7 +5335,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.startIpRotation({ @@ -5493,7 +5493,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.update({ @@ -5648,7 +5648,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.updateMaster({ @@ -6042,7 +6042,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.create({ @@ -6201,7 +6201,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.delete({ @@ -6364,7 +6364,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.get({ @@ -6528,7 +6528,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.list({ @@ -6680,7 +6680,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.rollback({ @@ -6840,7 +6840,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.setAutoscaling( @@ -7003,7 +7003,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.setManagement( @@ -7166,7 +7166,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.setSize({ @@ -7327,7 +7327,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.clusters.nodePools.update({ @@ -7634,7 +7634,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -7797,7 +7797,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.operations.cancel({ @@ -7939,7 +7939,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.operations.get({ @@ -8096,7 +8096,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.locations.operations.list({ @@ -8304,7 +8304,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.getServerconfig({ @@ -8479,7 +8479,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.addons({ @@ -8648,7 +8648,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.completeIpRotation({ @@ -8816,7 +8816,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.create({ @@ -8979,7 +8979,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.delete({ @@ -9139,7 +9139,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.get({ @@ -9342,7 +9342,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.legacyAbac({ @@ -9511,7 +9511,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.list({ @@ -9660,7 +9660,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.locations({ @@ -9829,7 +9829,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.logging({ @@ -9998,7 +9998,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.master({ @@ -10167,7 +10167,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.monitoring({ @@ -10336,7 +10336,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.resourceLabels({ @@ -10506,7 +10506,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.setMaintenancePolicy({ @@ -10674,7 +10674,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.setMasterAuth({ @@ -10844,7 +10844,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.setNetworkPolicy({ @@ -11013,7 +11013,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.startIpRotation({ @@ -11182,7 +11182,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.update({ @@ -11688,7 +11688,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.autoscaling({ @@ -11862,7 +11862,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.create({ @@ -12031,7 +12031,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.delete({ @@ -12196,7 +12196,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.get({ @@ -12362,7 +12362,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.list({ @@ -12514,7 +12514,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.rollback({ @@ -12687,7 +12687,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.setManagement({ @@ -12861,7 +12861,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.setSize({ @@ -13035,7 +13035,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.clusters.nodePools.update({ @@ -13426,7 +13426,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.operations.cancel({ @@ -13579,7 +13579,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.operations.get({ @@ -13739,7 +13739,7 @@ export namespace container_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await container.projects.zones.operations.list({ diff --git a/src/apis/containeranalysis/v1alpha1.ts b/src/apis/containeranalysis/v1alpha1.ts index 9c4f216b0f..f67397aff5 100644 --- a/src/apis/containeranalysis/v1alpha1.ts +++ b/src/apis/containeranalysis/v1alpha1.ts @@ -1426,7 +1426,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.create({ @@ -1606,7 +1606,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.delete({ @@ -1734,7 +1734,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.get({ @@ -1879,7 +1879,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.getIamPolicy({ @@ -2023,7 +2023,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.list({ @@ -2173,7 +2173,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.patch({ @@ -2345,7 +2345,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.setIamPolicy({ @@ -2489,7 +2489,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.testIamPermissions({ @@ -2755,7 +2755,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.occurrences.list({ @@ -2932,7 +2932,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.create({ @@ -3107,7 +3107,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.delete({ @@ -3235,7 +3235,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.get({ @@ -3380,7 +3380,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.getIamPolicy({ @@ -3524,7 +3524,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.getNotes({ @@ -3672,7 +3672,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.getVulnerabilitySummary( @@ -3817,7 +3817,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.list({ @@ -3972,7 +3972,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.patch({ @@ -4144,7 +4144,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.setIamPolicy({ @@ -4288,7 +4288,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.testIamPermissions({ @@ -4572,7 +4572,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.operations.create({ @@ -4718,7 +4718,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.operations.patch({ @@ -4894,7 +4894,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.scanConfigs.get({ @@ -5028,7 +5028,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.scanConfigs.list({ @@ -5175,7 +5175,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.scanConfigs.patch({ @@ -5386,7 +5386,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.create({ @@ -5566,7 +5566,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.delete({ @@ -5694,7 +5694,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.get({ @@ -5839,7 +5839,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.getIamPolicy({ @@ -5983,7 +5983,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.list({ @@ -6133,7 +6133,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.patch({ @@ -6305,7 +6305,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.setIamPolicy({ @@ -6449,7 +6449,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.testIamPermissions({ @@ -6715,7 +6715,7 @@ export namespace containeranalysis_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.providers.notes.occurrences.list({ diff --git a/src/apis/containeranalysis/v1beta1.ts b/src/apis/containeranalysis/v1beta1.ts index 10a95dbe7f..d057b4507b 100644 --- a/src/apis/containeranalysis/v1beta1.ts +++ b/src/apis/containeranalysis/v1beta1.ts @@ -1579,7 +1579,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.batchCreate({ @@ -1728,7 +1728,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.create({ @@ -1905,7 +1905,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.delete({ @@ -2033,7 +2033,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.get({ @@ -2179,7 +2179,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.getIamPolicy({ @@ -2323,7 +2323,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.list({ @@ -2470,7 +2470,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.patch({ @@ -2644,7 +2644,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.setIamPolicy({ @@ -2788,7 +2788,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.testIamPermissions({ @@ -3058,7 +3058,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.notes.occurrences.list({ @@ -3235,7 +3235,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.batchCreate({ @@ -3385,7 +3385,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.create({ @@ -3555,7 +3555,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.delete({ @@ -3683,7 +3683,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.get({ @@ -3827,7 +3827,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.getIamPolicy({ @@ -3971,7 +3971,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.getNotes({ @@ -4120,7 +4120,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.getVulnerabilitySummary( @@ -4266,7 +4266,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.list({ @@ -4415,7 +4415,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.patch({ @@ -4585,7 +4585,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.setIamPolicy({ @@ -4729,7 +4729,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.occurrences.testIamPermissions({ @@ -5013,7 +5013,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.scanConfigs.get({ @@ -5147,7 +5147,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.scanConfigs.list({ @@ -5295,7 +5295,7 @@ export namespace containeranalysis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await containeranalysis.projects.scanConfigs.update({ diff --git a/src/apis/content/v2.1.ts b/src/apis/content/v2.1.ts index 7f7421b85e..194635dfdf 100644 --- a/src/apis/content/v2.1.ts +++ b/src/apis/content/v2.1.ts @@ -5563,7 +5563,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.authinfo({}); @@ -5698,7 +5698,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.claimwebsite({ @@ -5844,7 +5844,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.custombatch({ @@ -5988,7 +5988,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.delete({ @@ -6116,7 +6116,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.get({ @@ -6258,7 +6258,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.insert({ @@ -6417,7 +6417,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.link({ @@ -6566,7 +6566,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.list({ @@ -6709,7 +6709,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.listlinks({ @@ -6858,7 +6858,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.update({ @@ -7149,7 +7149,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accountstatuses.custombatch({ @@ -7295,7 +7295,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accountstatuses.get({ @@ -7435,7 +7435,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accountstatuses.list({ @@ -7632,7 +7632,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounttax.custombatch({ @@ -7778,7 +7778,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounttax.get({ @@ -7912,7 +7912,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounttax.list({ @@ -8055,7 +8055,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounttax.update({ @@ -8256,7 +8256,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.custombatch({ @@ -8402,7 +8402,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.delete({ @@ -8527,7 +8527,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.fetchnow({ @@ -8668,7 +8668,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.get({ @@ -8808,7 +8808,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.insert({ @@ -8963,7 +8963,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.list({ @@ -9106,7 +9106,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.update({ @@ -9349,7 +9349,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeedstatuses.custombatch({ @@ -9495,7 +9495,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeedstatuses.get({ @@ -9644,7 +9644,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeedstatuses.list({ @@ -9840,7 +9840,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.custombatch({ @@ -9986,7 +9986,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.get({ @@ -10120,7 +10120,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.getaccessiblegmbaccounts({ @@ -10279,7 +10279,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.list({ @@ -10422,7 +10422,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.listposdataproviders({}); @@ -10564,7 +10564,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.requestgmbaccess({ @@ -10710,7 +10710,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.requestinventoryverification({ @@ -10869,7 +10869,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.setinventoryverificationcontact({ @@ -11044,7 +11044,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.setposdataprovider({ @@ -11202,7 +11202,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.update({ @@ -11496,7 +11496,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.localinventory.custombatch({ @@ -11642,7 +11642,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.localinventory.insert({ @@ -11834,7 +11834,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderinvoices.createchargeinvoice({ @@ -11997,7 +11997,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderinvoices.createrefundinvoice({ @@ -12200,7 +12200,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreports.listdisbursements({ @@ -12359,7 +12359,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreports.listtransactions({ @@ -12584,7 +12584,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreturns.acknowledge({ @@ -12737,7 +12737,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreturns.get({ @@ -12878,7 +12878,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreturns.list({ @@ -13052,7 +13052,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreturns.process({ @@ -13307,7 +13307,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.acknowledge({ @@ -13458,7 +13458,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.advancetestorder({ @@ -13601,7 +13601,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.cancel({ @@ -13750,7 +13750,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.cancellineitem({ @@ -13908,7 +13908,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.canceltestorderbycustomer({ @@ -14066,7 +14066,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.createtestorder({ @@ -14218,7 +14218,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.createtestreturn({ @@ -14370,7 +14370,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.get({ @@ -14523,7 +14523,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.getbymerchantorderid({ @@ -14667,7 +14667,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.gettestordertemplate({ @@ -14814,7 +14814,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.instorerefundlineitem({ @@ -14974,7 +14974,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.list({ @@ -15135,7 +15135,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.refunditem({ @@ -15289,7 +15289,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.refundorder({ @@ -15444,7 +15444,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.rejectreturnlineitem({ @@ -15602,7 +15602,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.returnrefundlineitem({ @@ -15762,7 +15762,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.setlineitemmetadata({ @@ -15918,7 +15918,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.shiplineitems({ @@ -16072,7 +16072,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.updatelineitemshippingdetails({ @@ -16243,7 +16243,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.updatemerchantorderid({ @@ -16397,7 +16397,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.updateshipment({ @@ -16898,7 +16898,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.custombatch({ @@ -17041,7 +17041,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.delete({ @@ -17170,7 +17170,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.get({ @@ -17308,7 +17308,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.insert({ @@ -17454,7 +17454,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.inventory({ @@ -17618,7 +17618,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.list({ @@ -17752,7 +17752,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.sale({ @@ -18007,7 +18007,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.custombatch({ @@ -18151,7 +18151,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.delete({ @@ -18279,7 +18279,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.get({ @@ -18485,7 +18485,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.insert({ @@ -18775,7 +18775,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.list({ @@ -18986,7 +18986,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.productstatuses.custombatch({ @@ -19132,7 +19132,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.productstatuses.get({ @@ -19276,7 +19276,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.productstatuses.list({ @@ -19473,7 +19473,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pubsubnotificationsettings.get({ @@ -19612,7 +19612,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pubsubnotificationsettings.update({ @@ -19789,7 +19789,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.regionalinventory.custombatch({ @@ -19941,7 +19941,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.regionalinventory.insert({ @@ -20130,7 +20130,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnaddress.custombatch({ @@ -20276,7 +20276,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnaddress.delete({ @@ -20403,7 +20403,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnaddress.get({ @@ -20542,7 +20542,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnaddress.insert({ @@ -20692,7 +20692,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnaddress.list({ @@ -20909,7 +20909,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnpolicy.custombatch({ @@ -21055,7 +21055,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnpolicy.delete({ @@ -21182,7 +21182,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnpolicy.get({ @@ -21322,7 +21322,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnpolicy.insert({ @@ -21476,7 +21476,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.returnpolicy.list({ @@ -21668,7 +21668,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.settlementreports.get({ @@ -21809,7 +21809,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.settlementreports.list({ @@ -22004,7 +22004,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.settlementtransactions.list({ @@ -22189,7 +22189,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.custombatch({ @@ -22335,7 +22335,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.get({ @@ -22471,7 +22471,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.getsupportedcarriers({ @@ -22625,7 +22625,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.getsupportedholidays({ @@ -22779,7 +22779,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.getsupportedpickupservices({ @@ -22932,7 +22932,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.list({ @@ -23079,7 +23079,7 @@ export namespace content_v2_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.update({ diff --git a/src/apis/content/v2.ts b/src/apis/content/v2.ts index f87f324d97..cfbe75defe 100644 --- a/src/apis/content/v2.ts +++ b/src/apis/content/v2.ts @@ -5458,7 +5458,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.authinfo({}); @@ -5593,7 +5593,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.claimwebsite({ @@ -5739,7 +5739,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.custombatch({ @@ -5887,7 +5887,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.delete({ @@ -6018,7 +6018,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.get({ @@ -6161,7 +6161,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.insert({ @@ -6325,7 +6325,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.link({ @@ -6473,7 +6473,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.list({ @@ -6616,7 +6616,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounts.update({ @@ -6910,7 +6910,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accountstatuses.custombatch({ @@ -7056,7 +7056,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accountstatuses.get({ @@ -7197,7 +7197,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accountstatuses.list({ @@ -7395,7 +7395,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounttax.custombatch({ @@ -7545,7 +7545,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounttax.get({ @@ -7679,7 +7679,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounttax.list({ @@ -7822,7 +7822,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.accounttax.update({ @@ -8035,7 +8035,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.custombatch({ @@ -8185,7 +8185,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.delete({ @@ -8313,7 +8313,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.fetchnow({ @@ -8457,7 +8457,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.get({ @@ -8600,7 +8600,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.insert({ @@ -8764,7 +8764,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.list({ @@ -8907,7 +8907,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeeds.update({ @@ -9180,7 +9180,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeedstatuses.custombatch({ @@ -9326,7 +9326,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeedstatuses.get({ @@ -9474,7 +9474,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.datafeedstatuses.list({ @@ -9670,7 +9670,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.inventory.custombatch({ @@ -9820,7 +9820,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.inventory.set({ @@ -10030,7 +10030,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.custombatch({ @@ -10180,7 +10180,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.get({ @@ -10314,7 +10314,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.getaccessiblegmbaccounts({ @@ -10473,7 +10473,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.list({ @@ -10616,7 +10616,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.listposdataproviders({}); @@ -10759,7 +10759,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.requestgmbaccess({ @@ -10905,7 +10905,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.requestinventoryverification({ @@ -11064,7 +11064,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.setinventoryverificationcontact({ @@ -11239,7 +11239,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.setposdataprovider({ @@ -11397,7 +11397,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.liasettings.update({ @@ -11703,7 +11703,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderinvoices.createchargeinvoice({ @@ -11866,7 +11866,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderinvoices.createrefundinvoice({ @@ -12069,7 +12069,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreports.listdisbursements({ @@ -12228,7 +12228,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreports.listtransactions({ @@ -12453,7 +12453,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreturns.get({ @@ -12593,7 +12593,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orderreturns.list({ @@ -12791,7 +12791,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.acknowledge({ @@ -12941,7 +12941,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.advancetestorder({ @@ -13083,7 +13083,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.cancel({ @@ -13232,7 +13232,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.cancellineitem({ @@ -13393,7 +13393,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.canceltestorderbycustomer({ @@ -13551,7 +13551,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.createtestorder({ @@ -13703,7 +13703,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.createtestreturn({ @@ -13855,7 +13855,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.custombatch({ @@ -13999,7 +13999,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.get({ @@ -14152,7 +14152,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.getbymerchantorderid({ @@ -14296,7 +14296,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.gettestordertemplate({ @@ -14443,7 +14443,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.instorerefundlineitem({ @@ -14603,7 +14603,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.list({ @@ -14764,7 +14764,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.refund({ @@ -14916,7 +14916,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.rejectreturnlineitem({ @@ -15074,7 +15074,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.returnlineitem({ @@ -15232,7 +15232,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.returnrefundlineitem({ @@ -15392,7 +15392,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.setlineitemmetadata({ @@ -15548,7 +15548,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.shiplineitems({ @@ -15705,7 +15705,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.updatelineitemshippingdetails({ @@ -15876,7 +15876,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.updatemerchantorderid({ @@ -16030,7 +16030,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.orders.updateshipment({ @@ -16534,7 +16534,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.custombatch({ @@ -16681,7 +16681,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.delete({ @@ -16813,7 +16813,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.get({ @@ -16951,7 +16951,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.insert({ @@ -17099,7 +17099,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.inventory({ @@ -17266,7 +17266,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.list({ @@ -17399,7 +17399,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.pos.sale({ @@ -17678,7 +17678,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.custombatch({ @@ -17826,7 +17826,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.delete({ @@ -17954,7 +17954,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.get({ @@ -18163,7 +18163,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.insert({ @@ -18459,7 +18459,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.products.list({ @@ -18682,7 +18682,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.productstatuses.custombatch({ @@ -18832,7 +18832,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.productstatuses.get({ @@ -18981,7 +18981,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.productstatuses.list({ @@ -19202,7 +19202,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.custombatch({ @@ -19352,7 +19352,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.get({ @@ -19487,7 +19487,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.getsupportedcarriers({ @@ -19641,7 +19641,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.getsupportedholidays({ @@ -19795,7 +19795,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.getsupportedpickupservices({ @@ -19948,7 +19948,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.list({ @@ -20095,7 +20095,7 @@ export namespace content_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await content.shippingsettings.update({ diff --git a/src/apis/customsearch/v1.ts b/src/apis/customsearch/v1.ts index 8bfe6b2c81..7263fc464b 100644 --- a/src/apis/customsearch/v1.ts +++ b/src/apis/customsearch/v1.ts @@ -427,7 +427,7 @@ export namespace customsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await search.cse.list({ @@ -1025,7 +1025,7 @@ export namespace customsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await search.cse.siterestrict.list({ diff --git a/src/apis/datacatalog/v1beta1.ts b/src/apis/datacatalog/v1beta1.ts index aa290b8779..022f3eeb0d 100644 --- a/src/apis/datacatalog/v1beta1.ts +++ b/src/apis/datacatalog/v1beta1.ts @@ -889,7 +889,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.catalog.search({ @@ -1066,7 +1066,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.entries.lookup({ @@ -1293,7 +1293,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.create({ @@ -1464,7 +1464,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.delete({ @@ -1594,7 +1594,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.get({ @@ -1744,7 +1744,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.getIamPolicy({ @@ -1888,7 +1888,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.list({ @@ -2057,7 +2057,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.patch({ @@ -2224,7 +2224,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.setIamPolicy({ @@ -2368,7 +2368,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.testIamPermissions( @@ -2636,7 +2636,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.create({ @@ -2818,7 +2818,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.delete({ @@ -2947,7 +2947,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.get({ @@ -3099,7 +3099,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.getIamPolicy( @@ -3245,7 +3245,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.list({ @@ -3417,7 +3417,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.patch({ @@ -3615,7 +3615,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.testIamPermissions( @@ -3863,7 +3863,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.tags.create( @@ -4029,7 +4029,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.tags.delete( @@ -4160,7 +4160,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.tags.list( @@ -4332,7 +4332,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.entries.tags.patch( @@ -4556,7 +4556,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.tags.create({ @@ -4720,7 +4720,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.tags.delete({ @@ -4849,7 +4849,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.tags.list({ @@ -5019,7 +5019,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.entryGroups.tags.patch({ @@ -5245,7 +5245,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.create({ @@ -5412,7 +5412,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.delete({ @@ -5546,7 +5546,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.get({ @@ -5694,7 +5694,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.getIamPolicy({ @@ -5838,7 +5838,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.patch({ @@ -6009,7 +6009,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.setIamPolicy({ @@ -6153,7 +6153,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.testIamPermissions( @@ -6398,7 +6398,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.fields.create({ @@ -6582,7 +6582,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.fields.delete({ @@ -6716,7 +6716,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.fields.patch({ @@ -6903,7 +6903,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.tagTemplates.fields.rename({ @@ -7140,7 +7140,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.create({ @@ -7301,7 +7301,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.delete({ @@ -7428,7 +7428,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.export({ @@ -7592,7 +7592,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.get({ @@ -7738,7 +7738,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.getIamPolicy({ @@ -7882,7 +7882,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.import({ @@ -8048,7 +8048,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.list({ @@ -8214,7 +8214,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.patch({ @@ -8379,7 +8379,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.setIamPolicy({ @@ -8523,7 +8523,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.testIamPermissions( @@ -8802,7 +8802,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.policyTags.create( @@ -8968,7 +8968,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.policyTags.delete( @@ -9098,7 +9098,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.policyTags.get({ @@ -9246,7 +9246,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.policyTags.getIamPolicy( @@ -9392,7 +9392,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.policyTags.list({ @@ -9558,7 +9558,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.policyTags.patch({ @@ -9729,7 +9729,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.policyTags.setIamPolicy( @@ -9875,7 +9875,7 @@ export namespace datacatalog_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datacatalog.projects.locations.taxonomies.policyTags.testIamPermissions( diff --git a/src/apis/dataflow/v1b3.ts b/src/apis/dataflow/v1b3.ts index 1f847e7f25..1556990a9e 100644 --- a/src/apis/dataflow/v1b3.ts +++ b/src/apis/dataflow/v1b3.ts @@ -3491,7 +3491,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.deleteSnapshots({ @@ -3638,7 +3638,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.workerMessages({ @@ -3827,7 +3827,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.catalogTemplates.commit({ @@ -3981,7 +3981,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.catalogTemplates.delete({ @@ -4113,7 +4113,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.catalogTemplates.get({ @@ -4259,7 +4259,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.catalogTemplates.label({ @@ -4416,7 +4416,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.catalogTemplates.tag({ @@ -4627,7 +4627,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.catalogTemplates.templateVersions.create({ @@ -4810,7 +4810,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.aggregated({ @@ -4967,7 +4967,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.create({ @@ -5169,7 +5169,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.get({ @@ -5339,7 +5339,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.getMetrics({ @@ -5487,7 +5487,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.list({ @@ -5645,7 +5645,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.snapshot({ @@ -5803,7 +5803,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.update({ @@ -6162,7 +6162,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.debug.getConfig({ @@ -6319,7 +6319,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.debug.sendCapture({ @@ -6515,7 +6515,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.messages.list({ @@ -6729,7 +6729,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.workItems.lease({ @@ -6889,7 +6889,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.jobs.workItems.reportStatus({ @@ -7103,7 +7103,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.workerMessages({ @@ -7285,7 +7285,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.flexTemplates.launch({ @@ -7481,7 +7481,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.create({ @@ -7682,7 +7682,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.get({ @@ -7852,7 +7852,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.getMetrics({ @@ -8001,7 +8001,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.list({ @@ -8158,7 +8158,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.snapshot({ @@ -8320,7 +8320,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.update({ @@ -8656,7 +8656,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.debug.getConfig({ @@ -8818,7 +8818,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.debug.sendCapture({ @@ -9027,7 +9027,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.messages.list({ @@ -9242,7 +9242,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.snapshots.list({ @@ -9412,7 +9412,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.workItems.lease({ @@ -9577,7 +9577,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.jobs.workItems.reportStatus({ @@ -9792,7 +9792,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.snapshots.delete({ @@ -9937,7 +9937,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.snapshots.get({ @@ -10087,7 +10087,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.snapshots.list({ @@ -10285,7 +10285,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.sql.validate({ @@ -10453,7 +10453,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.templates.create({ @@ -10630,7 +10630,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.templates.get({ @@ -10785,7 +10785,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.locations.templates.launch({ @@ -11036,7 +11036,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.snapshots.get({ @@ -11185,7 +11185,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.snapshots.list({ @@ -11370,7 +11370,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.templates.create({ @@ -11542,7 +11542,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.templates.get({ @@ -11697,7 +11697,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.templates.launch({ @@ -11941,7 +11941,7 @@ export namespace dataflow_v1b3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataflow.projects.templateVersions.list({ diff --git a/src/apis/datafusion/v1beta1.ts b/src/apis/datafusion/v1beta1.ts index 6ae66aceaf..53dd044077 100644 --- a/src/apis/datafusion/v1beta1.ts +++ b/src/apis/datafusion/v1beta1.ts @@ -571,7 +571,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.get({ @@ -703,7 +703,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.list({ @@ -891,7 +891,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.create({ @@ -1060,7 +1060,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.delete({ @@ -1193,7 +1193,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.get({ @@ -1343,7 +1343,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.getIamPolicy({ @@ -1488,7 +1488,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.list({ @@ -1642,7 +1642,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.patch({ @@ -1813,7 +1813,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.restart({ @@ -1956,7 +1956,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.setIamPolicy({ @@ -2101,7 +2101,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.testIamPermissions({ @@ -2249,7 +2249,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.instances.upgrade({ @@ -2530,7 +2530,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.operations.cancel({ @@ -2666,7 +2666,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.operations.delete({ @@ -2792,7 +2792,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.operations.get({ @@ -2924,7 +2924,7 @@ export namespace datafusion_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datafusion.projects.locations.operations.list({ diff --git a/src/apis/dataproc/v1.ts b/src/apis/dataproc/v1.ts index 8a3e6e294d..3f69b4a250 100644 --- a/src/apis/dataproc/v1.ts +++ b/src/apis/dataproc/v1.ts @@ -1732,7 +1732,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.create({ @@ -1885,7 +1885,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.delete({ @@ -2014,7 +2014,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.get({ @@ -2152,7 +2152,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.getIamPolicy( @@ -2297,7 +2297,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.list({ @@ -2446,7 +2446,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.setIamPolicy( @@ -2591,7 +2591,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.testIamPermissions( @@ -2741,7 +2741,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.update({ @@ -2989,7 +2989,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.create({ @@ -3147,7 +3147,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.delete({ @@ -3279,7 +3279,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.get({ @@ -3421,7 +3421,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.getIamPolicy({ @@ -3564,7 +3564,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.instantiate({ @@ -3713,7 +3713,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.instantiateInline( @@ -3871,7 +3871,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.list({ @@ -4020,7 +4020,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.setIamPolicy({ @@ -4163,7 +4163,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.testIamPermissions( @@ -4313,7 +4313,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.update({ @@ -4623,7 +4623,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.create({ @@ -4776,7 +4776,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.delete({ @@ -4905,7 +4905,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.get({ @@ -5043,7 +5043,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.getIamPolicy({ @@ -5186,7 +5186,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.list({ @@ -5335,7 +5335,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.setIamPolicy({ @@ -5478,7 +5478,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.testIamPermissions( @@ -5628,7 +5628,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.update({ @@ -5876,7 +5876,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.create({ @@ -6032,7 +6032,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.delete({ @@ -6179,7 +6179,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.diagnose({ @@ -6327,7 +6327,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.get({ @@ -6471,7 +6471,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.getIamPolicy({ @@ -6613,7 +6613,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.list({ @@ -6761,7 +6761,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.patch({ @@ -6943,7 +6943,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.setIamPolicy({ @@ -7085,7 +7085,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.testIamPermissions({ @@ -7409,7 +7409,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.cancel({ @@ -7571,7 +7571,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.delete({ @@ -7705,7 +7705,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.get({ @@ -7859,7 +7859,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.getIamPolicy({ @@ -8001,7 +8001,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.list({ @@ -8150,7 +8150,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.patch({ @@ -8334,7 +8334,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.setIamPolicy({ @@ -8476,7 +8476,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.submit({ @@ -8637,7 +8637,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.submitAsOperation({ @@ -8785,7 +8785,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.testIamPermissions({ @@ -9113,7 +9113,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.cancel({ @@ -9239,7 +9239,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.delete({ @@ -9365,7 +9365,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.get({ @@ -9497,7 +9497,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.getIamPolicy({ @@ -9639,7 +9639,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.list({ @@ -9782,7 +9782,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.setIamPolicy({ @@ -9924,7 +9924,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.testIamPermissions({ @@ -10155,7 +10155,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.create({ @@ -10313,7 +10313,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.delete({ @@ -10445,7 +10445,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.get({ @@ -10587,7 +10587,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.getIamPolicy({ @@ -10730,7 +10730,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.instantiate({ @@ -10879,7 +10879,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.instantiateInline( @@ -11037,7 +11037,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.list({ @@ -11186,7 +11186,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.setIamPolicy({ @@ -11329,7 +11329,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.testIamPermissions( @@ -11479,7 +11479,7 @@ export namespace dataproc_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.update({ diff --git a/src/apis/dataproc/v1beta2.ts b/src/apis/dataproc/v1beta2.ts index c332b93fc2..572d3b7857 100644 --- a/src/apis/dataproc/v1beta2.ts +++ b/src/apis/dataproc/v1beta2.ts @@ -1812,7 +1812,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.create({ @@ -1965,7 +1965,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.delete({ @@ -2094,7 +2094,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.get({ @@ -2232,7 +2232,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.getIamPolicy( @@ -2371,7 +2371,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.list({ @@ -2520,7 +2520,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.setIamPolicy( @@ -2665,7 +2665,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.testIamPermissions( @@ -2815,7 +2815,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.autoscalingPolicies.update({ @@ -3062,7 +3062,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.create({ @@ -3220,7 +3220,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.delete({ @@ -3352,7 +3352,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.get({ @@ -3494,7 +3494,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.getIamPolicy({ @@ -3631,7 +3631,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.instantiate({ @@ -3781,7 +3781,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.instantiateInline( @@ -3942,7 +3942,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.list({ @@ -4091,7 +4091,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.setIamPolicy({ @@ -4234,7 +4234,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.testIamPermissions( @@ -4384,7 +4384,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.locations.workflowTemplates.update({ @@ -4697,7 +4697,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.create({ @@ -4850,7 +4850,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.delete({ @@ -4979,7 +4979,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.get({ @@ -5117,7 +5117,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.getIamPolicy({ @@ -5254,7 +5254,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.list({ @@ -5403,7 +5403,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.setIamPolicy({ @@ -5546,7 +5546,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.testIamPermissions( @@ -5696,7 +5696,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.autoscalingPolicies.update({ @@ -5943,7 +5943,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.create({ @@ -6100,7 +6100,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.delete({ @@ -6247,7 +6247,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.diagnose({ @@ -6395,7 +6395,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.get({ @@ -6539,7 +6539,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.getIamPolicy({ @@ -6675,7 +6675,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.list({ @@ -6824,7 +6824,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.patch({ @@ -7038,7 +7038,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.setIamPolicy({ @@ -7180,7 +7180,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.start({ @@ -7331,7 +7331,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.stop({ @@ -7482,7 +7482,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.clusters.testIamPermissions({ @@ -7845,7 +7845,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.cancel({ @@ -8008,7 +8008,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.delete({ @@ -8143,7 +8143,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.get({ @@ -8299,7 +8299,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.getIamPolicy({ @@ -8435,7 +8435,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.list({ @@ -8584,7 +8584,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.patch({ @@ -8771,7 +8771,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.setIamPolicy({ @@ -8913,7 +8913,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.submit({ @@ -9076,7 +9076,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.submitAsOperation({ @@ -9224,7 +9224,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.jobs.testIamPermissions({ @@ -9551,7 +9551,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.cancel({ @@ -9680,7 +9680,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.delete({ @@ -9806,7 +9806,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.get({ @@ -9938,7 +9938,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.getIamPolicy({ @@ -10074,7 +10074,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.list({ @@ -10217,7 +10217,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.setIamPolicy({ @@ -10359,7 +10359,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.operations.testIamPermissions({ @@ -10589,7 +10589,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.create({ @@ -10747,7 +10747,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.delete({ @@ -10879,7 +10879,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.get({ @@ -11021,7 +11021,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.getIamPolicy({ @@ -11158,7 +11158,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.instantiate({ @@ -11308,7 +11308,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.instantiateInline( @@ -11469,7 +11469,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.list({ @@ -11618,7 +11618,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.setIamPolicy({ @@ -11761,7 +11761,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.testIamPermissions( @@ -11911,7 +11911,7 @@ export namespace dataproc_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dataproc.projects.regions.workflowTemplates.update({ diff --git a/src/apis/datastore/v1.ts b/src/apis/datastore/v1.ts index 8ccf3b24e0..9bcea87d92 100644 --- a/src/apis/datastore/v1.ts +++ b/src/apis/datastore/v1.ts @@ -1133,7 +1133,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.allocateIds({ @@ -1281,7 +1281,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.beginTransaction({ @@ -1430,7 +1430,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.commit({ @@ -1575,7 +1575,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.export({ @@ -1730,7 +1730,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.import({ @@ -1885,7 +1885,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.lookup({ @@ -2030,7 +2030,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.reserveIds({ @@ -2175,7 +2175,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.rollback({ @@ -2316,7 +2316,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.runQuery({ @@ -2575,7 +2575,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.indexes.create({ @@ -2734,7 +2734,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.indexes.delete({ @@ -2881,7 +2881,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.indexes.get({ @@ -3029,7 +3029,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.indexes.list({ @@ -3251,7 +3251,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.operations.cancel({ @@ -3380,7 +3380,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.operations.delete({ @@ -3509,7 +3509,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.operations.get({ @@ -3651,7 +3651,7 @@ export namespace datastore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.operations.list({ diff --git a/src/apis/datastore/v1beta1.ts b/src/apis/datastore/v1beta1.ts index 6ebacf486a..f123fee5a3 100644 --- a/src/apis/datastore/v1beta1.ts +++ b/src/apis/datastore/v1beta1.ts @@ -473,7 +473,7 @@ export namespace datastore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.export({ @@ -628,7 +628,7 @@ export namespace datastore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.import({ diff --git a/src/apis/datastore/v1beta3.ts b/src/apis/datastore/v1beta3.ts index 390401622d..0ee5ba5bb8 100644 --- a/src/apis/datastore/v1beta3.ts +++ b/src/apis/datastore/v1beta3.ts @@ -981,7 +981,7 @@ export namespace datastore_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.allocateIds({ @@ -1128,7 +1128,7 @@ export namespace datastore_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.beginTransaction({ @@ -1277,7 +1277,7 @@ export namespace datastore_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.commit({ @@ -1422,7 +1422,7 @@ export namespace datastore_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.lookup({ @@ -1567,7 +1567,7 @@ export namespace datastore_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.reserveIds({ @@ -1712,7 +1712,7 @@ export namespace datastore_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.rollback({ @@ -1853,7 +1853,7 @@ export namespace datastore_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await datastore.projects.runQuery({ diff --git a/src/apis/deploymentmanager/alpha.ts b/src/apis/deploymentmanager/alpha.ts index 4bb25c1617..418d662f27 100644 --- a/src/apis/deploymentmanager/alpha.ts +++ b/src/apis/deploymentmanager/alpha.ts @@ -1292,7 +1292,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.delete({ @@ -1455,7 +1455,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.get({ @@ -1601,7 +1601,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.insert({ @@ -1778,7 +1778,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.list({ @@ -1946,7 +1946,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.patch({ @@ -2124,7 +2124,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.update({ @@ -2403,7 +2403,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.cancelPreview({ @@ -2573,7 +2573,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.delete({ @@ -2739,7 +2739,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.get({ @@ -2889,7 +2889,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.getIamPolicy({ @@ -3035,7 +3035,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.insert({ @@ -3223,7 +3223,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.list({ @@ -3388,7 +3388,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.patch({ @@ -3580,7 +3580,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.setIamPolicy({ @@ -3734,7 +3734,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.stop({ @@ -3903,7 +3903,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.testIamPermissions({ @@ -4057,7 +4057,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.update({ @@ -4464,7 +4464,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.manifests.get({ @@ -4613,7 +4613,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.manifests.list({ @@ -4835,7 +4835,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.operations.get({ @@ -4997,7 +4997,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.operations.list({ @@ -5208,7 +5208,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.resources.get({ @@ -5363,7 +5363,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.resources.list({ @@ -5583,7 +5583,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.delete({ @@ -5746,7 +5746,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.get({ @@ -5897,7 +5897,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.getType({ @@ -6044,7 +6044,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.insert({ @@ -6224,7 +6224,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.list({ @@ -6394,7 +6394,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.listTypes({ @@ -6567,7 +6567,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.patch({ @@ -6748,7 +6748,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.update({ @@ -7078,7 +7078,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.types.get({ @@ -7224,7 +7224,7 @@ export namespace deploymentmanager_alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.types.list({ diff --git a/src/apis/deploymentmanager/v2.ts b/src/apis/deploymentmanager/v2.ts index 439c3d5df7..340ddd90c8 100644 --- a/src/apis/deploymentmanager/v2.ts +++ b/src/apis/deploymentmanager/v2.ts @@ -831,7 +831,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.cancelPreview({ @@ -1000,7 +1000,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.delete({ @@ -1165,7 +1165,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.get({ @@ -1313,7 +1313,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.getIamPolicy({ @@ -1456,7 +1456,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.insert({ @@ -1641,7 +1641,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.list({ @@ -1803,7 +1803,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.patch({ @@ -1992,7 +1992,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.setIamPolicy({ @@ -2146,7 +2146,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.stop({ @@ -2314,7 +2314,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.testIamPermissions({ @@ -2468,7 +2468,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.update({ @@ -2864,7 +2864,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.manifests.get({ @@ -3013,7 +3013,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.manifests.list({ @@ -3228,7 +3228,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.operations.get({ @@ -3389,7 +3389,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.operations.list({ @@ -3593,7 +3593,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.resources.get({ @@ -3746,7 +3746,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.resources.list({ @@ -3961,7 +3961,7 @@ export namespace deploymentmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.types.list({ diff --git a/src/apis/deploymentmanager/v2beta.ts b/src/apis/deploymentmanager/v2beta.ts index 7c8d9a650d..cc09ebc71e 100644 --- a/src/apis/deploymentmanager/v2beta.ts +++ b/src/apis/deploymentmanager/v2beta.ts @@ -1218,7 +1218,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.delete({ @@ -1380,7 +1380,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.get({ @@ -1526,7 +1526,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.insert({ @@ -1702,7 +1702,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.list({ @@ -1867,7 +1867,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.patch({ @@ -2044,7 +2044,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.compositeTypes.update({ @@ -2318,7 +2318,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.cancelPreview({ @@ -2487,7 +2487,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.delete({ @@ -2652,7 +2652,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.get({ @@ -2800,7 +2800,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.getIamPolicy({ @@ -2943,7 +2943,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.insert({ @@ -3128,7 +3128,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.list({ @@ -3290,7 +3290,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.patch({ @@ -3479,7 +3479,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.setIamPolicy({ @@ -3633,7 +3633,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.stop({ @@ -3801,7 +3801,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.testIamPermissions({ @@ -3955,7 +3955,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.deployments.update({ @@ -4351,7 +4351,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.manifests.get({ @@ -4500,7 +4500,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.manifests.list({ @@ -4715,7 +4715,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.operations.get({ @@ -4876,7 +4876,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.operations.list({ @@ -5080,7 +5080,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.resources.get({ @@ -5233,7 +5233,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.resources.list({ @@ -5446,7 +5446,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.delete({ @@ -5608,7 +5608,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.get({ @@ -5759,7 +5759,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.getType({ @@ -5906,7 +5906,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.insert({ @@ -6085,7 +6085,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.list({ @@ -6252,7 +6252,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.listTypes({ @@ -6422,7 +6422,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.patch({ @@ -6602,7 +6602,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.typeProviders.update({ @@ -6923,7 +6923,7 @@ export namespace deploymentmanager_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await deploymentmanager.types.list({ diff --git a/src/apis/dfareporting/v3.3.ts b/src/apis/dfareporting/v3.3.ts index d4e000e42e..835133d983 100644 --- a/src/apis/dfareporting/v3.3.ts +++ b/src/apis/dfareporting/v3.3.ts @@ -6520,7 +6520,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountActiveAdSummaries.get({ @@ -6682,7 +6682,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountPermissionGroups.get({ @@ -6823,7 +6823,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountPermissionGroups.list({ @@ -6990,7 +6990,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountPermissions.get({ @@ -7132,7 +7132,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountPermissions.list({ @@ -7299,7 +7299,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accounts.get({ @@ -7450,7 +7450,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accounts.list({ @@ -7607,7 +7607,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accounts.patch({ @@ -7784,7 +7784,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accounts.update({ @@ -8036,7 +8036,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.get({ @@ -8188,7 +8188,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.insert({ @@ -8361,7 +8361,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.list({ @@ -8530,7 +8530,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.patch({ @@ -8706,7 +8706,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.update({ @@ -8981,7 +8981,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.get({ @@ -9151,7 +9151,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.insert({ @@ -9365,7 +9365,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.list({ @@ -9565,7 +9565,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.patch({ @@ -9782,7 +9782,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.update({ @@ -10149,7 +10149,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.delete({ @@ -10276,7 +10276,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.get({ @@ -10413,7 +10413,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.insert({ @@ -10559,7 +10559,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.list({ @@ -10719,7 +10719,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.patch({ @@ -10868,7 +10868,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.update({ @@ -11115,7 +11115,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.get({ @@ -11255,7 +11255,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.insert({ @@ -11407,7 +11407,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.list({ @@ -11579,7 +11579,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.patch({ @@ -11734,7 +11734,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.update({ @@ -11992,7 +11992,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.get({ @@ -12139,7 +12139,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.insert({ @@ -12307,7 +12307,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.list({ @@ -12480,7 +12480,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.patch({ @@ -12651,7 +12651,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.update({ @@ -12931,7 +12931,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.browsers.list({ @@ -13080,7 +13080,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaignCreativeAssociations.insert({ @@ -13232,7 +13232,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaignCreativeAssociations.list({ @@ -13439,7 +13439,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.get({ @@ -13599,7 +13599,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.insert({ @@ -13791,7 +13791,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.list({ @@ -13966,7 +13966,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.patch({ @@ -14161,7 +14161,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.update({ @@ -14466,7 +14466,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.changeLogs.get({ @@ -14612,7 +14612,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.changeLogs.list({ @@ -14842,7 +14842,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.cities.list({ @@ -15017,7 +15017,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.connectionTypes.get({ @@ -15153,7 +15153,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.connectionTypes.list({ @@ -15318,7 +15318,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.delete({ @@ -15445,7 +15445,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.get({ @@ -15582,7 +15582,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.insert({ @@ -15728,7 +15728,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.list({ @@ -15888,7 +15888,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.patch({ @@ -16037,7 +16037,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.update({ @@ -16284,7 +16284,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.conversions.batchinsert({ @@ -16437,7 +16437,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.conversions.batchupdate({ @@ -16622,7 +16622,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.countries.get({ @@ -16759,7 +16759,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.countries.list({ @@ -16918,7 +16918,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeAssets.insert({ @@ -17128,7 +17128,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.delete({ @@ -17255,7 +17255,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.get({ @@ -17395,7 +17395,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.insert({ @@ -17547,7 +17547,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.list({ @@ -17708,7 +17708,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.patch({ @@ -17863,7 +17863,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.update({ @@ -18120,7 +18120,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.delete({ @@ -18250,7 +18250,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.get({ @@ -18392,7 +18392,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.insert({ @@ -18542,7 +18542,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.list({ @@ -18705,7 +18705,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.patch({ @@ -18858,7 +18858,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.update({ @@ -19133,7 +19133,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.get({ @@ -19274,7 +19274,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.insert({ @@ -19428,7 +19428,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.list({ @@ -19592,7 +19592,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.patch({ @@ -19749,7 +19749,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.update({ @@ -20001,7 +20001,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.get({ @@ -20197,7 +20197,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.insert({ @@ -20461,7 +20461,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.list({ @@ -20645,7 +20645,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.patch({ @@ -20912,7 +20912,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.update({ @@ -21301,7 +21301,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.dimensionValues.query({ @@ -21485,7 +21485,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.directorySites.get({ @@ -21627,7 +21627,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.directorySites.insert({ @@ -21783,7 +21783,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.directorySites.list({ @@ -22038,7 +22038,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.dynamicTargetingKeys.delete({ @@ -22171,7 +22171,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.dynamicTargetingKeys.insert({ @@ -22320,7 +22320,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.dynamicTargetingKeys.list({ @@ -22535,7 +22535,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.delete({ @@ -22661,7 +22661,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.get({ @@ -22811,7 +22811,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.insert({ @@ -22983,7 +22983,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.list({ @@ -23148,7 +23148,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.patch({ @@ -23323,7 +23323,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.update({ @@ -23606,7 +23606,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.files.get({ @@ -23747,7 +23747,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.files.list({ @@ -23938,7 +23938,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.delete({ @@ -24065,7 +24065,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.generatetag({ @@ -24216,7 +24216,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.get({ @@ -24380,7 +24380,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.insert({ @@ -24577,7 +24577,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.list({ @@ -24758,7 +24758,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.patch({ @@ -24958,7 +24958,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.update({ @@ -25295,7 +25295,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.get({ @@ -25445,7 +25445,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.insert({ @@ -25614,7 +25614,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.list({ @@ -25789,7 +25789,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.patch({ @@ -25959,7 +25959,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.update({ @@ -26230,7 +26230,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightConfigurations.get({ @@ -26386,7 +26386,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightConfigurations.list({ @@ -26536,7 +26536,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightConfigurations.patch({ @@ -26718,7 +26718,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightConfigurations.update({ @@ -26957,7 +26957,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.inventoryItems.get({ @@ -27113,7 +27113,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.inventoryItems.list({ @@ -27353,7 +27353,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.languages.list({ @@ -27502,7 +27502,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.metros.list({ @@ -27649,7 +27649,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.mobileApps.get({ @@ -27786,7 +27786,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.mobileApps.list({ @@ -27981,7 +27981,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.mobileCarriers.get({ @@ -28119,7 +28119,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.mobileCarriers.list({ @@ -28284,7 +28284,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.operatingSystems.get({ @@ -28422,7 +28422,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.operatingSystems.list({ @@ -28589,7 +28589,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.operatingSystemVersions.get({ @@ -28733,7 +28733,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.operatingSystemVersions.list({ @@ -28900,7 +28900,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.orderDocuments.get({ @@ -29053,7 +29053,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.orderDocuments.list({ @@ -29293,7 +29293,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.orders.get({ @@ -29448,7 +29448,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.orders.list({ @@ -29667,7 +29667,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.get({ @@ -29826,7 +29826,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.insert({ @@ -30016,7 +30016,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.list({ @@ -30213,7 +30213,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.patch({ @@ -30406,7 +30406,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.update({ @@ -30738,7 +30738,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.generatetags({ @@ -30890,7 +30890,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.get({ @@ -31063,7 +31063,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.insert({ @@ -31282,7 +31282,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.list({ @@ -31484,7 +31484,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.patch({ @@ -31705,7 +31705,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.update({ @@ -32094,7 +32094,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.delete({ @@ -32221,7 +32221,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.get({ @@ -32361,7 +32361,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.insert({ @@ -32510,7 +32510,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.list({ @@ -32670,7 +32670,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.patch({ @@ -32822,7 +32822,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.update({ @@ -33072,7 +33072,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.platformTypes.get({ @@ -33208,7 +33208,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.platformTypes.list({ @@ -33373,7 +33373,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.postalCodes.get({ @@ -33510,7 +33510,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.postalCodes.list({ @@ -33670,7 +33670,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.projects.get({ @@ -33824,7 +33824,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.projects.list({ @@ -34033,7 +34033,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.regions.list({ @@ -34180,7 +34180,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.get({ @@ -34326,7 +34326,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.insert({ @@ -34490,7 +34490,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.list({ @@ -34656,7 +34656,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.patch({ @@ -34823,7 +34823,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.update({ @@ -35085,7 +35085,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingListShares.get({ @@ -35227,7 +35227,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingListShares.patch({ @@ -35381,7 +35381,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingListShares.update({ @@ -35585,7 +35585,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.delete({ @@ -35711,7 +35711,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.get({ @@ -35861,7 +35861,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.insert({ @@ -36033,7 +36033,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.list({ @@ -36180,7 +36180,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.patch({ @@ -36356,7 +36356,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.run({ @@ -36501,7 +36501,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.update({ @@ -36786,7 +36786,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.compatibleFields.query({ @@ -36968,7 +36968,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.files.get({ @@ -37114,7 +37114,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.files.list({ @@ -37313,7 +37313,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.get({ @@ -37457,7 +37457,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.insert({ @@ -37619,7 +37619,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.list({ @@ -37798,7 +37798,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.patch({ @@ -37963,7 +37963,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.update({ @@ -38246,7 +38246,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sizes.get({ @@ -38382,7 +38382,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sizes.insert({ @@ -38528,7 +38528,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sizes.list({ @@ -38724,7 +38724,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.get({ @@ -38861,7 +38861,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.insert({ @@ -39009,7 +39009,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.list({ @@ -39164,7 +39164,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.patch({ @@ -39315,7 +39315,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.update({ @@ -39551,7 +39551,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetableRemarketingLists.get({ @@ -39701,7 +39701,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetableRemarketingLists.list({ @@ -39924,7 +39924,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.get({ @@ -40073,7 +40073,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.insert({ @@ -40240,7 +40240,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.list({ @@ -40403,7 +40403,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.patch({ @@ -40573,7 +40573,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.update({ @@ -40837,7 +40837,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userProfiles.get({ @@ -40976,7 +40976,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userProfiles.list({}); @@ -41121,7 +41121,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRolePermissionGroups.get({ @@ -41262,7 +41262,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRolePermissionGroups.list({ @@ -41435,7 +41435,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRolePermissions.get({ @@ -41576,7 +41576,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRolePermissions.list({ @@ -41750,7 +41750,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.delete({ @@ -41876,7 +41876,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.get({ @@ -42016,7 +42016,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.insert({ @@ -42168,7 +42168,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.list({ @@ -42328,7 +42328,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.patch({ @@ -42483,7 +42483,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.update({ @@ -42738,7 +42738,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.videoFormats.get({ @@ -42875,7 +42875,7 @@ export namespace dfareporting_v3_3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.videoFormats.list({ diff --git a/src/apis/dfareporting/v3.4.ts b/src/apis/dfareporting/v3.4.ts index d53b523ab8..bb46ec9083 100644 --- a/src/apis/dfareporting/v3.4.ts +++ b/src/apis/dfareporting/v3.4.ts @@ -6806,7 +6806,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountActiveAdSummaries.get({ @@ -6968,7 +6968,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountPermissionGroups.get({ @@ -7109,7 +7109,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountPermissionGroups.list({ @@ -7276,7 +7276,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountPermissions.get({ @@ -7418,7 +7418,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountPermissions.list({ @@ -7585,7 +7585,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accounts.get({ @@ -7736,7 +7736,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accounts.list({ @@ -7893,7 +7893,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accounts.patch({ @@ -8070,7 +8070,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accounts.update({ @@ -8322,7 +8322,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.get({ @@ -8474,7 +8474,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.insert({ @@ -8647,7 +8647,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.list({ @@ -8816,7 +8816,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.patch({ @@ -8992,7 +8992,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.accountUserProfiles.update({ @@ -9267,7 +9267,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.get({ @@ -9437,7 +9437,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.insert({ @@ -9651,7 +9651,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.list({ @@ -9851,7 +9851,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.patch({ @@ -10068,7 +10068,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.ads.update({ @@ -10435,7 +10435,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.delete({ @@ -10562,7 +10562,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.get({ @@ -10699,7 +10699,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.insert({ @@ -10845,7 +10845,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.list({ @@ -11005,7 +11005,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.patch({ @@ -11154,7 +11154,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserGroups.update({ @@ -11401,7 +11401,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.get({ @@ -11541,7 +11541,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.insert({ @@ -11693,7 +11693,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.list({ @@ -11865,7 +11865,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.patch({ @@ -12020,7 +12020,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertiserLandingPages.update({ @@ -12278,7 +12278,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.get({ @@ -12425,7 +12425,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.insert({ @@ -12593,7 +12593,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.list({ @@ -12766,7 +12766,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.patch({ @@ -12937,7 +12937,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.advertisers.update({ @@ -13217,7 +13217,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.browsers.list({ @@ -13366,7 +13366,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaignCreativeAssociations.insert({ @@ -13518,7 +13518,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaignCreativeAssociations.list({ @@ -13725,7 +13725,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.get({ @@ -13885,7 +13885,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.insert({ @@ -14077,7 +14077,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.list({ @@ -14252,7 +14252,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.patch({ @@ -14447,7 +14447,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.campaigns.update({ @@ -14752,7 +14752,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.changeLogs.get({ @@ -14898,7 +14898,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.changeLogs.list({ @@ -15128,7 +15128,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.cities.list({ @@ -15303,7 +15303,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.connectionTypes.get({ @@ -15439,7 +15439,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.connectionTypes.list({ @@ -15604,7 +15604,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.delete({ @@ -15731,7 +15731,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.get({ @@ -15868,7 +15868,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.insert({ @@ -16014,7 +16014,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.list({ @@ -16174,7 +16174,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.patch({ @@ -16323,7 +16323,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.contentCategories.update({ @@ -16570,7 +16570,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.conversions.batchinsert({ @@ -16723,7 +16723,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.conversions.batchupdate({ @@ -16908,7 +16908,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.countries.get({ @@ -17045,7 +17045,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.countries.list({ @@ -17204,7 +17204,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeAssets.insert({ @@ -17422,7 +17422,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.delete({ @@ -17549,7 +17549,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.get({ @@ -17689,7 +17689,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.insert({ @@ -17841,7 +17841,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.list({ @@ -18002,7 +18002,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.patch({ @@ -18157,7 +18157,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFields.update({ @@ -18414,7 +18414,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.delete({ @@ -18544,7 +18544,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.get({ @@ -18686,7 +18686,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.insert({ @@ -18836,7 +18836,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.list({ @@ -18999,7 +18999,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.patch({ @@ -19152,7 +19152,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeFieldValues.update({ @@ -19427,7 +19427,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.get({ @@ -19568,7 +19568,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.insert({ @@ -19722,7 +19722,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.list({ @@ -19886,7 +19886,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.patch({ @@ -20043,7 +20043,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creativeGroups.update({ @@ -20295,7 +20295,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.get({ @@ -20492,7 +20492,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.insert({ @@ -20758,7 +20758,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.list({ @@ -20942,7 +20942,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.patch({ @@ -21211,7 +21211,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.creatives.update({ @@ -21602,7 +21602,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.customEvents.batchinsert({ @@ -21774,7 +21774,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.dimensionValues.query({ @@ -21958,7 +21958,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.directorySites.get({ @@ -22099,7 +22099,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.directorySites.insert({ @@ -22253,7 +22253,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.directorySites.list({ @@ -22508,7 +22508,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.dynamicTargetingKeys.delete({ @@ -22641,7 +22641,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.dynamicTargetingKeys.insert({ @@ -22790,7 +22790,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.dynamicTargetingKeys.list({ @@ -23005,7 +23005,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.delete({ @@ -23131,7 +23131,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.get({ @@ -23281,7 +23281,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.insert({ @@ -23453,7 +23453,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.list({ @@ -23618,7 +23618,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.patch({ @@ -23793,7 +23793,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.eventTags.update({ @@ -24076,7 +24076,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.files.get({ @@ -24217,7 +24217,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.files.list({ @@ -24408,7 +24408,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.delete({ @@ -24535,7 +24535,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.generatetag({ @@ -24686,7 +24686,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.get({ @@ -24850,7 +24850,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.insert({ @@ -25047,7 +25047,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.list({ @@ -25228,7 +25228,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.patch({ @@ -25428,7 +25428,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivities.update({ @@ -25765,7 +25765,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.get({ @@ -25915,7 +25915,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.insert({ @@ -26084,7 +26084,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.list({ @@ -26259,7 +26259,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.patch({ @@ -26429,7 +26429,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightActivityGroups.update({ @@ -26700,7 +26700,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightConfigurations.get({ @@ -26856,7 +26856,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightConfigurations.list({ @@ -27006,7 +27006,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightConfigurations.patch({ @@ -27188,7 +27188,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.floodlightConfigurations.update({ @@ -27427,7 +27427,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.inventoryItems.get({ @@ -27583,7 +27583,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.inventoryItems.list({ @@ -27823,7 +27823,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.languages.list({ @@ -27972,7 +27972,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.metros.list({ @@ -28119,7 +28119,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.mobileApps.get({ @@ -28256,7 +28256,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.mobileApps.list({ @@ -28451,7 +28451,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.mobileCarriers.get({ @@ -28589,7 +28589,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.mobileCarriers.list({ @@ -28754,7 +28754,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.operatingSystems.get({ @@ -28892,7 +28892,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.operatingSystems.list({ @@ -29059,7 +29059,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.operatingSystemVersions.get({ @@ -29203,7 +29203,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.operatingSystemVersions.list({ @@ -29370,7 +29370,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.orderDocuments.get({ @@ -29523,7 +29523,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.orderDocuments.list({ @@ -29763,7 +29763,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.orders.get({ @@ -29918,7 +29918,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.orders.list({ @@ -30137,7 +30137,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.get({ @@ -30296,7 +30296,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.insert({ @@ -30486,7 +30486,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.list({ @@ -30683,7 +30683,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.patch({ @@ -30876,7 +30876,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementGroups.update({ @@ -31208,7 +31208,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.generatetags({ @@ -31360,7 +31360,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.get({ @@ -31533,7 +31533,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.insert({ @@ -31752,7 +31752,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.list({ @@ -31954,7 +31954,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.patch({ @@ -32175,7 +32175,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placements.update({ @@ -32564,7 +32564,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.delete({ @@ -32691,7 +32691,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.get({ @@ -32831,7 +32831,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.insert({ @@ -32980,7 +32980,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.list({ @@ -33140,7 +33140,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.patch({ @@ -33292,7 +33292,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.placementStrategies.update({ @@ -33542,7 +33542,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.platformTypes.get({ @@ -33678,7 +33678,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.platformTypes.list({ @@ -33843,7 +33843,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.postalCodes.get({ @@ -33980,7 +33980,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.postalCodes.list({ @@ -34140,7 +34140,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.projects.get({ @@ -34294,7 +34294,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.projects.list({ @@ -34503,7 +34503,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.regions.list({ @@ -34650,7 +34650,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.get({ @@ -34796,7 +34796,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.insert({ @@ -34960,7 +34960,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.list({ @@ -35126,7 +35126,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.patch({ @@ -35293,7 +35293,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingLists.update({ @@ -35555,7 +35555,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingListShares.get({ @@ -35697,7 +35697,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingListShares.patch({ @@ -35851,7 +35851,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.remarketingListShares.update({ @@ -36055,7 +36055,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.delete({ @@ -36181,7 +36181,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.get({ @@ -36331,7 +36331,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.insert({ @@ -36503,7 +36503,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.list({ @@ -36650,7 +36650,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.run({ @@ -36795,7 +36795,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.update({ @@ -37065,7 +37065,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.compatibleFields.query({ @@ -37247,7 +37247,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.files.get({ @@ -37393,7 +37393,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.reports.files.list({ @@ -37592,7 +37592,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.get({ @@ -37736,7 +37736,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.insert({ @@ -37898,7 +37898,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.list({ @@ -38077,7 +38077,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.patch({ @@ -38242,7 +38242,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sites.update({ @@ -38525,7 +38525,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sizes.get({ @@ -38661,7 +38661,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sizes.insert({ @@ -38807,7 +38807,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.sizes.list({ @@ -39003,7 +39003,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.get({ @@ -39140,7 +39140,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.insert({ @@ -39288,7 +39288,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.list({ @@ -39443,7 +39443,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.patch({ @@ -39594,7 +39594,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.subaccounts.update({ @@ -39830,7 +39830,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetableRemarketingLists.get({ @@ -39980,7 +39980,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetableRemarketingLists.list({ @@ -40203,7 +40203,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.get({ @@ -40352,7 +40352,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.insert({ @@ -40519,7 +40519,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.list({ @@ -40682,7 +40682,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.patch({ @@ -40852,7 +40852,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.targetingTemplates.update({ @@ -41116,7 +41116,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userProfiles.get({ @@ -41255,7 +41255,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userProfiles.list({}); @@ -41400,7 +41400,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRolePermissionGroups.get({ @@ -41541,7 +41541,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRolePermissionGroups.list({ @@ -41714,7 +41714,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRolePermissions.get({ @@ -41855,7 +41855,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRolePermissions.list({ @@ -42029,7 +42029,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.delete({ @@ -42155,7 +42155,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.get({ @@ -42295,7 +42295,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.insert({ @@ -42447,7 +42447,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.list({ @@ -42607,7 +42607,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.patch({ @@ -42762,7 +42762,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.userRoles.update({ @@ -43017,7 +43017,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.videoFormats.get({ @@ -43154,7 +43154,7 @@ export namespace dfareporting_v3_4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dfareporting.videoFormats.list({ diff --git a/src/apis/dialogflow/v2.ts b/src/apis/dialogflow/v2.ts index de0556cde7..17249548d9 100644 --- a/src/apis/dialogflow/v2.ts +++ b/src/apis/dialogflow/v2.ts @@ -3363,7 +3363,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.deleteAgent({ @@ -3501,7 +3501,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.getAgent({ @@ -3656,7 +3656,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.setAgent({ @@ -3882,7 +3882,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.export({ @@ -4037,7 +4037,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.getFulfillment({ @@ -4182,7 +4182,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.getValidationResult({ @@ -4339,7 +4339,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.import({ @@ -4495,7 +4495,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.restore({ @@ -4651,7 +4651,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.search({ @@ -4817,7 +4817,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.train({ @@ -4970,7 +4970,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.updateFulfillment({ @@ -5241,7 +5241,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.batchDelete({ @@ -5396,7 +5396,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.batchUpdate({ @@ -5554,7 +5554,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.create({ @@ -5724,7 +5724,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.delete({ @@ -5857,7 +5857,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.get({ @@ -6010,7 +6010,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.list({ @@ -6183,7 +6183,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.patch({ @@ -6460,7 +6460,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.entities.batchCreate({ @@ -6616,7 +6616,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.entities.batchDelete({ @@ -6772,7 +6772,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.entities.batchUpdate({ @@ -6975,7 +6975,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.list({ @@ -7182,7 +7182,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.deleteContexts( @@ -7327,7 +7327,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.detectIntent( @@ -7539,7 +7539,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.create( @@ -7703,7 +7703,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.delete( @@ -7843,7 +7843,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.get( @@ -7993,7 +7993,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.list( @@ -8166,7 +8166,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.patch( @@ -8406,7 +8406,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.create( @@ -8576,7 +8576,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.delete( @@ -8717,7 +8717,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.get( @@ -8874,7 +8874,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.list( @@ -9050,7 +9050,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.patch( @@ -9289,7 +9289,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.batchDelete({ @@ -9444,7 +9444,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.batchUpdate({ @@ -9603,7 +9603,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.create({ @@ -9800,7 +9800,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.delete({ @@ -9934,7 +9934,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.get({ @@ -10102,7 +10102,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.list({ @@ -10278,7 +10278,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.patch({ @@ -10606,7 +10606,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.deleteContexts({ @@ -10748,7 +10748,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.detectIntent({ @@ -10957,7 +10957,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.create({ @@ -11118,7 +11118,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.delete({ @@ -11255,7 +11255,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.get({ @@ -11402,7 +11402,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.list({ @@ -11572,7 +11572,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.patch({ @@ -11809,7 +11809,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.create({ @@ -11976,7 +11976,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.delete({ @@ -12115,7 +12115,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.get({ @@ -12270,7 +12270,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.list({ @@ -12443,7 +12443,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.patch({ @@ -12691,7 +12691,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.operations.cancel({ @@ -12823,7 +12823,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.operations.get({ @@ -12965,7 +12965,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.operations.list({ @@ -13165,7 +13165,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.operations.cancel({ @@ -13297,7 +13297,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.operations.get({ @@ -13439,7 +13439,7 @@ export namespace dialogflow_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.operations.list({ diff --git a/src/apis/dialogflow/v2beta1.ts b/src/apis/dialogflow/v2beta1.ts index 032ee1233f..804f06043d 100644 --- a/src/apis/dialogflow/v2beta1.ts +++ b/src/apis/dialogflow/v2beta1.ts @@ -3512,7 +3512,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.deleteAgent({ @@ -3650,7 +3650,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.getAgent({ @@ -3805,7 +3805,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.setAgent({ @@ -4035,7 +4035,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.export({ @@ -4190,7 +4190,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.getFulfillment({ @@ -4341,7 +4341,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.getValidationResult({ @@ -4505,7 +4505,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.import({ @@ -4661,7 +4661,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.restore({ @@ -4817,7 +4817,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.search({ @@ -4982,7 +4982,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.train({ @@ -5135,7 +5135,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.updateFulfillment({ @@ -5412,7 +5412,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.batchDelete({ @@ -5566,7 +5566,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.batchUpdate({ @@ -5723,7 +5723,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.create({ @@ -5899,7 +5899,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.delete({ @@ -6032,7 +6032,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.get({ @@ -6191,7 +6191,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.list({ @@ -6367,7 +6367,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.patch({ @@ -6650,7 +6650,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.entities.batchCreate({ @@ -6806,7 +6806,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.entities.batchDelete({ @@ -6962,7 +6962,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.entityTypes.entities.batchUpdate({ @@ -7165,7 +7165,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.list({ @@ -7376,7 +7376,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.deleteContexts( @@ -7520,7 +7520,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.detectIntent( @@ -7732,7 +7732,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.create( @@ -7896,7 +7896,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.delete( @@ -8036,7 +8036,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.get( @@ -8186,7 +8186,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.list( @@ -8358,7 +8358,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.contexts.patch( @@ -8598,7 +8598,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.create( @@ -8776,7 +8776,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.delete( @@ -8916,7 +8916,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.get( @@ -9080,7 +9080,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.list( @@ -9256,7 +9256,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.environments.users.sessions.entityTypes.patch( @@ -9503,7 +9503,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.batchDelete({ @@ -9658,7 +9658,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.batchUpdate({ @@ -9817,7 +9817,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.create({ @@ -10018,7 +10018,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.delete({ @@ -10153,7 +10153,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.get({ @@ -10323,7 +10323,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.list({ @@ -10498,7 +10498,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.intents.patch({ @@ -10826,7 +10826,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.create({ @@ -10991,7 +10991,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.delete({ @@ -11128,7 +11128,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.get({ @@ -11279,7 +11279,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.list({ @@ -11448,7 +11448,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.patch({ @@ -11685,7 +11685,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.documents.create({ @@ -11848,7 +11848,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.documents.delete({ @@ -11993,7 +11993,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.documents.get({ @@ -12150,7 +12150,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.documents.list({ @@ -12315,7 +12315,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.documents.patch({ @@ -12483,7 +12483,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.knowledgeBases.documents.reload({ @@ -12725,7 +12725,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.deleteContexts({ @@ -12866,7 +12866,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.detectIntent({ @@ -13075,7 +13075,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.create({ @@ -13236,7 +13236,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.delete({ @@ -13373,7 +13373,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.get({ @@ -13520,7 +13520,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.list({ @@ -13689,7 +13689,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.contexts.patch({ @@ -13926,7 +13926,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.create({ @@ -14101,7 +14101,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.delete({ @@ -14239,7 +14239,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.get({ @@ -14401,7 +14401,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.list({ @@ -14574,7 +14574,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.agent.sessions.entityTypes.patch({ @@ -14823,7 +14823,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.create({ @@ -14988,7 +14988,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.delete({ @@ -15125,7 +15125,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.get({ @@ -15276,7 +15276,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.list({ @@ -15445,7 +15445,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.patch({ @@ -15682,7 +15682,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.documents.create({ @@ -15845,7 +15845,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.documents.delete({ @@ -15990,7 +15990,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.documents.get({ @@ -16147,7 +16147,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.documents.list({ @@ -16312,7 +16312,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.documents.patch({ @@ -16480,7 +16480,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.knowledgeBases.documents.reload({ @@ -16720,7 +16720,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.deleteAgent({ @@ -16858,7 +16858,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.getAgent({ @@ -17013,7 +17013,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.setAgent({ @@ -17245,7 +17245,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.export({ @@ -17400,7 +17400,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.fulfillment({ @@ -17568,7 +17568,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.getFulfillment({ @@ -17719,7 +17719,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.import({ @@ -17875,7 +17875,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.restore({ @@ -18031,7 +18031,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.search({ @@ -18196,7 +18196,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.train({ @@ -18447,7 +18447,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.batchDelete( @@ -18603,7 +18603,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.batchUpdate( @@ -18762,7 +18762,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.create({ @@ -18938,7 +18938,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.delete({ @@ -19072,7 +19072,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.get({ @@ -19232,7 +19232,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.list({ @@ -19408,7 +19408,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.patch({ @@ -19692,7 +19692,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.entities.batchCreate( @@ -19851,7 +19851,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.entities.batchDelete( @@ -20010,7 +20010,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.entityTypes.entities.batchUpdate( @@ -20218,7 +20218,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.list({ @@ -20429,7 +20429,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.deleteContexts( @@ -20573,7 +20573,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.detectIntent( @@ -20785,7 +20785,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.contexts.create( @@ -20949,7 +20949,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.contexts.delete( @@ -21089,7 +21089,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.contexts.get( @@ -21239,7 +21239,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.contexts.list( @@ -21411,7 +21411,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.contexts.patch( @@ -21651,7 +21651,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.create( @@ -21829,7 +21829,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.delete( @@ -21969,7 +21969,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.get( @@ -22133,7 +22133,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.list( @@ -22309,7 +22309,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.environments.users.sessions.entityTypes.patch( @@ -22556,7 +22556,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.intents.batchDelete({ @@ -22711,7 +22711,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.intents.batchUpdate({ @@ -22870,7 +22870,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.intents.create({ @@ -23071,7 +23071,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.intents.delete({ @@ -23206,7 +23206,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.intents.get({ @@ -23376,7 +23376,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.intents.list({ @@ -23551,7 +23551,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.intents.patch({ @@ -23883,7 +23883,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.deleteContexts( @@ -24027,7 +24027,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.detectIntent({ @@ -24237,7 +24237,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.contexts.create( @@ -24401,7 +24401,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.contexts.delete( @@ -24541,7 +24541,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.contexts.get({ @@ -24689,7 +24689,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.contexts.list({ @@ -24859,7 +24859,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.contexts.patch( @@ -25099,7 +25099,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.entityTypes.create( @@ -25277,7 +25277,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.entityTypes.delete( @@ -25417,7 +25417,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.entityTypes.get( @@ -25581,7 +25581,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.entityTypes.list( @@ -25757,7 +25757,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.agent.sessions.entityTypes.patch( @@ -26004,7 +26004,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.operations.cancel({ @@ -26139,7 +26139,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.operations.get({ @@ -26281,7 +26281,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.locations.operations.list({ @@ -26481,7 +26481,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.operations.cancel({ @@ -26616,7 +26616,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.operations.get({ @@ -26758,7 +26758,7 @@ export namespace dialogflow_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dialogflow.projects.operations.list({ diff --git a/src/apis/digitalassetlinks/v1.ts b/src/apis/digitalassetlinks/v1.ts index 030cbfa62c..41ab5c20ac 100644 --- a/src/apis/digitalassetlinks/v1.ts +++ b/src/apis/digitalassetlinks/v1.ts @@ -262,7 +262,7 @@ export namespace digitalassetlinks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await digitalassetlinks.assetlinks.check({ @@ -577,7 +577,7 @@ export namespace digitalassetlinks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await digitalassetlinks.statements.list({ diff --git a/src/apis/discovery/v1.ts b/src/apis/discovery/v1.ts index 4f96b6f440..dd60af0e93 100644 --- a/src/apis/discovery/v1.ts +++ b/src/apis/discovery/v1.ts @@ -451,7 +451,7 @@ export namespace discovery_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await discovery.apis.getRest({ @@ -613,7 +613,7 @@ export namespace discovery_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await discovery.apis.list({ diff --git a/src/apis/displayvideo/v1.ts b/src/apis/displayvideo/v1.ts index 9513783b52..2499678c8c 100644 --- a/src/apis/displayvideo/v1.ts +++ b/src/apis/displayvideo/v1.ts @@ -3727,7 +3727,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.bulkEditAdvertiserAssignedTargetingOptions( @@ -3892,7 +3892,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.bulkListAdvertiserAssignedTargetingOptions( @@ -4090,7 +4090,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.create({ @@ -4245,7 +4245,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.delete({ @@ -4374,7 +4374,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.get({ @@ -4515,7 +4515,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.list({ @@ -4691,7 +4691,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.patch({ @@ -4957,7 +4957,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.assets.upload({ @@ -5145,7 +5145,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.campaigns.create({ @@ -5300,7 +5300,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.campaigns.delete({ @@ -5432,7 +5432,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.campaigns.get({ @@ -5574,7 +5574,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.campaigns.list({ @@ -5754,7 +5754,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.campaigns.patch({ @@ -6003,7 +6003,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.channels.get({ @@ -6143,7 +6143,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.channels.list({ @@ -6325,7 +6325,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.channels.patch({ @@ -6555,7 +6555,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.channels.sites.bulkEdit({ @@ -6708,7 +6708,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.channels.sites.create({ @@ -6856,7 +6856,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.channels.sites.delete({ @@ -6994,7 +6994,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.channels.sites.list({ @@ -7269,7 +7269,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.creatives.create({ @@ -7496,7 +7496,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.creatives.delete({ @@ -7628,7 +7628,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.creatives.get({ @@ -7806,7 +7806,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.creatives.list({ @@ -8015,7 +8015,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.creatives.patch({ @@ -8334,7 +8334,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.insertionOrders.create({ @@ -8499,7 +8499,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.insertionOrders.delete({ @@ -8631,7 +8631,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.insertionOrders.get({ @@ -8778,7 +8778,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.insertionOrders.list({ @@ -8963,7 +8963,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.insertionOrders.patch({ @@ -9224,7 +9224,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.bulkEditLineItemAssignedTargetingOptions( @@ -9392,7 +9392,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.bulkListLineItemAssignedTargetingOptions( @@ -9600,7 +9600,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.create({ @@ -9777,7 +9777,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.delete({ @@ -9909,7 +9909,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.get({ @@ -10062,7 +10062,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.list({ @@ -10248,7 +10248,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.patch({ @@ -10571,7 +10571,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.targetingTypes.assignedTargetingOptions.create( @@ -10806,7 +10806,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.targetingTypes.assignedTargetingOptions.delete( @@ -10956,7 +10956,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.targetingTypes.assignedTargetingOptions.get( @@ -11154,7 +11154,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.lineItems.targetingTypes.assignedTargetingOptions.list( @@ -11463,7 +11463,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.locationLists.create({ @@ -11610,7 +11610,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.locationLists.get({ @@ -11748,7 +11748,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.locationLists.list({ @@ -11930,7 +11930,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.locationLists.patch({ @@ -12158,7 +12158,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.locationLists.assignedLocations.bulkEdit( @@ -12313,7 +12313,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.locationLists.assignedLocations.create( @@ -12462,7 +12462,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.locationLists.assignedLocations.delete( @@ -12603,7 +12603,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.locationLists.assignedLocations.list( @@ -12872,7 +12872,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.create({ @@ -13021,7 +13021,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.delete({ @@ -13153,7 +13153,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.get({ @@ -13294,7 +13294,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.list({ @@ -13448,7 +13448,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.patch({ @@ -13680,7 +13680,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.negativeKeywords.bulkEdit( @@ -13837,7 +13837,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.negativeKeywords.create( @@ -13986,7 +13986,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.negativeKeywords.delete( @@ -14129,7 +14129,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.negativeKeywordLists.negativeKeywords.list( @@ -14411,7 +14411,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.targetingTypes.assignedTargetingOptions.create( @@ -14643,7 +14643,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.targetingTypes.assignedTargetingOptions.delete( @@ -14788,7 +14788,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.targetingTypes.assignedTargetingOptions.get( @@ -14981,7 +14981,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.advertisers.targetingTypes.assignedTargetingOptions.list( @@ -15263,7 +15263,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.combinedAudiences.get({ @@ -15402,7 +15402,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.combinedAudiences.list({ @@ -15639,7 +15639,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.customLists.get({ @@ -15775,7 +15775,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.customLists.list({ @@ -15991,7 +15991,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.firstAndThirdPartyAudiences.get({ @@ -16140,7 +16140,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.firstAndThirdPartyAudiences.list({ @@ -16384,7 +16384,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.floodlightGroups.get({ @@ -16523,7 +16523,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.floodlightGroups.patch({ @@ -16720,7 +16720,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.googleAudiences.get({ @@ -16860,7 +16860,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.googleAudiences.list({ @@ -17098,7 +17098,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.create({ @@ -17256,7 +17256,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.delete({ @@ -17394,7 +17394,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.get({ @@ -17542,7 +17542,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.list({ @@ -17727,7 +17727,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.patch({ @@ -17993,7 +17993,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.assignedInventorySources.bulkEdit( @@ -18154,7 +18154,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.assignedInventorySources.create( @@ -18320,7 +18320,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.assignedInventorySources.delete( @@ -18465,7 +18465,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySourceGroups.assignedInventorySources.list( @@ -18755,7 +18755,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySources.get({ @@ -18902,7 +18902,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.inventorySources.list({ @@ -19142,7 +19142,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.media.download({ @@ -19305,7 +19305,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.partners.channels.get({ @@ -19445,7 +19445,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.partners.channels.list({ @@ -19627,7 +19627,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.partners.channels.patch({ @@ -19857,7 +19857,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.partners.channels.sites.bulkEdit({ @@ -20010,7 +20010,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.partners.channels.sites.create({ @@ -20157,7 +20157,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.partners.channels.sites.delete({ @@ -20295,7 +20295,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.partners.channels.sites.list({ @@ -20571,7 +20571,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.sdfdownloadtasks.create({ @@ -20734,7 +20734,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.sdfdownloadtasks.operations.get({ @@ -20892,7 +20892,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.targetingTypes.targetingOptions.get({ @@ -21056,7 +21056,7 @@ export namespace displayvideo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await displayvideo.targetingTypes.targetingOptions.list({ diff --git a/src/apis/dlp/v2.ts b/src/apis/dlp/v2.ts index 68643c18d6..85ba304ad9 100644 --- a/src/apis/dlp/v2.ts +++ b/src/apis/dlp/v2.ts @@ -3166,7 +3166,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.infoTypes.list({ @@ -3355,7 +3355,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.locations.infoTypes.list({ @@ -3561,7 +3561,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.deidentifyTemplates.create({ @@ -3724,7 +3724,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.deidentifyTemplates.delete({ @@ -3856,7 +3856,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.deidentifyTemplates.get({ @@ -4007,7 +4007,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.deidentifyTemplates.list({ @@ -4188,7 +4188,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.deidentifyTemplates.patch({ @@ -4418,7 +4418,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.inspectTemplates.create({ @@ -4575,7 +4575,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.inspectTemplates.delete({ @@ -4706,7 +4706,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.inspectTemplates.get({ @@ -4850,7 +4850,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.inspectTemplates.list({ @@ -5032,7 +5032,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.inspectTemplates.patch({ @@ -5274,7 +5274,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.deidentifyTemplates.create({ @@ -5437,7 +5437,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.deidentifyTemplates.delete({ @@ -5569,7 +5569,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.deidentifyTemplates.get({ @@ -5720,7 +5720,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.deidentifyTemplates.list({ @@ -5901,7 +5901,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.deidentifyTemplates.patch({ @@ -6131,7 +6131,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.inspectTemplates.create({ @@ -6288,7 +6288,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.inspectTemplates.delete({ @@ -6420,7 +6420,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.inspectTemplates.get({ @@ -6565,7 +6565,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.inspectTemplates.list({ @@ -6747,7 +6747,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.inspectTemplates.patch({ @@ -6971,7 +6971,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.storedInfoTypes.create({ @@ -7125,7 +7125,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.storedInfoTypes.delete({ @@ -7257,7 +7257,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.storedInfoTypes.get({ @@ -7399,7 +7399,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.storedInfoTypes.list({ @@ -7582,7 +7582,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.locations.storedInfoTypes.patch({ @@ -7803,7 +7803,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.storedInfoTypes.create({ @@ -7957,7 +7957,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.storedInfoTypes.delete({ @@ -8088,7 +8088,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.storedInfoTypes.get({ @@ -8229,7 +8229,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.storedInfoTypes.list({ @@ -8412,7 +8412,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.organizations.storedInfoTypes.patch({ @@ -8661,7 +8661,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.content.deidentify({ @@ -8830,7 +8830,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.content.inspect({ @@ -8988,7 +8988,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.content.reidentify({ @@ -9201,7 +9201,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.deidentifyTemplates.create({ @@ -9364,7 +9364,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.deidentifyTemplates.delete({ @@ -9495,7 +9495,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.deidentifyTemplates.get({ @@ -9645,7 +9645,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.deidentifyTemplates.list({ @@ -9826,7 +9826,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.deidentifyTemplates.patch({ @@ -10055,7 +10055,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.dlpJobs.cancel({ @@ -10191,7 +10191,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.dlpJobs.create({ @@ -10350,7 +10350,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.dlpJobs.delete({ @@ -10479,7 +10479,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.dlpJobs.get({ @@ -10621,7 +10621,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.dlpJobs.list({ @@ -10902,7 +10902,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.image.redact({ @@ -11083,7 +11083,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.inspectTemplates.create({ @@ -11240,7 +11240,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.inspectTemplates.delete({ @@ -11371,7 +11371,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.inspectTemplates.get({ @@ -11515,7 +11515,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.inspectTemplates.list({ @@ -11697,7 +11697,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.inspectTemplates.patch({ @@ -11920,7 +11920,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.jobTriggers.activate({ @@ -12075,7 +12075,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.jobTriggers.create({ @@ -12235,7 +12235,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.jobTriggers.delete({ @@ -12365,7 +12365,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.jobTriggers.get({ @@ -12512,7 +12512,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.jobTriggers.list({ @@ -12715,7 +12715,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.jobTriggers.patch({ @@ -12986,7 +12986,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.content.deidentify({ @@ -13155,7 +13155,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.content.inspect({ @@ -13313,7 +13313,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.content.reidentify({ @@ -13526,7 +13526,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.deidentifyTemplates.create({ @@ -13689,7 +13689,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.deidentifyTemplates.delete({ @@ -13821,7 +13821,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.deidentifyTemplates.get({ @@ -13972,7 +13972,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.deidentifyTemplates.list({ @@ -14153,7 +14153,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.deidentifyTemplates.patch({ @@ -14383,7 +14383,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.dlpJobs.cancel({ @@ -14519,7 +14519,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.dlpJobs.create({ @@ -14678,7 +14678,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.dlpJobs.delete({ @@ -14807,7 +14807,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.dlpJobs.finish({ @@ -14943,7 +14943,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.dlpJobs.get({ @@ -15085,7 +15085,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.dlpJobs.hybridInspect({ @@ -15239,7 +15239,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.dlpJobs.list({ @@ -15544,7 +15544,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.image.redact({ @@ -15725,7 +15725,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.inspectTemplates.create({ @@ -15882,7 +15882,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.inspectTemplates.delete({ @@ -16014,7 +16014,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.inspectTemplates.get({ @@ -16159,7 +16159,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.inspectTemplates.list({ @@ -16341,7 +16341,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.inspectTemplates.patch({ @@ -16565,7 +16565,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.jobTriggers.activate({ @@ -16720,7 +16720,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.jobTriggers.create({ @@ -16880,7 +16880,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.jobTriggers.delete({ @@ -17010,7 +17010,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.jobTriggers.get({ @@ -17157,7 +17157,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.jobTriggers.hybridInspect({ @@ -17311,7 +17311,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.jobTriggers.list({ @@ -17514,7 +17514,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.jobTriggers.patch({ @@ -17768,7 +17768,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.storedInfoTypes.create({ @@ -17922,7 +17922,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.storedInfoTypes.delete({ @@ -18054,7 +18054,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.storedInfoTypes.get({ @@ -18196,7 +18196,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.storedInfoTypes.list({ @@ -18379,7 +18379,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.locations.storedInfoTypes.patch({ @@ -18600,7 +18600,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.storedInfoTypes.create({ @@ -18754,7 +18754,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.storedInfoTypes.delete({ @@ -18885,7 +18885,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.storedInfoTypes.get({ @@ -19026,7 +19026,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.storedInfoTypes.list({ @@ -19209,7 +19209,7 @@ export namespace dlp_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dlp.projects.storedInfoTypes.patch({ diff --git a/src/apis/dns/v1.ts b/src/apis/dns/v1.ts index a0b847706f..d0e83a3f8f 100644 --- a/src/apis/dns/v1.ts +++ b/src/apis/dns/v1.ts @@ -438,7 +438,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.create({ @@ -598,7 +598,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.get({ @@ -746,7 +746,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.list({ @@ -971,7 +971,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.dnsKeys.get({ @@ -1126,7 +1126,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.dnsKeys.list({ @@ -1329,7 +1329,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZoneOperations.get({ @@ -1479,7 +1479,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZoneOperations.list({ @@ -1685,7 +1685,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.create({ @@ -1857,7 +1857,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.delete({ @@ -1989,7 +1989,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.get({ @@ -2141,7 +2141,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.list({ @@ -2290,7 +2290,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.patch({ @@ -2457,7 +2457,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.update({ @@ -2736,7 +2736,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.create({ @@ -2893,7 +2893,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.delete({ @@ -3024,7 +3024,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.get({ @@ -3169,7 +3169,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.list({ @@ -3314,7 +3314,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.patch({ @@ -3472,7 +3472,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.update({ @@ -3735,7 +3735,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.projects.get({ @@ -3892,7 +3892,7 @@ export namespace dns_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.resourceRecordSets.list({ diff --git a/src/apis/dns/v1beta2.ts b/src/apis/dns/v1beta2.ts index 8afd0f58a3..56c4b773ae 100644 --- a/src/apis/dns/v1beta2.ts +++ b/src/apis/dns/v1beta2.ts @@ -454,7 +454,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.create({ @@ -614,7 +614,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.get({ @@ -762,7 +762,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.list({ @@ -987,7 +987,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.dnsKeys.get({ @@ -1142,7 +1142,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.dnsKeys.list({ @@ -1345,7 +1345,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZoneOperations.get({ @@ -1495,7 +1495,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZoneOperations.list({ @@ -1701,7 +1701,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.create({ @@ -1874,7 +1874,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.delete({ @@ -2007,7 +2007,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.get({ @@ -2161,7 +2161,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.list({ @@ -2309,7 +2309,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.patch({ @@ -2478,7 +2478,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.update({ @@ -2759,7 +2759,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.create({ @@ -2916,7 +2916,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.delete({ @@ -3047,7 +3047,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.get({ @@ -3192,7 +3192,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.list({ @@ -3337,7 +3337,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.patch({ @@ -3495,7 +3495,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.update({ @@ -3758,7 +3758,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.projects.get({ @@ -3915,7 +3915,7 @@ export namespace dns_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.resourceRecordSets.list({ diff --git a/src/apis/dns/v2beta1.ts b/src/apis/dns/v2beta1.ts index a1efacba27..f34c7d4dd0 100644 --- a/src/apis/dns/v2beta1.ts +++ b/src/apis/dns/v2beta1.ts @@ -438,7 +438,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.create({ @@ -598,7 +598,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.get({ @@ -746,7 +746,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.changes.list({ @@ -971,7 +971,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.dnsKeys.get({ @@ -1126,7 +1126,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.dnsKeys.list({ @@ -1329,7 +1329,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZoneOperations.get({ @@ -1479,7 +1479,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZoneOperations.list({ @@ -1685,7 +1685,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.create({ @@ -1856,7 +1856,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.delete({ @@ -1989,7 +1989,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.get({ @@ -2142,7 +2142,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.list({ @@ -2290,7 +2290,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.patch({ @@ -2458,7 +2458,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.managedZones.update({ @@ -2738,7 +2738,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.create({ @@ -2895,7 +2895,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.delete({ @@ -3026,7 +3026,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.get({ @@ -3171,7 +3171,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.list({ @@ -3316,7 +3316,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.patch({ @@ -3474,7 +3474,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.policies.update({ @@ -3737,7 +3737,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.projects.get({ @@ -3894,7 +3894,7 @@ export namespace dns_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await dns.resourceRecordSets.list({ diff --git a/src/apis/docs/v1.ts b/src/apis/docs/v1.ts index 9b8082e842..e1c40b36e2 100644 --- a/src/apis/docs/v1.ts +++ b/src/apis/docs/v1.ts @@ -3189,7 +3189,7 @@ export namespace docs_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await docs.documents.batchUpdate({ @@ -3343,7 +3343,7 @@ export namespace docs_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await docs.documents.create({ @@ -3511,7 +3511,7 @@ export namespace docs_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await docs.documents.get({ diff --git a/src/apis/domainsrdap/v1.ts b/src/apis/domainsrdap/v1.ts index c3f65d8b62..f4faca5b79 100644 --- a/src/apis/domainsrdap/v1.ts +++ b/src/apis/domainsrdap/v1.ts @@ -271,7 +271,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.autnum.get({ @@ -420,7 +420,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.domain.get({ @@ -566,7 +566,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.entity.get({ @@ -715,7 +715,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.ip.get({ @@ -871,7 +871,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.nameserver.get({ @@ -1020,7 +1020,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.getDomains({}); @@ -1149,7 +1149,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.getEntities({}); @@ -1278,7 +1278,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.getHelp({}); @@ -1403,7 +1403,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.getIp({}); @@ -1528,7 +1528,7 @@ export namespace domainsrdap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await domainsrdap.getNameservers({}); diff --git a/src/apis/doubleclickbidmanager/v1.1.ts b/src/apis/doubleclickbidmanager/v1.1.ts index b4ecec9124..930d62b149 100644 --- a/src/apis/doubleclickbidmanager/v1.1.ts +++ b/src/apis/doubleclickbidmanager/v1.1.ts @@ -590,7 +590,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.lineitems.downloadlineitems({ @@ -736,7 +736,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.lineitems.uploadlineitems({ @@ -902,7 +902,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.createquery({ @@ -1056,7 +1056,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.deletequery({ @@ -1179,7 +1179,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.getquery({ @@ -1315,7 +1315,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.listqueries({ @@ -1456,7 +1456,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.runquery({ @@ -1652,7 +1652,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.reports.listreports({ @@ -1818,7 +1818,7 @@ export namespace doubleclickbidmanager_v1_1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.sdf.download({ diff --git a/src/apis/doubleclickbidmanager/v1.ts b/src/apis/doubleclickbidmanager/v1.ts index ceb040f0c4..58a243ecfc 100644 --- a/src/apis/doubleclickbidmanager/v1.ts +++ b/src/apis/doubleclickbidmanager/v1.ts @@ -565,7 +565,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.lineitems.downloadlineitems({ @@ -710,7 +710,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.lineitems.uploadlineitems({ @@ -876,7 +876,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.createquery({ @@ -1026,7 +1026,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.deletequery({ @@ -1149,7 +1149,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.getquery({ @@ -1285,7 +1285,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.listqueries({}); @@ -1418,7 +1418,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.queries.runquery({ @@ -1593,7 +1593,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.reports.listreports({ @@ -1744,7 +1744,7 @@ export namespace doubleclickbidmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclickbidmanager.sdf.download({ diff --git a/src/apis/doubleclicksearch/v2.ts b/src/apis/doubleclicksearch/v2.ts index f02824ccff..4849b3c990 100644 --- a/src/apis/doubleclicksearch/v2.ts +++ b/src/apis/doubleclicksearch/v2.ts @@ -569,7 +569,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.conversion.get({ @@ -738,7 +738,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.conversion.insert({ @@ -876,7 +876,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.conversion.update({ @@ -1014,7 +1014,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.conversion.updateAvailability({ @@ -1231,7 +1231,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.reports.generate({ @@ -1387,7 +1387,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.reports.get({ @@ -1525,7 +1525,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.reports.getFile({ @@ -1651,7 +1651,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.reports.request({ @@ -1843,7 +1843,7 @@ export namespace doubleclicksearch_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await doubleclicksearch.savedColumns.list({ diff --git a/src/apis/drive/v2.ts b/src/apis/drive/v2.ts index e3e3e3d200..b4895c4e19 100644 --- a/src/apis/drive/v2.ts +++ b/src/apis/drive/v2.ts @@ -1722,7 +1722,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.about.get({ @@ -1912,7 +1912,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.apps.get({ @@ -2065,7 +2065,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.apps.list({ @@ -2239,7 +2239,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.changes.get({ @@ -2402,7 +2402,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.changes.getStartPageToken({ @@ -2554,7 +2554,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.changes.list({ @@ -2733,7 +2733,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.changes.watch({ @@ -3097,7 +3097,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.channels.stop({ @@ -3251,7 +3251,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.children.delete({ @@ -3387,7 +3387,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.children.get({ @@ -3526,7 +3526,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.children.insert({ @@ -3688,7 +3688,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.children.list({ @@ -3915,7 +3915,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.delete({ @@ -4044,7 +4044,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.get({ @@ -4196,7 +4196,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.insert({ @@ -4367,7 +4367,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.list({ @@ -4516,7 +4516,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.patch({ @@ -4688,7 +4688,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.update({ @@ -4952,7 +4952,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.delete({ @@ -5078,7 +5078,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.get({ @@ -5221,7 +5221,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.hide({ @@ -5361,7 +5361,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.insert({ @@ -5520,7 +5520,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.list({ @@ -5658,7 +5658,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.unhide({ @@ -5798,7 +5798,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.update({ @@ -6046,7 +6046,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.copy({ @@ -6355,7 +6355,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.delete({ @@ -6484,7 +6484,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.emptyTrash({}); @@ -6607,7 +6607,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.export({ @@ -6737,7 +6737,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.generateIds({ @@ -6881,7 +6881,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.get({ @@ -7102,7 +7102,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.insert({ @@ -7424,7 +7424,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.list({ @@ -7603,7 +7603,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.patch({ @@ -7932,7 +7932,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.touch({ @@ -8141,7 +8141,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.trash({ @@ -8350,7 +8350,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.untrash({ @@ -8561,7 +8561,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.update({ @@ -8903,7 +8903,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.watch({ @@ -9573,7 +9573,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.parents.delete({ @@ -9709,7 +9709,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.parents.get({ @@ -9849,7 +9849,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.parents.insert({ @@ -10013,7 +10013,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.parents.list({ @@ -10210,7 +10210,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.delete({ @@ -10352,7 +10352,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.get({ @@ -10519,7 +10519,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.getIdForEmail({ @@ -10654,7 +10654,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.insert({ @@ -10856,7 +10856,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.list({ @@ -11008,7 +11008,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.patch({ @@ -11202,7 +11202,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.update({ @@ -11596,7 +11596,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.properties.delete({ @@ -11733,7 +11733,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.properties.get({ @@ -11878,7 +11878,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.properties.insert({ @@ -12036,7 +12036,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.properties.list({ @@ -12174,7 +12174,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.properties.patch({ @@ -12333,7 +12333,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.properties.update({ @@ -12585,7 +12585,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.delete({ @@ -12718,7 +12718,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.get({ @@ -12868,7 +12868,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.insert({ @@ -13029,7 +13029,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.list({ @@ -13177,7 +13177,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.patch({ @@ -13341,7 +13341,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.update({ @@ -13621,7 +13621,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.delete({ @@ -13754,7 +13754,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.get({ @@ -13911,7 +13911,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.list({ @@ -14055,7 +14055,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.patch({ @@ -14234,7 +14234,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.update({ @@ -14481,7 +14481,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.delete({ @@ -14608,7 +14608,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.get({ @@ -14750,7 +14750,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.insert({ @@ -14911,7 +14911,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.list({ @@ -15052,7 +15052,7 @@ export namespace drive_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.update({ diff --git a/src/apis/drive/v3.ts b/src/apis/drive/v3.ts index bf3e323717..d86f2fd65c 100644 --- a/src/apis/drive/v3.ts +++ b/src/apis/drive/v3.ts @@ -1193,7 +1193,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.about.get({}); @@ -1345,7 +1345,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.changes.getStartPageToken({ @@ -1496,7 +1496,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.changes.list({ @@ -1667,7 +1667,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.changes.watch({ @@ -1997,7 +1997,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.channels.stop({ @@ -2151,7 +2151,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.create({ @@ -2315,7 +2315,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.delete({ @@ -2444,7 +2444,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.get({ @@ -2594,7 +2594,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.list({ @@ -2741,7 +2741,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.comments.update({ @@ -2984,7 +2984,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.create({ @@ -3140,7 +3140,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.delete({ @@ -3266,7 +3266,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.get({ @@ -3409,7 +3409,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.hide({ @@ -3552,7 +3552,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.list({ @@ -3690,7 +3690,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.unhide({ @@ -3830,7 +3830,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.drives.update({ @@ -4077,7 +4077,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.copy({ @@ -4348,7 +4348,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.create({ @@ -4627,7 +4627,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.delete({ @@ -4756,7 +4756,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.emptyTrash({}); @@ -4879,7 +4879,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.export({ @@ -5009,7 +5009,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.generateIds({ @@ -5153,7 +5153,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.get({ @@ -5355,7 +5355,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.list({ @@ -5527,7 +5527,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.update({ @@ -5819,7 +5819,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.files.watch({ @@ -6271,7 +6271,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.create({ @@ -6462,7 +6462,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.delete({ @@ -6604,7 +6604,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.get({ @@ -6764,7 +6764,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.list({ @@ -6914,7 +6914,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.permissions.update({ @@ -7257,7 +7257,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.create({ @@ -7417,7 +7417,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.delete({ @@ -7550,7 +7550,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.get({ @@ -7701,7 +7701,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.list({ @@ -7847,7 +7847,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.replies.update({ @@ -8108,7 +8108,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.delete({ @@ -8241,7 +8241,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.get({ @@ -8396,7 +8396,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.list({ @@ -8538,7 +8538,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.revisions.update({ @@ -8764,7 +8764,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.create({ @@ -8922,7 +8922,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.delete({ @@ -9049,7 +9049,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.get({ @@ -9194,7 +9194,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.list({ @@ -9335,7 +9335,7 @@ export namespace drive_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await drive.teamdrives.update({ diff --git a/src/apis/driveactivity/v2.ts b/src/apis/driveactivity/v2.ts index f144fe8786..90d66867ef 100644 --- a/src/apis/driveactivity/v2.ts +++ b/src/apis/driveactivity/v2.ts @@ -906,7 +906,7 @@ export namespace driveactivity_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await driveactivity.activity.query({ diff --git a/src/apis/factchecktools/v1alpha1.ts b/src/apis/factchecktools/v1alpha1.ts index d3d867b929..992f888ff8 100644 --- a/src/apis/factchecktools/v1alpha1.ts +++ b/src/apis/factchecktools/v1alpha1.ts @@ -381,7 +381,7 @@ export namespace factchecktools_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await factchecktools.claims.search({ @@ -605,7 +605,7 @@ export namespace factchecktools_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await factchecktools.pages.create({ @@ -774,7 +774,7 @@ export namespace factchecktools_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await factchecktools.pages.delete({ @@ -903,7 +903,7 @@ export namespace factchecktools_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await factchecktools.pages.get({ @@ -1062,7 +1062,7 @@ export namespace factchecktools_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await factchecktools.pages.list({ @@ -1240,7 +1240,7 @@ export namespace factchecktools_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await factchecktools.pages.update({ diff --git a/src/apis/fcm/v1.ts b/src/apis/fcm/v1.ts index 3767d27c59..531e643648 100644 --- a/src/apis/fcm/v1.ts +++ b/src/apis/fcm/v1.ts @@ -503,7 +503,7 @@ export namespace fcm_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fcm.projects.messages.send({ diff --git a/src/apis/file/v1.ts b/src/apis/file/v1.ts index 841e2b9d75..cfc1a387d6 100644 --- a/src/apis/file/v1.ts +++ b/src/apis/file/v1.ts @@ -1116,7 +1116,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.get({ @@ -1248,7 +1248,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.list({ @@ -1436,7 +1436,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.create({ @@ -1595,7 +1595,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.delete({ @@ -1728,7 +1728,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.get({ @@ -1866,7 +1866,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.list({ @@ -2021,7 +2021,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.patch({ @@ -2258,7 +2258,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.operations.cancel({ @@ -2391,7 +2391,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.operations.delete({ @@ -2517,7 +2517,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.operations.get({ @@ -2649,7 +2649,7 @@ export namespace file_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.operations.list({ diff --git a/src/apis/file/v1beta1.ts b/src/apis/file/v1beta1.ts index 3d3bb50aaa..7da5de94ba 100644 --- a/src/apis/file/v1beta1.ts +++ b/src/apis/file/v1beta1.ts @@ -1116,7 +1116,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.get({ @@ -1248,7 +1248,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.list({ @@ -1436,7 +1436,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.create({ @@ -1598,7 +1598,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.delete({ @@ -1731,7 +1731,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.get({ @@ -1869,7 +1869,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.list({ @@ -2024,7 +2024,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.instances.patch({ @@ -2261,7 +2261,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.operations.cancel({ @@ -2397,7 +2397,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.operations.delete({ @@ -2523,7 +2523,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.operations.get({ @@ -2655,7 +2655,7 @@ export namespace file_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await file.projects.locations.operations.list({ diff --git a/src/apis/firebase/v1beta1.ts b/src/apis/firebase/v1beta1.ts index 7a67e5d88e..8d39a8e768 100644 --- a/src/apis/firebase/v1beta1.ts +++ b/src/apis/firebase/v1beta1.ts @@ -695,7 +695,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.availableProjects.list({ @@ -870,7 +870,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.operations.get({ @@ -1032,7 +1032,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.addFirebase({ @@ -1186,7 +1186,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.addGoogleAnalytics({ @@ -1338,7 +1338,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.get({ @@ -1475,7 +1475,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.getAdminSdkConfig({ @@ -1614,7 +1614,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.getAnalyticsDetails({ @@ -1751,7 +1751,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.list({ @@ -1901,7 +1901,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.patch({ @@ -2056,7 +2056,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.removeAnalytics({ @@ -2201,7 +2201,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.searchApps({ @@ -2463,7 +2463,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.androidApps.create({ @@ -2617,7 +2617,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.androidApps.get({ @@ -2758,7 +2758,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.androidApps.getConfig({ @@ -2896,7 +2896,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.androidApps.list({ @@ -3048,7 +3048,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.androidApps.patch({ @@ -3267,7 +3267,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.androidApps.sha.create({ @@ -3418,7 +3418,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.androidApps.sha.delete({ @@ -3553,7 +3553,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.androidApps.sha.list({ @@ -3734,7 +3734,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.availableLocations.list({ @@ -3918,7 +3918,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.defaultLocation.finalize({ @@ -4086,7 +4086,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.iosApps.create({ @@ -4241,7 +4241,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.iosApps.get({ @@ -4383,7 +4383,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.iosApps.getConfig({ @@ -4521,7 +4521,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.iosApps.list({ @@ -4671,7 +4671,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.iosApps.patch({ @@ -4892,7 +4892,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.webApps.create({ @@ -5046,7 +5046,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.webApps.get({ @@ -5187,7 +5187,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.webApps.getConfig({ @@ -5332,7 +5332,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.webApps.list({ @@ -5482,7 +5482,7 @@ export namespace firebase_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebase.projects.webApps.patch({ diff --git a/src/apis/firebasedynamiclinks/v1.ts b/src/apis/firebasedynamiclinks/v1.ts index ffa5c0ff33..0b5757acf5 100644 --- a/src/apis/firebasedynamiclinks/v1.ts +++ b/src/apis/firebasedynamiclinks/v1.ts @@ -716,7 +716,7 @@ export namespace firebasedynamiclinks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasedynamiclinks.managedShortLinks.create({ @@ -883,7 +883,7 @@ export namespace firebasedynamiclinks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasedynamiclinks.shortLinks.create({ @@ -1046,7 +1046,7 @@ export namespace firebasedynamiclinks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasedynamiclinks.getLinkStats({ @@ -1183,7 +1183,7 @@ export namespace firebasedynamiclinks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasedynamiclinks.installAttribution({ @@ -1357,7 +1357,7 @@ export namespace firebasedynamiclinks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasedynamiclinks.reopenAttribution({ diff --git a/src/apis/firebasehosting/v1beta1.ts b/src/apis/firebasehosting/v1beta1.ts index 1d935961f3..8c9f4cce2c 100644 --- a/src/apis/firebasehosting/v1beta1.ts +++ b/src/apis/firebasehosting/v1beta1.ts @@ -639,7 +639,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.operations.get({ @@ -800,7 +800,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.getConfig({ @@ -934,7 +934,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.updateConfig({ @@ -1127,7 +1127,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.channels.releases.create({ @@ -1293,7 +1293,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.channels.releases.list({ @@ -1480,7 +1480,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.domains.create({ @@ -1635,7 +1635,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.domains.delete({ @@ -1767,7 +1767,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.domains.get({ @@ -1906,7 +1906,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.domains.list({ @@ -2052,7 +2052,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.domains.update({ @@ -2265,7 +2265,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.releases.create({ @@ -2431,7 +2431,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.releases.list({ @@ -2620,7 +2620,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.versions.create({ @@ -2797,7 +2797,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.versions.delete({ @@ -2930,7 +2930,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.versions.list({ @@ -3087,7 +3087,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.versions.patch({ @@ -3262,7 +3262,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.versions.populateFiles({ @@ -3501,7 +3501,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.projects.sites.versions.files.list({ @@ -3690,7 +3690,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.getConfig({ @@ -3823,7 +3823,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.updateConfig({ @@ -4013,7 +4013,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.channels.releases.create({ @@ -4179,7 +4179,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.channels.releases.list({ @@ -4366,7 +4366,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.domains.create({ @@ -4521,7 +4521,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.domains.delete({ @@ -4653,7 +4653,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.domains.get({ @@ -4792,7 +4792,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.domains.list({ @@ -4938,7 +4938,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.domains.update({ @@ -5151,7 +5151,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.releases.create({ @@ -5317,7 +5317,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.releases.list({ @@ -5506,7 +5506,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.versions.create({ @@ -5683,7 +5683,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.versions.delete({ @@ -5816,7 +5816,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.versions.list({ @@ -5973,7 +5973,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.versions.patch({ @@ -6148,7 +6148,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.versions.populateFiles({ @@ -6387,7 +6387,7 @@ export namespace firebasehosting_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebasehosting.sites.versions.files.list({ diff --git a/src/apis/firebaseml/v1.ts b/src/apis/firebaseml/v1.ts index fd042acc88..45459e09fe 100644 --- a/src/apis/firebaseml/v1.ts +++ b/src/apis/firebaseml/v1.ts @@ -230,7 +230,7 @@ export namespace firebaseml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.operations.cancel({ @@ -363,7 +363,7 @@ export namespace firebaseml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.operations.delete({ @@ -489,7 +489,7 @@ export namespace firebaseml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.operations.list({ diff --git a/src/apis/firebaseml/v1beta2.ts b/src/apis/firebaseml/v1beta2.ts index 80dde9c084..1b8243cdde 100644 --- a/src/apis/firebaseml/v1beta2.ts +++ b/src/apis/firebaseml/v1beta2.ts @@ -308,7 +308,7 @@ export namespace firebaseml_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.projects.models.create({ @@ -462,7 +462,7 @@ export namespace firebaseml_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.projects.models.delete({ @@ -589,7 +589,7 @@ export namespace firebaseml_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.projects.models.get({ @@ -727,7 +727,7 @@ export namespace firebaseml_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.projects.models.list({ @@ -873,7 +873,7 @@ export namespace firebaseml_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.projects.models.patch({ @@ -1097,7 +1097,7 @@ export namespace firebaseml_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaseml.projects.operations.get({ diff --git a/src/apis/firebaserules/v1.ts b/src/apis/firebaserules/v1.ts index 83b4f626c8..609faf1582 100644 --- a/src/apis/firebaserules/v1.ts +++ b/src/apis/firebaserules/v1.ts @@ -548,7 +548,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.test({ @@ -718,7 +718,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.releases.create({ @@ -870,7 +870,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.releases.delete({ @@ -1003,7 +1003,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.releases.get({ @@ -1141,7 +1141,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.releases.getExecutable({ @@ -1297,7 +1297,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.releases.list({ @@ -1476,7 +1476,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.releases.patch({ @@ -1699,7 +1699,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.rulesets.create({ @@ -1851,7 +1851,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.rulesets.delete({ @@ -1984,7 +1984,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.rulesets.get({ @@ -2122,7 +2122,7 @@ export namespace firebaserules_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firebaserules.projects.rulesets.list({ diff --git a/src/apis/firestore/v1.ts b/src/apis/firestore/v1.ts index 8cb8a1ca59..0d3e720845 100644 --- a/src/apis/firestore/v1.ts +++ b/src/apis/firestore/v1.ts @@ -1370,7 +1370,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.exportDocuments({ @@ -1526,7 +1526,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.importDocuments({ @@ -1729,7 +1729,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.fields.get({ @@ -1870,7 +1870,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.fields.list({ @@ -2037,7 +2037,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.fields.patch({ @@ -2269,7 +2269,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.indexes.create( @@ -2430,7 +2430,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.indexes.delete( @@ -2563,7 +2563,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.indexes.get({ @@ -2706,7 +2706,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.indexes.list({ @@ -2924,7 +2924,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.batchGet({ @@ -3082,7 +3082,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.beginTransaction({ @@ -3232,7 +3232,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.commit({ @@ -3378,7 +3378,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.createDocument({ @@ -3541,7 +3541,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.delete({ @@ -3679,7 +3679,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.get({ @@ -3825,7 +3825,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.list({ @@ -4004,7 +4004,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.listCollectionIds({ @@ -4160,7 +4160,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.listen({ @@ -4310,7 +4310,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.patch({ @@ -4473,7 +4473,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.rollback({ @@ -4615,7 +4615,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.runQuery({ @@ -4770,7 +4770,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.write({ @@ -5150,7 +5150,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.operations.cancel({ @@ -5286,7 +5286,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.operations.delete({ @@ -5415,7 +5415,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.operations.get({ @@ -5557,7 +5557,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.operations.list({ @@ -5769,7 +5769,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.locations.get({ @@ -5904,7 +5904,7 @@ export namespace firestore_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.locations.list({ diff --git a/src/apis/firestore/v1beta1.ts b/src/apis/firestore/v1beta1.ts index b5393ceaad..173e814c81 100644 --- a/src/apis/firestore/v1beta1.ts +++ b/src/apis/firestore/v1beta1.ts @@ -1210,7 +1210,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.exportDocuments({ @@ -1366,7 +1366,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.importDocuments({ @@ -1554,7 +1554,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.batchGet({ @@ -1712,7 +1712,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.beginTransaction({ @@ -1862,7 +1862,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.commit({ @@ -2008,7 +2008,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.createDocument({ @@ -2171,7 +2171,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.delete({ @@ -2309,7 +2309,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.get({ @@ -2455,7 +2455,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.list({ @@ -2634,7 +2634,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.listCollectionIds({ @@ -2790,7 +2790,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.listen({ @@ -2940,7 +2940,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.patch({ @@ -3103,7 +3103,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.rollback({ @@ -3245,7 +3245,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.runQuery({ @@ -3400,7 +3400,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.documents.write({ @@ -3780,7 +3780,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.indexes.create({ @@ -3938,7 +3938,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.indexes.delete({ @@ -4068,7 +4068,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.indexes.get({ @@ -4212,7 +4212,7 @@ export namespace firestore_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.indexes.list({ diff --git a/src/apis/firestore/v1beta2.ts b/src/apis/firestore/v1beta2.ts index d71d2c72c7..2df2511c65 100644 --- a/src/apis/firestore/v1beta2.ts +++ b/src/apis/firestore/v1beta2.ts @@ -506,7 +506,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.exportDocuments({ @@ -662,7 +662,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.importDocuments({ @@ -865,7 +865,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.fields.get({ @@ -1008,7 +1008,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.fields.list({ @@ -1183,7 +1183,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.fields.patch({ @@ -1415,7 +1415,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.indexes.create( @@ -1576,7 +1576,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.indexes.delete( @@ -1709,7 +1709,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.indexes.get({ @@ -1854,7 +1854,7 @@ export namespace firestore_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await firestore.projects.databases.collectionGroups.indexes.list({ diff --git a/src/apis/fitness/v1.ts b/src/apis/fitness/v1.ts index 5b4820db43..a547eeb28b 100644 --- a/src/apis/fitness/v1.ts +++ b/src/apis/fitness/v1.ts @@ -585,7 +585,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataset.aggregate({ @@ -771,7 +771,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.create({ @@ -937,7 +937,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.delete({ @@ -1098,7 +1098,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.get({ @@ -1259,7 +1259,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.list({ @@ -1411,7 +1411,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.update({ @@ -1657,7 +1657,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.dataPointChanges.list({ @@ -1850,7 +1850,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.datasets.delete({ @@ -2009,7 +2009,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.datasets.get({ @@ -2177,7 +2177,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.dataSources.datasets.patch({ @@ -2418,7 +2418,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.sessions.delete({ @@ -2567,7 +2567,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.sessions.list({ @@ -2736,7 +2736,7 @@ export namespace fitness_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await fitness.users.sessions.update({ diff --git a/src/apis/games/v1.ts b/src/apis/games/v1.ts index 340d2b0f7a..daf251890c 100644 --- a/src/apis/games/v1.ts +++ b/src/apis/games/v1.ts @@ -2413,7 +2413,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.achievementDefinitions.list({ @@ -2584,7 +2584,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.achievements.increment({ @@ -2731,7 +2731,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.achievements.list({ @@ -2884,7 +2884,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.achievements.reveal({ @@ -3022,7 +3022,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.achievements.setStepsAtLeast({ @@ -3166,7 +3166,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.achievements.unlock({ @@ -3304,7 +3304,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.achievements.updateMultiple({ @@ -3529,7 +3529,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.applications.get({ @@ -3677,7 +3677,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.applications.played({}); @@ -3797,7 +3797,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.applications.verify({ @@ -3967,7 +3967,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.events.listByPlayer({ @@ -4110,7 +4110,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.events.listDefinitions({ @@ -4256,7 +4256,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.events.record({ @@ -4450,7 +4450,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.leaderboards.get({ @@ -4588,7 +4588,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.leaderboards.list({ @@ -4765,7 +4765,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.metagame.getMetagameConfig({}); @@ -4896,7 +4896,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.metagame.listCategoriesByPlayer({ @@ -5080,7 +5080,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.players.get({ @@ -5225,7 +5225,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.players.list({ @@ -5404,7 +5404,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.pushtokens.remove({ @@ -5534,7 +5534,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.pushtokens.update({ @@ -5688,7 +5688,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.revisions.check({ @@ -5844,7 +5844,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.rooms.create({ @@ -6002,7 +6002,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.rooms.decline({ @@ -6147,7 +6147,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.rooms.dismiss({ @@ -6270,7 +6270,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.rooms.get({ @@ -6415,7 +6415,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.rooms.join({ @@ -6572,7 +6572,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.rooms.leave({ @@ -6728,7 +6728,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.rooms.list({ @@ -6863,7 +6863,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.rooms.reportStatus({ @@ -7117,7 +7117,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.scores.get({ @@ -7277,7 +7277,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.scores.list({ @@ -7430,7 +7430,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.scores.listWindow({ @@ -7590,7 +7590,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.scores.submit({ @@ -7736,7 +7736,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.scores.submitMultiple({ @@ -8017,7 +8017,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.snapshots.get({ @@ -8163,7 +8163,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.snapshots.list({ @@ -8345,7 +8345,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.cancel({ @@ -8468,7 +8468,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.create({ @@ -8631,7 +8631,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.decline({ @@ -8783,7 +8783,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.dismiss({ @@ -8906,7 +8906,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.finish({ @@ -9070,7 +9070,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.get({ @@ -9226,7 +9226,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.join({ @@ -9378,7 +9378,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.leave({ @@ -9530,7 +9530,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.leaveTurn({ @@ -9688,7 +9688,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.list({ @@ -9836,7 +9836,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.rematch({ @@ -9979,7 +9979,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.sync({ @@ -10128,7 +10128,7 @@ export namespace games_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await games.turnBasedMatches.takeTurn({ diff --git a/src/apis/gamesConfiguration/v1configuration.ts b/src/apis/gamesConfiguration/v1configuration.ts index e49b356949..09bbbf8593 100644 --- a/src/apis/gamesConfiguration/v1configuration.ts +++ b/src/apis/gamesConfiguration/v1configuration.ts @@ -425,7 +425,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.achievementConfigurations.delete({ @@ -548,7 +548,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.achievementConfigurations.get({ @@ -690,7 +690,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.achievementConfigurations.insert({ @@ -851,7 +851,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.achievementConfigurations.list({ @@ -1007,7 +1007,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.achievementConfigurations.update({ @@ -1228,7 +1228,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.imageConfigurations.upload({ @@ -1422,7 +1422,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.leaderboardConfigurations.delete({ @@ -1545,7 +1545,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.leaderboardConfigurations.get({ @@ -1687,7 +1687,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.leaderboardConfigurations.insert({ @@ -1848,7 +1848,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.leaderboardConfigurations.list({ @@ -2004,7 +2004,7 @@ export namespace gamesConfiguration_v1configuration { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesConfiguration.leaderboardConfigurations.update({ diff --git a/src/apis/gamesManagement/v1management.ts b/src/apis/gamesManagement/v1management.ts index 0d756773d0..be74ad189a 100644 --- a/src/apis/gamesManagement/v1management.ts +++ b/src/apis/gamesManagement/v1management.ts @@ -393,7 +393,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.achievements.reset({ @@ -533,7 +533,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.achievements.resetAll({}); @@ -668,7 +668,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.achievements.resetAllForAllPlayers({}); @@ -787,7 +787,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.achievements.resetForAllPlayers({ @@ -911,7 +911,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.achievements.resetMultipleForAllPlayers({ @@ -1074,7 +1074,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.applications.listHidden({ @@ -1238,7 +1238,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.events.reset({ @@ -1360,7 +1360,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.events.resetAll({}); @@ -1479,7 +1479,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.events.resetAllForAllPlayers({}); @@ -1598,7 +1598,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.events.resetForAllPlayers({ @@ -1722,7 +1722,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.events.resetMultipleForAllPlayers({ @@ -1882,7 +1882,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.players.hide({ @@ -2009,7 +2009,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.players.unhide({ @@ -2164,7 +2164,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.scores.reset({ @@ -2303,7 +2303,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.scores.resetAll({}); @@ -2437,7 +2437,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.scores.resetAllForAllPlayers({}); @@ -2556,7 +2556,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.scores.resetForAllPlayers({ @@ -2680,7 +2680,7 @@ export namespace gamesManagement_v1management { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gamesManagement.scores.resetMultipleForAllPlayers({ diff --git a/src/apis/gameservices/v1beta.ts b/src/apis/gameservices/v1beta.ts index 4b05e75c19..a3c644d4fc 100644 --- a/src/apis/gameservices/v1beta.ts +++ b/src/apis/gameservices/v1beta.ts @@ -1170,7 +1170,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.get({ @@ -1302,7 +1302,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.list({ @@ -1494,7 +1494,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.create( @@ -1649,7 +1649,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.delete( @@ -1786,7 +1786,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.fetchDeploymentState( @@ -1939,7 +1939,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.get({ @@ -2080,7 +2080,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.getIamPolicy( @@ -2234,7 +2234,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.getRollout( @@ -2382,7 +2382,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.list({ @@ -2543,7 +2543,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.patch( @@ -2705,7 +2705,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.previewRollout( @@ -2895,7 +2895,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.setIamPolicy( @@ -3045,7 +3045,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.testIamPermissions( @@ -3196,7 +3196,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.updateRollout( @@ -3528,7 +3528,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.configs.create( @@ -3686,7 +3686,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.configs.delete( @@ -3823,7 +3823,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.configs.get( @@ -3962,7 +3962,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.gameServerDeployments.configs.list( @@ -4187,7 +4187,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.operations.cancel({ @@ -4323,7 +4323,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.operations.delete({ @@ -4449,7 +4449,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.operations.get({ @@ -4581,7 +4581,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.operations.list({ @@ -4784,7 +4784,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.create({ @@ -4938,7 +4938,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.delete({ @@ -5071,7 +5071,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.get({ @@ -5206,7 +5206,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.list({ @@ -5361,7 +5361,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.patch({ @@ -5518,7 +5518,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.previewUpdate({ @@ -5782,7 +5782,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.gameServerClusters.create( @@ -5938,7 +5938,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.gameServerClusters.delete( @@ -6074,7 +6074,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.gameServerClusters.get( @@ -6216,7 +6216,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.gameServerClusters.list( @@ -6378,7 +6378,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.gameServerClusters.patch( @@ -6541,7 +6541,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.gameServerClusters.previewCreate( @@ -6711,7 +6711,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.gameServerClusters.previewDelete( @@ -6865,7 +6865,7 @@ export namespace gameservices_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gameservices.projects.locations.realms.gameServerClusters.previewUpdate( diff --git a/src/apis/genomics/v1.ts b/src/apis/genomics/v1.ts index 4582e8b2dd..d49e677071 100644 --- a/src/apis/genomics/v1.ts +++ b/src/apis/genomics/v1.ts @@ -462,7 +462,7 @@ export namespace genomics_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.operations.cancel({ @@ -598,7 +598,7 @@ export namespace genomics_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.operations.get({ @@ -732,7 +732,7 @@ export namespace genomics_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.operations.list({ diff --git a/src/apis/genomics/v1alpha2.ts b/src/apis/genomics/v1alpha2.ts index d684b62a26..63904c6c96 100644 --- a/src/apis/genomics/v1alpha2.ts +++ b/src/apis/genomics/v1alpha2.ts @@ -754,7 +754,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.operations.cancel({ @@ -893,7 +893,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.operations.get({ @@ -1027,7 +1027,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.operations.list({ @@ -1245,7 +1245,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.pipelines.create({ @@ -1397,7 +1397,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.pipelines.delete({ @@ -1529,7 +1529,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.pipelines.get({ @@ -1670,7 +1670,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.pipelines.getControllerConfig({ @@ -1816,7 +1816,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.pipelines.list({ @@ -1970,7 +1970,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.pipelines.run({ @@ -2114,7 +2114,7 @@ export namespace genomics_v1alpha2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.pipelines.setOperationStatus({ diff --git a/src/apis/genomics/v2alpha1.ts b/src/apis/genomics/v2alpha1.ts index 6c3fc67012..3734c4e98d 100644 --- a/src/apis/genomics/v2alpha1.ts +++ b/src/apis/genomics/v2alpha1.ts @@ -839,7 +839,7 @@ export namespace genomics_v2alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.pipelines.run({ @@ -1007,7 +1007,7 @@ export namespace genomics_v2alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.projects.operations.cancel({ @@ -1146,7 +1146,7 @@ export namespace genomics_v2alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.projects.operations.get({ @@ -1281,7 +1281,7 @@ export namespace genomics_v2alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.projects.operations.list({ @@ -1502,7 +1502,7 @@ export namespace genomics_v2alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.projects.workers.checkIn({ @@ -1670,7 +1670,7 @@ export namespace genomics_v2alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await genomics.workers.checkIn({ diff --git a/src/apis/gmail/v1.ts b/src/apis/gmail/v1.ts index ceb4f92ec8..b612244f5c 100644 --- a/src/apis/gmail/v1.ts +++ b/src/apis/gmail/v1.ts @@ -886,7 +886,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.getProfile({ @@ -1024,7 +1024,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.stop({ @@ -1152,7 +1152,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.watch({ @@ -1330,7 +1330,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.drafts.create({ @@ -1487,7 +1487,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.drafts.delete({ @@ -1619,7 +1619,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.drafts.get({ @@ -1761,7 +1761,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.drafts.list({ @@ -1913,7 +1913,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.drafts.send({ @@ -2076,7 +2076,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.drafts.update({ @@ -2377,7 +2377,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.history.list({ @@ -2567,7 +2567,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.labels.create({ @@ -2729,7 +2729,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.labels.delete({ @@ -2862,7 +2862,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.labels.get({ @@ -3010,7 +3010,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.labels.list({ @@ -3148,7 +3148,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.labels.patch({ @@ -3313,7 +3313,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.labels.update({ @@ -3556,7 +3556,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.batchDelete({ @@ -3691,7 +3691,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.batchModify({ @@ -3825,7 +3825,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.delete({ @@ -3960,7 +3960,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.get({ @@ -4112,7 +4112,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.import({ @@ -4294,7 +4294,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.insert({ @@ -4471,7 +4471,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.list({ @@ -4627,7 +4627,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.modify({ @@ -4784,7 +4784,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.send({ @@ -4953,7 +4953,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.trash({ @@ -5097,7 +5097,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.untrash({ @@ -5476,7 +5476,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.messages.attachments.get({ @@ -5653,7 +5653,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.getAutoForwarding({ @@ -5792,7 +5792,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.getImap({ @@ -5931,7 +5931,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.getLanguage({ @@ -6066,7 +6066,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.getPop({ @@ -6203,7 +6203,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.getVacation({ @@ -6340,7 +6340,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.updateAutoForwarding({ @@ -6485,7 +6485,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.updateImap({ @@ -6631,7 +6631,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.updateLanguage({ @@ -6772,7 +6772,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.updatePop({ @@ -6914,7 +6914,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.updateVacation({ @@ -7172,7 +7172,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.delegates.create({ @@ -7313,7 +7313,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.delegates.delete({ @@ -7445,7 +7445,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.delegates.get({ @@ -7585,7 +7585,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.delegates.list({ @@ -7769,7 +7769,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.filters.create({ @@ -7912,7 +7912,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.filters.delete({ @@ -8043,7 +8043,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.filters.get({ @@ -8183,7 +8183,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.filters.list({ @@ -8365,7 +8365,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.forwardingAddresses.create({ @@ -8509,7 +8509,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.forwardingAddresses.delete({ @@ -8641,7 +8641,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.forwardingAddresses.get({ @@ -8784,7 +8784,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.forwardingAddresses.list({ @@ -8976,7 +8976,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.create({ @@ -9132,7 +9132,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.delete({ @@ -9263,7 +9263,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.get({ @@ -9409,7 +9409,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.list({ @@ -9546,7 +9546,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.patch({ @@ -9707,7 +9707,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.update({ @@ -9865,7 +9865,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.verify({ @@ -10087,7 +10087,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.smimeInfo.delete({ @@ -10223,7 +10223,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.smimeInfo.get({ @@ -10369,7 +10369,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.smimeInfo.insert({ @@ -10530,7 +10530,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.smimeInfo.list({ @@ -10672,7 +10672,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.settings.sendAs.smimeInfo.setDefault({ @@ -10882,7 +10882,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.threads.delete({ @@ -11017,7 +11017,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.threads.get({ @@ -11165,7 +11165,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.threads.list({ @@ -11319,7 +11319,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.threads.modify({ @@ -11468,7 +11468,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.threads.trash({ @@ -11607,7 +11607,7 @@ export namespace gmail_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await gmail.users.threads.untrash({ diff --git a/src/apis/groupsmigration/v1.ts b/src/apis/groupsmigration/v1.ts index c55d29ecc6..ea42c3ffe0 100644 --- a/src/apis/groupsmigration/v1.ts +++ b/src/apis/groupsmigration/v1.ts @@ -154,7 +154,7 @@ export namespace groupsmigration_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await groupsmigration.archive.insert({ diff --git a/src/apis/groupssettings/v1.ts b/src/apis/groupssettings/v1.ts index 79debb80a3..2b99a6e0ce 100644 --- a/src/apis/groupssettings/v1.ts +++ b/src/apis/groupssettings/v1.ts @@ -390,7 +390,7 @@ export namespace groupssettings_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await groupsSettings.groups.get({ @@ -580,7 +580,7 @@ export namespace groupssettings_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await groupsSettings.groups.patch({ @@ -839,7 +839,7 @@ export namespace groupssettings_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await groupsSettings.groups.update({ diff --git a/src/apis/healthcare/v1.ts b/src/apis/healthcare/v1.ts index 32ccff520c..78e83dc935 100644 --- a/src/apis/healthcare/v1.ts +++ b/src/apis/healthcare/v1.ts @@ -1137,7 +1137,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.create({ @@ -1287,7 +1287,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.deidentify({ @@ -1434,7 +1434,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.delete({ @@ -1561,7 +1561,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.get({ @@ -1691,7 +1691,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.getIamPolicy({ @@ -1840,7 +1840,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.list({ @@ -1985,7 +1985,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.patch({ @@ -2130,7 +2130,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.setIamPolicy({ @@ -2275,7 +2275,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.testIamPermissions({ @@ -2543,7 +2543,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.create({ @@ -2691,7 +2691,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.deidentify( @@ -2841,7 +2841,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.delete({ @@ -2968,7 +2968,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.export({ @@ -3113,7 +3113,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.get({ @@ -3244,7 +3244,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.getIamPolicy( @@ -3396,7 +3396,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.import({ @@ -3540,7 +3540,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.list({ @@ -3689,7 +3689,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.patch({ @@ -3837,7 +3837,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.searchForInstances( @@ -3979,7 +3979,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.searchForSeries( @@ -4120,7 +4120,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.searchForStudies( @@ -4260,7 +4260,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.setIamPolicy( @@ -4408,7 +4408,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.storeInstances( @@ -4560,7 +4560,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.testIamPermissions( @@ -4908,7 +4908,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.delete( @@ -5049,7 +5049,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.retrieveMetadata( @@ -5190,7 +5190,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.retrieveStudy( @@ -5331,7 +5331,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.searchForInstances( @@ -5473,7 +5473,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.searchForSeries( @@ -5614,7 +5614,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.storeInstances( @@ -5849,7 +5849,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.delete( @@ -5992,7 +5992,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.retrieveMetadata( @@ -6133,7 +6133,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.retrieveSeries( @@ -6274,7 +6274,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.searchForInstances( @@ -6472,7 +6472,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.delete( @@ -6609,7 +6609,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.retrieveInstance( @@ -6750,7 +6750,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.retrieveMetadata( @@ -6892,7 +6892,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.retrieveRendered( @@ -7086,7 +7086,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.frames.retrieveFrames( @@ -7228,7 +7228,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.frames.retrieveRendered( @@ -7404,7 +7404,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.create({ @@ -7562,7 +7562,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.deidentify( @@ -7712,7 +7712,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.delete({ @@ -7839,7 +7839,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.export({ @@ -7983,7 +7983,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.get({ @@ -8119,7 +8119,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.getIamPolicy( @@ -8271,7 +8271,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.import({ @@ -8415,7 +8415,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.list({ @@ -8564,7 +8564,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.patch({ @@ -8722,7 +8722,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.setIamPolicy( @@ -8870,7 +8870,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.testIamPermissions( @@ -9165,7 +9165,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.capabilities( @@ -9301,7 +9301,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.create( @@ -9456,7 +9456,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.delete( @@ -9589,7 +9589,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.executeBundle( @@ -9733,7 +9733,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.history( @@ -9900,7 +9900,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.patch( @@ -10044,7 +10044,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -10200,7 +10200,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.read( @@ -10333,7 +10333,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -10462,7 +10462,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.search( @@ -10607,7 +10607,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.update( @@ -10751,7 +10751,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.vread( @@ -11041,7 +11041,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.create({ @@ -11193,7 +11193,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.delete({ @@ -11320,7 +11320,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.get({ @@ -11453,7 +11453,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.getIamPolicy( @@ -11605,7 +11605,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.list({ @@ -11754,7 +11754,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.patch({ @@ -11906,7 +11906,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.setIamPolicy( @@ -12054,7 +12054,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.testIamPermissions( @@ -12313,7 +12313,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.create( @@ -12464,7 +12464,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.delete( @@ -12593,7 +12593,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.get( @@ -12736,7 +12736,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.ingest( @@ -12885,7 +12885,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.list( @@ -13070,7 +13070,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.patch( @@ -13326,7 +13326,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.operations.cancel({ @@ -13460,7 +13460,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.operations.get({ @@ -13593,7 +13593,7 @@ export namespace healthcare_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.operations.list({ diff --git a/src/apis/healthcare/v1beta1.ts b/src/apis/healthcare/v1beta1.ts index 83dc064837..eb106b917f 100644 --- a/src/apis/healthcare/v1beta1.ts +++ b/src/apis/healthcare/v1beta1.ts @@ -1462,7 +1462,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.get({ @@ -1594,7 +1594,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.list({ @@ -1794,7 +1794,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.create({ @@ -1944,7 +1944,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.deidentify({ @@ -2091,7 +2091,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.delete({ @@ -2218,7 +2218,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.get({ @@ -2348,7 +2348,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.getIamPolicy({ @@ -2497,7 +2497,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.list({ @@ -2642,7 +2642,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.patch({ @@ -2787,7 +2787,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.setIamPolicy({ @@ -2932,7 +2932,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.testIamPermissions({ @@ -3196,7 +3196,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.annotationStores.getIamPolicy( @@ -3348,7 +3348,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.annotationStores.setIamPolicy( @@ -3496,7 +3496,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.annotationStores.testIamPermissions( @@ -3694,7 +3694,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.create({ @@ -3842,7 +3842,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.deidentify( @@ -3992,7 +3992,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.delete({ @@ -4119,7 +4119,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.export({ @@ -4267,7 +4267,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.get({ @@ -4398,7 +4398,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.getIamPolicy( @@ -4550,7 +4550,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.import({ @@ -4697,7 +4697,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.list({ @@ -4846,7 +4846,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.patch({ @@ -4994,7 +4994,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.searchForInstances( @@ -5135,7 +5135,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.searchForSeries( @@ -5275,7 +5275,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.searchForStudies( @@ -5414,7 +5414,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.setIamPolicy( @@ -5562,7 +5562,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.storeInstances( @@ -5713,7 +5713,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.testIamPermissions( @@ -6061,7 +6061,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.delete( @@ -6195,7 +6195,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.retrieveMetadata( @@ -6335,7 +6335,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.retrieveStudy( @@ -6475,7 +6475,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.searchForInstances( @@ -6616,7 +6616,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.searchForSeries( @@ -6756,7 +6756,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.storeInstances( @@ -6990,7 +6990,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.delete( @@ -7126,7 +7126,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.retrieveMetadata( @@ -7266,7 +7266,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.retrieveSeries( @@ -7406,7 +7406,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.searchForInstances( @@ -7603,7 +7603,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.delete( @@ -7739,7 +7739,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.retrieveInstance( @@ -7879,7 +7879,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.retrieveMetadata( @@ -8020,7 +8020,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.retrieveRendered( @@ -8213,7 +8213,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.frames.retrieveFrames( @@ -8354,7 +8354,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.dicomStores.studies.series.instances.frames.retrieveRendered( @@ -8529,7 +8529,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.create({ @@ -8689,7 +8689,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.deidentify( @@ -8839,7 +8839,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.delete({ @@ -8966,7 +8966,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.export({ @@ -9113,7 +9113,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.get({ @@ -9250,7 +9250,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.getIamPolicy( @@ -9402,7 +9402,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.import({ @@ -9549,7 +9549,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.list({ @@ -9698,7 +9698,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.patch({ @@ -9858,7 +9858,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.setIamPolicy( @@ -10006,7 +10006,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.testIamPermissions( @@ -10301,7 +10301,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.capabilities( @@ -10437,7 +10437,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -10598,7 +10598,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -10744,7 +10744,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.conditionalDelete( @@ -10883,7 +10883,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.conditionalPatch( @@ -11037,7 +11037,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.conditionalUpdate( @@ -11192,7 +11192,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.create( @@ -11347,7 +11347,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.delete( @@ -11480,7 +11480,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.executeBundle( @@ -11627,7 +11627,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.history( @@ -11794,7 +11794,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -11929,7 +11929,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.patch( @@ -12073,7 +12073,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -12229,7 +12229,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.read( @@ -12362,7 +12362,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = @@ -12494,7 +12494,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.search( @@ -12639,7 +12639,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.update( @@ -12783,7 +12783,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.fhirStores.fhir.vread( @@ -13173,7 +13173,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.create({ @@ -13327,7 +13327,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.delete({ @@ -13454,7 +13454,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.get({ @@ -13588,7 +13588,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.getIamPolicy( @@ -13740,7 +13740,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.list({ @@ -13889,7 +13889,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.patch({ @@ -14043,7 +14043,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.setIamPolicy( @@ -14191,7 +14191,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.testIamPermissions( @@ -14450,7 +14450,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.create( @@ -14602,7 +14602,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.delete( @@ -14731,7 +14731,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.get( @@ -14875,7 +14875,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.ingest( @@ -15024,7 +15024,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.list( @@ -15209,7 +15209,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.hl7V2Stores.messages.patch( @@ -15467,7 +15467,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.operations.cancel({ @@ -15604,7 +15604,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.operations.get({ @@ -15737,7 +15737,7 @@ export namespace healthcare_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await healthcare.projects.locations.datasets.operations.list({ diff --git a/src/apis/homegraph/v1.ts b/src/apis/homegraph/v1.ts index 23f4c78839..83a6244c12 100644 --- a/src/apis/homegraph/v1.ts +++ b/src/apis/homegraph/v1.ts @@ -445,7 +445,7 @@ export namespace homegraph_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await homegraph.agentUsers.delete({ @@ -593,7 +593,7 @@ export namespace homegraph_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await homegraph.devices.query({ @@ -728,7 +728,7 @@ export namespace homegraph_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await homegraph.devices.reportStateAndNotification({ @@ -877,7 +877,7 @@ export namespace homegraph_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await homegraph.devices.requestSync({ @@ -1019,7 +1019,7 @@ export namespace homegraph_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await homegraph.devices.sync({ diff --git a/src/apis/iam/v1.ts b/src/apis/iam/v1.ts index b84b1afdd8..e5290b10f0 100644 --- a/src/apis/iam/v1.ts +++ b/src/apis/iam/v1.ts @@ -795,7 +795,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.iamPolicies.lintPolicy({ @@ -935,7 +935,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.iamPolicies.queryAuditableServices({ @@ -1111,7 +1111,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.organizations.roles.create({ @@ -1277,7 +1277,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.organizations.roles.delete({ @@ -1433,7 +1433,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.organizations.roles.get({ @@ -1593,7 +1593,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.organizations.roles.list({ @@ -1769,7 +1769,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.organizations.roles.patch({ @@ -1940,7 +1940,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.organizations.roles.undelete({ @@ -2194,7 +2194,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.permissions.queryTestablePermissions({ @@ -2370,7 +2370,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.roles.create({ @@ -2536,7 +2536,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.roles.delete({ @@ -2692,7 +2692,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.roles.get({ @@ -2852,7 +2852,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.roles.list({ @@ -3028,7 +3028,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.roles.patch({ @@ -3199,7 +3199,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.roles.undelete({ @@ -3455,7 +3455,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.create({ @@ -3605,7 +3605,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.delete({ @@ -3735,7 +3735,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.disable({ @@ -3875,7 +3875,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.enable({ @@ -4012,7 +4012,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.get({ @@ -4152,7 +4152,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.getIamPolicy({ @@ -4301,7 +4301,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.list({ @@ -4451,7 +4451,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.patch({ @@ -4605,7 +4605,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.setIamPolicy({ @@ -4750,7 +4750,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.signBlob({ @@ -4895,7 +4895,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.signJwt({ @@ -5040,7 +5040,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.testIamPermissions({ @@ -5188,7 +5188,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.undelete({ @@ -5338,7 +5338,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.update({ @@ -5667,7 +5667,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.keys.create({ @@ -5820,7 +5820,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.keys.delete({ @@ -5950,7 +5950,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.keys.get({ @@ -6098,7 +6098,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.keys.list({ @@ -6245,7 +6245,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.projects.serviceAccounts.keys.upload({ @@ -6461,7 +6461,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.roles.get({ @@ -6620,7 +6620,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.roles.list({ @@ -6792,7 +6792,7 @@ export namespace iam_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iam.roles.queryGrantableRoles({ diff --git a/src/apis/iamcredentials/v1.ts b/src/apis/iamcredentials/v1.ts index cc7294d456..f240ae8bbd 100644 --- a/src/apis/iamcredentials/v1.ts +++ b/src/apis/iamcredentials/v1.ts @@ -252,7 +252,7 @@ export namespace iamcredentials_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iamcredentials.projects.serviceAccounts.generateAccessToken( @@ -408,7 +408,7 @@ export namespace iamcredentials_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iamcredentials.projects.serviceAccounts.generateIdToken({ @@ -561,7 +561,7 @@ export namespace iamcredentials_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iamcredentials.projects.serviceAccounts.signBlob({ @@ -707,7 +707,7 @@ export namespace iamcredentials_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iamcredentials.projects.serviceAccounts.signJwt({ diff --git a/src/apis/iap/v1.ts b/src/apis/iap/v1.ts index 84652e9fb0..636da71bde 100644 --- a/src/apis/iap/v1.ts +++ b/src/apis/iap/v1.ts @@ -498,7 +498,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.projects.brands.create({ @@ -645,7 +645,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.projects.brands.get({ @@ -777,7 +777,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.projects.brands.list({ @@ -946,7 +946,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.projects.brands.identityAwareProxyClients.create({ @@ -1100,7 +1100,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.projects.brands.identityAwareProxyClients.delete({ @@ -1229,7 +1229,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.projects.brands.identityAwareProxyClients.get({ @@ -1367,7 +1367,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.projects.brands.identityAwareProxyClients.list({ @@ -1529,7 +1529,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.projects.brands.identityAwareProxyClients.resetSecret({ @@ -1740,7 +1740,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.getIamPolicy({ @@ -1882,7 +1882,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.getIapSettings({ @@ -2017,7 +2017,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.setIamPolicy({ @@ -2159,7 +2159,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.testIamPermissions({ @@ -2307,7 +2307,7 @@ export namespace iap_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.updateIapSettings({ diff --git a/src/apis/iap/v1beta1.ts b/src/apis/iap/v1beta1.ts index fc42936ef8..388610a6d4 100644 --- a/src/apis/iap/v1beta1.ts +++ b/src/apis/iap/v1beta1.ts @@ -257,7 +257,7 @@ export namespace iap_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.getIamPolicy({ @@ -400,7 +400,7 @@ export namespace iap_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.setIamPolicy({ @@ -543,7 +543,7 @@ export namespace iap_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await iap.testIamPermissions({ diff --git a/src/apis/identitytoolkit/v3.ts b/src/apis/identitytoolkit/v3.ts index af424ed1be..a44e3eacf6 100644 --- a/src/apis/identitytoolkit/v3.ts +++ b/src/apis/identitytoolkit/v3.ts @@ -1566,7 +1566,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.createAuthUri({ @@ -1731,7 +1731,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.deleteAccount({ @@ -1878,7 +1878,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.downloadAccount({ @@ -2025,7 +2025,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.emailLinkSignin({ @@ -2175,7 +2175,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.getAccountInfo({ @@ -2322,7 +2322,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.getOobConfirmationCode({ @@ -2483,7 +2483,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.getProjectConfig({ @@ -2653,7 +2653,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.getPublicKeys({}); @@ -2799,7 +2799,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.getRecaptchaParam({}); @@ -2934,7 +2934,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.resetPassword({ @@ -3082,7 +3082,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.sendVerificationCode({ @@ -3246,7 +3246,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.setAccountInfo({ @@ -3421,7 +3421,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.setProjectConfig({ @@ -3592,7 +3592,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.signOutUser({ @@ -3751,7 +3751,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.signupNewUser({ @@ -3915,7 +3915,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.uploadAccount({ @@ -4071,7 +4071,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.verifyAssertion({ @@ -4263,7 +4263,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.verifyCustomToken({ @@ -4412,7 +4412,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.verifyPassword({ @@ -4575,7 +4575,7 @@ export namespace identitytoolkit_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await identitytoolkit.relyingparty.verifyPhoneNumber({ diff --git a/src/apis/indexing/v3.ts b/src/apis/indexing/v3.ts index b3f2fae1c1..b0078d5a71 100644 --- a/src/apis/indexing/v3.ts +++ b/src/apis/indexing/v3.ts @@ -200,7 +200,7 @@ export namespace indexing_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await indexing.urlNotifications.getMetadata({ @@ -340,7 +340,7 @@ export namespace indexing_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await indexing.urlNotifications.publish({ diff --git a/src/apis/jobs/v2.ts b/src/apis/jobs/v2.ts index e6a869afef..01e04aabc9 100644 --- a/src/apis/jobs/v2.ts +++ b/src/apis/jobs/v2.ts @@ -1621,7 +1621,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.companies.create({ @@ -1790,7 +1790,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.companies.delete({ @@ -1919,7 +1919,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.companies.get({ @@ -2067,7 +2067,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.companies.list({ @@ -2216,7 +2216,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.companies.patch({ @@ -2471,7 +2471,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.companies.jobs.list({ @@ -2684,7 +2684,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.batchDelete({ @@ -2820,7 +2820,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.create({ @@ -2994,7 +2994,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.delete({ @@ -3131,7 +3131,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.deleteByFilter({ @@ -3269,7 +3269,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.get({ @@ -3436,7 +3436,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.histogram({ @@ -3583,7 +3583,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.list({ @@ -3746,7 +3746,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.patch({ @@ -3929,7 +3929,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.search({ @@ -4090,7 +4090,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.jobs.searchForAlert({ @@ -4348,7 +4348,7 @@ export namespace jobs_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.complete({ diff --git a/src/apis/jobs/v3.ts b/src/apis/jobs/v3.ts index d03754598d..5295ead572 100644 --- a/src/apis/jobs/v3.ts +++ b/src/apis/jobs/v3.ts @@ -1339,7 +1339,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.complete({ @@ -1591,7 +1591,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.clientEvents.create({ @@ -1759,7 +1759,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.create({ @@ -1917,7 +1917,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.delete({ @@ -2049,7 +2049,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.get({ @@ -2195,7 +2195,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.list({ @@ -2354,7 +2354,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.patch({ @@ -2578,7 +2578,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.batchDelete({ @@ -2722,7 +2722,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.create({ @@ -2894,7 +2894,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.delete({ @@ -3026,7 +3026,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.get({ @@ -3189,7 +3189,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.list({ @@ -3357,7 +3357,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.patch({ @@ -3536,7 +3536,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.search({ @@ -3705,7 +3705,7 @@ export namespace jobs_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.searchForAlert({ diff --git a/src/apis/jobs/v3p1beta1.ts b/src/apis/jobs/v3p1beta1.ts index 472ab68c81..0efdb909f7 100644 --- a/src/apis/jobs/v3p1beta1.ts +++ b/src/apis/jobs/v3p1beta1.ts @@ -1434,7 +1434,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.complete({ @@ -1686,7 +1686,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.clientEvents.create({ @@ -1854,7 +1854,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.create({ @@ -2012,7 +2012,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.delete({ @@ -2144,7 +2144,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.get({ @@ -2290,7 +2290,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.list({ @@ -2449,7 +2449,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.companies.patch({ @@ -2673,7 +2673,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.batchDelete({ @@ -2817,7 +2817,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.create({ @@ -2992,7 +2992,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.delete({ @@ -3124,7 +3124,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.get({ @@ -3287,7 +3287,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.list({ @@ -3458,7 +3458,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.patch({ @@ -3637,7 +3637,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.search({ @@ -3809,7 +3809,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.jobs.searchForAlert({ @@ -4088,7 +4088,7 @@ export namespace jobs_v3p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await jobs.projects.operations.get({ diff --git a/src/apis/kgsearch/v1.ts b/src/apis/kgsearch/v1.ts index 3dade52f71..900611ced2 100644 --- a/src/apis/kgsearch/v1.ts +++ b/src/apis/kgsearch/v1.ts @@ -174,7 +174,7 @@ export namespace kgsearch_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await kgsearch.entities.search({ diff --git a/src/apis/language/v1.ts b/src/apis/language/v1.ts index ccdcdba882..980957dca9 100644 --- a/src/apis/language/v1.ts +++ b/src/apis/language/v1.ts @@ -584,7 +584,7 @@ export namespace language_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeEntities({ @@ -732,7 +732,7 @@ export namespace language_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeEntitySentiment({ @@ -882,7 +882,7 @@ export namespace language_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeSentiment({ @@ -1031,7 +1031,7 @@ export namespace language_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeSyntax({ @@ -1180,7 +1180,7 @@ export namespace language_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.annotateText({ @@ -1333,7 +1333,7 @@ export namespace language_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.classifyText({ diff --git a/src/apis/language/v1beta1.ts b/src/apis/language/v1beta1.ts index 4bc9b85096..a79bf42c18 100644 --- a/src/apis/language/v1beta1.ts +++ b/src/apis/language/v1beta1.ts @@ -511,7 +511,7 @@ export namespace language_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeEntities({ @@ -659,7 +659,7 @@ export namespace language_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeSentiment({ @@ -808,7 +808,7 @@ export namespace language_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeSyntax({ @@ -957,7 +957,7 @@ export namespace language_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.annotateText({ diff --git a/src/apis/language/v1beta2.ts b/src/apis/language/v1beta2.ts index 26badf3271..367862ff51 100644 --- a/src/apis/language/v1beta2.ts +++ b/src/apis/language/v1beta2.ts @@ -592,7 +592,7 @@ export namespace language_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeEntities({ @@ -740,7 +740,7 @@ export namespace language_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeEntitySentiment({ @@ -889,7 +889,7 @@ export namespace language_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeSentiment({ @@ -1038,7 +1038,7 @@ export namespace language_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.analyzeSyntax({ @@ -1187,7 +1187,7 @@ export namespace language_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.annotateText({ @@ -1340,7 +1340,7 @@ export namespace language_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.documents.classifyText({ diff --git a/src/apis/libraryagent/v1.ts b/src/apis/libraryagent/v1.ts index 46e8e72eef..efd1265221 100644 --- a/src/apis/libraryagent/v1.ts +++ b/src/apis/libraryagent/v1.ts @@ -219,7 +219,7 @@ export namespace libraryagent_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await libraryagent.shelves.get({ @@ -356,7 +356,7 @@ export namespace libraryagent_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await libraryagent.shelves.list({ @@ -538,7 +538,7 @@ export namespace libraryagent_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await libraryagent.shelves.books.borrow({ @@ -678,7 +678,7 @@ export namespace libraryagent_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await libraryagent.shelves.books.get({ @@ -818,7 +818,7 @@ export namespace libraryagent_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await libraryagent.shelves.books.list({ @@ -983,7 +983,7 @@ export namespace libraryagent_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await libraryagent.shelves.books.return({ diff --git a/src/apis/licensing/v1.ts b/src/apis/licensing/v1.ts index 522dded594..1e04186d1e 100644 --- a/src/apis/licensing/v1.ts +++ b/src/apis/licensing/v1.ts @@ -208,7 +208,7 @@ export namespace licensing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await licensing.licenseAssignments.delete({ @@ -340,7 +340,7 @@ export namespace licensing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await licensing.licenseAssignments.get({ @@ -489,7 +489,7 @@ export namespace licensing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await licensing.licenseAssignments.insert({ @@ -642,7 +642,7 @@ export namespace licensing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await licensing.licenseAssignments.listForProduct({ @@ -792,7 +792,7 @@ export namespace licensing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await licensing.licenseAssignments.listForProductAndSku({ @@ -946,7 +946,7 @@ export namespace licensing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await licensing.licenseAssignments.patch({ @@ -1111,7 +1111,7 @@ export namespace licensing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await licensing.licenseAssignments.update({ diff --git a/src/apis/lifesciences/v2beta.ts b/src/apis/lifesciences/v2beta.ts index 74eaa064bb..b9700833d9 100644 --- a/src/apis/lifesciences/v2beta.ts +++ b/src/apis/lifesciences/v2beta.ts @@ -764,7 +764,7 @@ export namespace lifesciences_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await lifesciences.projects.locations.get({ @@ -896,7 +896,7 @@ export namespace lifesciences_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await lifesciences.projects.locations.list({ @@ -1076,7 +1076,7 @@ export namespace lifesciences_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await lifesciences.projects.locations.operations.cancel({ @@ -1212,7 +1212,7 @@ export namespace lifesciences_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await lifesciences.projects.locations.operations.get({ @@ -1344,7 +1344,7 @@ export namespace lifesciences_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await lifesciences.projects.locations.operations.list({ @@ -1547,7 +1547,7 @@ export namespace lifesciences_v2beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await lifesciences.projects.locations.pipelines.run({ diff --git a/src/apis/logging/v2.ts b/src/apis/logging/v2.ts index 1234b5e734..59415ab390 100644 --- a/src/apis/logging/v2.ts +++ b/src/apis/logging/v2.ts @@ -1102,7 +1102,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.buckets.get({ @@ -1258,7 +1258,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.exclusions.create({ @@ -1416,7 +1416,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.exclusions.delete({ @@ -1552,7 +1552,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.exclusions.get({ @@ -1695,7 +1695,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.exclusions.list({ @@ -1846,7 +1846,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.exclusions.patch({ @@ -2082,7 +2082,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.locations.buckets.list({ @@ -2231,7 +2231,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.locations.buckets.patch({ @@ -2429,7 +2429,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.logs.delete({ @@ -2565,7 +2565,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.logs.list({ @@ -2738,7 +2738,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.sinks.create({ @@ -2909,7 +2909,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.sinks.delete({ @@ -3045,7 +3045,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.sinks.get({ @@ -3193,7 +3193,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.sinks.list({ @@ -3342,7 +3342,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.sinks.patch({ @@ -3516,7 +3516,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.billingAccounts.sinks.update({ @@ -3785,7 +3785,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.entries.list({ @@ -3932,7 +3932,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.entries.write({ @@ -4095,7 +4095,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.exclusions.create({ @@ -4253,7 +4253,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.exclusions.delete({ @@ -4389,7 +4389,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.exclusions.get({ @@ -4531,7 +4531,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.exclusions.list({ @@ -4681,7 +4681,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.exclusions.patch({ @@ -4915,7 +4915,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.exclusions.create({ @@ -5073,7 +5073,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.exclusions.delete({ @@ -5209,7 +5209,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.exclusions.get({ @@ -5352,7 +5352,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.exclusions.list({ @@ -5503,7 +5503,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.exclusions.patch({ @@ -5737,7 +5737,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.locations.buckets.get({ @@ -5880,7 +5880,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.locations.buckets.list({ @@ -6029,7 +6029,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.locations.buckets.patch({ @@ -6233,7 +6233,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.logs.delete({ @@ -6369,7 +6369,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.logs.list({ @@ -6542,7 +6542,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.sinks.create({ @@ -6713,7 +6713,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.sinks.delete({ @@ -6849,7 +6849,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.sinks.get({ @@ -6997,7 +6997,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.sinks.list({ @@ -7146,7 +7146,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.sinks.patch({ @@ -7320,7 +7320,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.folders.sinks.update({ @@ -7598,7 +7598,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.locations.buckets.get({ @@ -7741,7 +7741,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.locations.buckets.list({ @@ -7890,7 +7890,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.locations.buckets.patch({ @@ -8094,7 +8094,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.logs.delete({ @@ -8229,7 +8229,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.logs.list({ @@ -8401,7 +8401,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.monitoredResourceDescriptors.list({ @@ -8583,7 +8583,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.getCmekSettings({ @@ -8724,7 +8724,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.updateCmekSettings({ @@ -8912,7 +8912,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.exclusions.create({ @@ -9070,7 +9070,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.exclusions.delete({ @@ -9206,7 +9206,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.exclusions.get({ @@ -9349,7 +9349,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.exclusions.list({ @@ -9500,7 +9500,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.exclusions.patch({ @@ -9734,7 +9734,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.locations.buckets.get({ @@ -9878,7 +9878,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.locations.buckets.list({ @@ -10027,7 +10027,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.locations.buckets.patch({ @@ -10232,7 +10232,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.logs.delete({ @@ -10368,7 +10368,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.logs.list({ @@ -10541,7 +10541,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.sinks.create({ @@ -10712,7 +10712,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.sinks.delete({ @@ -10848,7 +10848,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.sinks.get({ @@ -10996,7 +10996,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.sinks.list({ @@ -11145,7 +11145,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.sinks.patch({ @@ -11319,7 +11319,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.organizations.sinks.update({ @@ -11603,7 +11603,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.exclusions.create({ @@ -11761,7 +11761,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.exclusions.delete({ @@ -11897,7 +11897,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.exclusions.get({ @@ -12040,7 +12040,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.exclusions.list({ @@ -12191,7 +12191,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.exclusions.patch({ @@ -12425,7 +12425,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.locations.buckets.get({ @@ -12568,7 +12568,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.locations.buckets.list({ @@ -12717,7 +12717,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.locations.buckets.patch({ @@ -12921,7 +12921,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.logs.delete({ @@ -13057,7 +13057,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.logs.list({ @@ -13231,7 +13231,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.metrics.create({ @@ -13395,7 +13395,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.metrics.delete({ @@ -13528,7 +13528,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.metrics.get({ @@ -13672,7 +13672,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.metrics.list({ @@ -13821,7 +13821,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.metrics.update({ @@ -14042,7 +14042,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.sinks.create({ @@ -14213,7 +14213,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.sinks.delete({ @@ -14349,7 +14349,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.sinks.get({ @@ -14497,7 +14497,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.sinks.list({ @@ -14646,7 +14646,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.sinks.patch({ @@ -14820,7 +14820,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.projects.sinks.update({ @@ -15087,7 +15087,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.sinks.create({ @@ -15257,7 +15257,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.sinks.delete({ @@ -15392,7 +15392,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.sinks.get({ @@ -15539,7 +15539,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.sinks.list({ @@ -15687,7 +15687,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.sinks.update({ @@ -15930,7 +15930,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.getCmekSettings({ @@ -16071,7 +16071,7 @@ export namespace logging_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await logging.updateCmekSettings({ diff --git a/src/apis/managedidentities/v1.ts b/src/apis/managedidentities/v1.ts index 7b924a66c4..c6e6155ceb 100644 --- a/src/apis/managedidentities/v1.ts +++ b/src/apis/managedidentities/v1.ts @@ -811,7 +811,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.get({ @@ -944,7 +944,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.list({ @@ -1148,7 +1148,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.attachTrust( @@ -1296,7 +1296,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.create({ @@ -1467,7 +1467,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.delete({ @@ -1601,7 +1601,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.detachTrust( @@ -1749,7 +1749,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.get({ @@ -1890,7 +1890,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.getIamPolicy( @@ -2037,7 +2037,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.list({ @@ -2197,7 +2197,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.patch({ @@ -2359,7 +2359,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.reconfigureTrust( @@ -2508,7 +2508,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.resetAdminPassword( @@ -2657,7 +2657,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.setIamPolicy( @@ -2803,7 +2803,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.testIamPermissions( @@ -2954,7 +2954,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.validateTrust( @@ -3274,7 +3274,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.cancel( @@ -3410,7 +3410,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.delete( @@ -3539,7 +3539,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.get({ @@ -3672,7 +3672,7 @@ export namespace managedidentities_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.list( diff --git a/src/apis/managedidentities/v1alpha1.ts b/src/apis/managedidentities/v1alpha1.ts index 5c207fe2a9..b6f2e795cd 100644 --- a/src/apis/managedidentities/v1alpha1.ts +++ b/src/apis/managedidentities/v1alpha1.ts @@ -783,7 +783,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.get({ @@ -916,7 +916,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.list({ @@ -1120,7 +1120,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.attachTrust( @@ -1268,7 +1268,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.create({ @@ -1439,7 +1439,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.delete({ @@ -1573,7 +1573,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.detachTrust( @@ -1721,7 +1721,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.get({ @@ -1862,7 +1862,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.getIamPolicy( @@ -2009,7 +2009,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.list({ @@ -2165,7 +2165,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.patch({ @@ -2328,7 +2328,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.reconfigureTrust( @@ -2476,7 +2476,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.resetAdminPassword( @@ -2625,7 +2625,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.setIamPolicy( @@ -2771,7 +2771,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.testIamPermissions( @@ -2922,7 +2922,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.validateTrust( @@ -3242,7 +3242,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.cancel( @@ -3381,7 +3381,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.delete( @@ -3510,7 +3510,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.get({ @@ -3643,7 +3643,7 @@ export namespace managedidentities_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.list( diff --git a/src/apis/managedidentities/v1beta1.ts b/src/apis/managedidentities/v1beta1.ts index daee9dd0dd..5ace9a7d64 100644 --- a/src/apis/managedidentities/v1beta1.ts +++ b/src/apis/managedidentities/v1beta1.ts @@ -811,7 +811,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.get({ @@ -944,7 +944,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.list({ @@ -1148,7 +1148,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.attachTrust( @@ -1296,7 +1296,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.create({ @@ -1465,7 +1465,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.delete({ @@ -1599,7 +1599,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.detachTrust( @@ -1747,7 +1747,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.get({ @@ -1888,7 +1888,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.getIamPolicy( @@ -2035,7 +2035,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.list({ @@ -2195,7 +2195,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.patch({ @@ -2357,7 +2357,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.reconfigureTrust( @@ -2506,7 +2506,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.resetAdminPassword( @@ -2655,7 +2655,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.setIamPolicy( @@ -2801,7 +2801,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.testIamPermissions( @@ -2952,7 +2952,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.domains.validateTrust( @@ -3272,7 +3272,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.cancel( @@ -3411,7 +3411,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.delete( @@ -3540,7 +3540,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.get({ @@ -3673,7 +3673,7 @@ export namespace managedidentities_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await managedidentities.projects.locations.global.operations.list( diff --git a/src/apis/manufacturers/v1.ts b/src/apis/manufacturers/v1.ts index c81edc4d1a..7bf897ce72 100644 --- a/src/apis/manufacturers/v1.ts +++ b/src/apis/manufacturers/v1.ts @@ -506,7 +506,7 @@ export namespace manufacturers_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await manufacturers.accounts.products.delete({ @@ -650,7 +650,7 @@ export namespace manufacturers_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await manufacturers.accounts.products.get({ @@ -807,7 +807,7 @@ export namespace manufacturers_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await manufacturers.accounts.products.list({ @@ -958,7 +958,7 @@ export namespace manufacturers_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await manufacturers.accounts.products.update({ diff --git a/src/apis/memcache/v1beta2.ts b/src/apis/memcache/v1beta2.ts index be9e2e8e18..43c1861ac0 100644 --- a/src/apis/memcache/v1beta2.ts +++ b/src/apis/memcache/v1beta2.ts @@ -781,7 +781,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.get({ @@ -913,7 +913,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.list({ @@ -1093,7 +1093,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.applyParameters({ @@ -1239,7 +1239,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.create({ @@ -1410,7 +1410,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.delete({ @@ -1544,7 +1544,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.get({ @@ -1689,7 +1689,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.getIamPolicy({ @@ -1838,7 +1838,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.list({ @@ -1998,7 +1998,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.patch({ @@ -2165,7 +2165,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.setIamPolicy({ @@ -2310,7 +2310,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.testIamPermissions({ @@ -2458,7 +2458,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.instances.updateParameters({ @@ -2740,7 +2740,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.operations.cancel({ @@ -2876,7 +2876,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.operations.delete({ @@ -3002,7 +3002,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.operations.get({ @@ -3134,7 +3134,7 @@ export namespace memcache_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await memcache.projects.locations.operations.list({ diff --git a/src/apis/ml/v1.ts b/src/apis/ml/v1.ts index e609e50c55..2f4d1a05a8 100644 --- a/src/apis/ml/v1.ts +++ b/src/apis/ml/v1.ts @@ -1590,7 +1590,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.explain({ @@ -1736,7 +1736,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.getConfig({ @@ -1878,7 +1878,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.predict({ @@ -2061,7 +2061,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.jobs.cancel({ @@ -2199,7 +2199,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.jobs.create({ @@ -2366,7 +2366,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.jobs.get({ @@ -2510,7 +2510,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.jobs.getIamPolicy({ @@ -2667,7 +2667,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.jobs.list({ @@ -2829,7 +2829,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.jobs.patch({ @@ -3014,7 +3014,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.jobs.setIamPolicy({ @@ -3164,7 +3164,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.jobs.testIamPermissions({ @@ -3438,7 +3438,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.get({ @@ -3575,7 +3575,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.list({ @@ -3766,7 +3766,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.operations.cancel({ @@ -3897,7 +3897,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.operations.get({ @@ -4064,7 +4064,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.create({ @@ -4222,7 +4222,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.delete({ @@ -4353,7 +4353,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.get({ @@ -4490,7 +4490,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.list({ @@ -4682,7 +4682,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.addMeasurement({ @@ -4839,7 +4839,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.checkEarlyStoppingState( @@ -4993,7 +4993,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.complete({ @@ -5152,7 +5152,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.create({ @@ -5315,7 +5315,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.delete({ @@ -5447,7 +5447,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.get({ @@ -5590,7 +5590,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.list({ @@ -5730,7 +5730,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.stop({ @@ -5880,7 +5880,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.locations.studies.trials.suggest({ @@ -6137,7 +6137,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.create({ @@ -6296,7 +6296,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.delete({ @@ -6440,7 +6440,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.get({ @@ -6580,7 +6580,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.getIamPolicy({ @@ -6737,7 +6737,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.list({ @@ -6894,7 +6894,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.patch({ @@ -7068,7 +7068,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.setIamPolicy({ @@ -7218,7 +7218,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.testIamPermissions({ @@ -7478,7 +7478,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.versions.create({ @@ -7652,7 +7652,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.versions.delete({ @@ -7795,7 +7795,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.versions.get({ @@ -7952,7 +7952,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.versions.list({ @@ -8115,7 +8115,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.versions.patch({ @@ -8306,7 +8306,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.models.versions.setDefault({ @@ -8555,7 +8555,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.operations.cancel({ @@ -8686,7 +8686,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.operations.get({ @@ -8827,7 +8827,7 @@ export namespace ml_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await ml.projects.operations.list({ diff --git a/src/apis/monitoring/v1.ts b/src/apis/monitoring/v1.ts index deb7c46bb0..16b23ab210 100644 --- a/src/apis/monitoring/v1.ts +++ b/src/apis/monitoring/v1.ts @@ -679,7 +679,7 @@ export namespace monitoring_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.dashboards.create({ @@ -835,7 +835,7 @@ export namespace monitoring_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.dashboards.delete({ @@ -967,7 +967,7 @@ export namespace monitoring_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.dashboards.get({ @@ -1106,7 +1106,7 @@ export namespace monitoring_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.dashboards.list({ @@ -1255,7 +1255,7 @@ export namespace monitoring_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.dashboards.patch({ diff --git a/src/apis/monitoring/v3.ts b/src/apis/monitoring/v3.ts index 7d9ed4501a..21c041b9ca 100644 --- a/src/apis/monitoring/v3.ts +++ b/src/apis/monitoring/v3.ts @@ -1933,7 +1933,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.alertPolicies.create({ @@ -2098,7 +2098,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.alertPolicies.delete({ @@ -2230,7 +2230,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.alertPolicies.get({ @@ -2374,7 +2374,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.alertPolicies.list({ @@ -2531,7 +2531,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.alertPolicies.patch({ @@ -2772,7 +2772,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.collectdTimeSeries.create({ @@ -2951,7 +2951,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.groups.create({ @@ -3104,7 +3104,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.groups.delete({ @@ -3239,7 +3239,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.groups.get({ @@ -3377,7 +3377,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.groups.list({ @@ -3535,7 +3535,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.groups.update({ @@ -3774,7 +3774,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.groups.members.list({ @@ -3970,7 +3970,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.metricDescriptors.create({ @@ -4135,7 +4135,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.metricDescriptors.delete({ @@ -4268,7 +4268,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.metricDescriptors.get({ @@ -4413,7 +4413,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.metricDescriptors.list({ @@ -4625,7 +4625,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.monitoredResourceDescriptors.get({ @@ -4772,7 +4772,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.monitoredResourceDescriptors.list({ @@ -4970,7 +4970,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannelDescriptors.get({ @@ -5119,7 +5119,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannelDescriptors.list({ @@ -5314,7 +5314,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannels.create({ @@ -5476,7 +5476,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannels.delete({ @@ -5611,7 +5611,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannels.get({ @@ -5754,7 +5754,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannels.getVerificationCode( @@ -5924,7 +5924,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannels.list({ @@ -6082,7 +6082,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannels.patch({ @@ -6244,7 +6244,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannels.sendVerificationCode( @@ -6385,7 +6385,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.notificationChannels.verify({ @@ -6649,7 +6649,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.timeSeries.create({ @@ -6793,7 +6793,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.timeSeries.list({ @@ -6973,7 +6973,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.timeSeries.query({ @@ -7211,7 +7211,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.uptimeCheckConfigs.create({ @@ -7381,7 +7381,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.uptimeCheckConfigs.delete({ @@ -7513,7 +7513,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.uptimeCheckConfigs.get({ @@ -7661,7 +7661,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.uptimeCheckConfigs.list({ @@ -7814,7 +7814,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.projects.uptimeCheckConfigs.patch({ @@ -8053,7 +8053,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.create({ @@ -8214,7 +8214,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.delete({ @@ -8345,7 +8345,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.get({ @@ -8485,7 +8485,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.list({ @@ -8644,7 +8644,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.patch({ @@ -8870,7 +8870,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.serviceLevelObjectives.create({ @@ -9033,7 +9033,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.serviceLevelObjectives.delete({ @@ -9166,7 +9166,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.serviceLevelObjectives.get({ @@ -9314,7 +9314,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.serviceLevelObjectives.list({ @@ -9473,7 +9473,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.services.serviceLevelObjectives.patch({ @@ -9716,7 +9716,7 @@ export namespace monitoring_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await monitoring.uptimeCheckIps.list({ diff --git a/src/apis/networkmanagement/v1.ts b/src/apis/networkmanagement/v1.ts index 93dd1be510..5bdea919bc 100644 --- a/src/apis/networkmanagement/v1.ts +++ b/src/apis/networkmanagement/v1.ts @@ -994,7 +994,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.get({ @@ -1127,7 +1127,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.list({ @@ -1323,7 +1323,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.create( @@ -1491,7 +1491,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.delete( @@ -1628,7 +1628,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.get( @@ -1771,7 +1771,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.getIamPolicy( @@ -1924,7 +1924,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.list( @@ -2099,7 +2099,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.patch( @@ -2259,7 +2259,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.rerun( @@ -2403,7 +2403,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.setIamPolicy( @@ -2552,7 +2552,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.testIamPermissions( @@ -2828,7 +2828,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.operations.cancel( @@ -2964,7 +2964,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.operations.delete( @@ -3093,7 +3093,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.operations.get({ @@ -3226,7 +3226,7 @@ export namespace networkmanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.operations.list( diff --git a/src/apis/networkmanagement/v1beta1.ts b/src/apis/networkmanagement/v1beta1.ts index dff21b3f3d..5476f038f2 100644 --- a/src/apis/networkmanagement/v1beta1.ts +++ b/src/apis/networkmanagement/v1beta1.ts @@ -994,7 +994,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.get({ @@ -1127,7 +1127,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.list({ @@ -1323,7 +1323,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.create( @@ -1491,7 +1491,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.delete( @@ -1628,7 +1628,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.get( @@ -1771,7 +1771,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.getIamPolicy( @@ -1924,7 +1924,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.list( @@ -2099,7 +2099,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.patch( @@ -2259,7 +2259,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.rerun( @@ -2406,7 +2406,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.setIamPolicy( @@ -2555,7 +2555,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.connectivityTests.testIamPermissions( @@ -2831,7 +2831,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.operations.cancel( @@ -2970,7 +2970,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.operations.delete( @@ -3099,7 +3099,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.operations.get({ @@ -3232,7 +3232,7 @@ export namespace networkmanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await networkmanagement.projects.locations.global.operations.list( diff --git a/src/apis/oauth2/v2.ts b/src/apis/oauth2/v2.ts index 5a1cf1807b..4954d896a2 100644 --- a/src/apis/oauth2/v2.ts +++ b/src/apis/oauth2/v2.ts @@ -132,7 +132,7 @@ export namespace oauth2_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oauth2.tokeninfo({ @@ -370,7 +370,7 @@ export namespace oauth2_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oauth2.userinfo.get({}); @@ -527,7 +527,7 @@ export namespace oauth2_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oauth2.userinfo.v2.me.get({}); diff --git a/src/apis/osconfig/v1.ts b/src/apis/osconfig/v1.ts index 76f3c95bad..96bd1ee09c 100644 --- a/src/apis/osconfig/v1.ts +++ b/src/apis/osconfig/v1.ts @@ -771,7 +771,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchDeployments.create({ @@ -938,7 +938,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchDeployments.delete({ @@ -1065,7 +1065,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchDeployments.get({ @@ -1203,7 +1203,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchDeployments.list({ @@ -1408,7 +1408,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.cancel({ @@ -1556,7 +1556,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.execute({ @@ -1714,7 +1714,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.get({ @@ -1855,7 +1855,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.list({ @@ -2062,7 +2062,7 @@ export namespace osconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.instanceDetails.list({ diff --git a/src/apis/osconfig/v1beta.ts b/src/apis/osconfig/v1beta.ts index 8ed0daed35..a6f7ed0b22 100644 --- a/src/apis/osconfig/v1beta.ts +++ b/src/apis/osconfig/v1beta.ts @@ -1295,7 +1295,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.guestPolicies.create({ @@ -1462,7 +1462,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.guestPolicies.delete({ @@ -1589,7 +1589,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.guestPolicies.get({ @@ -1726,7 +1726,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.guestPolicies.list({ @@ -1873,7 +1873,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.guestPolicies.patch({ @@ -2101,7 +2101,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchDeployments.create({ @@ -2268,7 +2268,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchDeployments.delete({ @@ -2395,7 +2395,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchDeployments.get({ @@ -2533,7 +2533,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchDeployments.list({ @@ -2738,7 +2738,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.cancel({ @@ -2889,7 +2889,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.execute({ @@ -3047,7 +3047,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.get({ @@ -3188,7 +3188,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.list({ @@ -3395,7 +3395,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.patchJobs.instanceDetails.list({ @@ -3584,7 +3584,7 @@ export namespace osconfig_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await osconfig.projects.zones.instances.lookupEffectiveGuestPolicy( diff --git a/src/apis/oslogin/v1.ts b/src/apis/oslogin/v1.ts index c4fbc3ea30..7e59acd7b6 100644 --- a/src/apis/oslogin/v1.ts +++ b/src/apis/oslogin/v1.ts @@ -264,7 +264,7 @@ export namespace oslogin_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.getLoginProfile({ @@ -406,7 +406,7 @@ export namespace oslogin_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.importSshPublicKey({ @@ -601,7 +601,7 @@ export namespace oslogin_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.projects.delete({ @@ -747,7 +747,7 @@ export namespace oslogin_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.delete({ @@ -878,7 +878,7 @@ export namespace oslogin_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.get({ @@ -1014,7 +1014,7 @@ export namespace oslogin_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.patch({ diff --git a/src/apis/oslogin/v1alpha.ts b/src/apis/oslogin/v1alpha.ts index 6b47e0a744..39bcd0a4c7 100644 --- a/src/apis/oslogin/v1alpha.ts +++ b/src/apis/oslogin/v1alpha.ts @@ -266,7 +266,7 @@ export namespace oslogin_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.getLoginProfile({ @@ -411,7 +411,7 @@ export namespace oslogin_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.importSshPublicKey({ @@ -610,7 +610,7 @@ export namespace oslogin_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.projects.delete({ @@ -763,7 +763,7 @@ export namespace oslogin_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.delete({ @@ -894,7 +894,7 @@ export namespace oslogin_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.get({ @@ -1030,7 +1030,7 @@ export namespace oslogin_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.patch({ diff --git a/src/apis/oslogin/v1beta.ts b/src/apis/oslogin/v1beta.ts index a7a88cf70e..f01858cedc 100644 --- a/src/apis/oslogin/v1beta.ts +++ b/src/apis/oslogin/v1beta.ts @@ -266,7 +266,7 @@ export namespace oslogin_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.getLoginProfile({ @@ -408,7 +408,7 @@ export namespace oslogin_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.importSshPublicKey({ @@ -603,7 +603,7 @@ export namespace oslogin_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.projects.delete({ @@ -749,7 +749,7 @@ export namespace oslogin_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.delete({ @@ -880,7 +880,7 @@ export namespace oslogin_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.get({ @@ -1016,7 +1016,7 @@ export namespace oslogin_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await oslogin.users.sshPublicKeys.patch({ diff --git a/src/apis/pagespeedonline/v5.ts b/src/apis/pagespeedonline/v5.ts index 0654b4995a..768f6ba7a7 100644 --- a/src/apis/pagespeedonline/v5.ts +++ b/src/apis/pagespeedonline/v5.ts @@ -631,7 +631,7 @@ export namespace pagespeedonline_v5 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pagespeedonline.pagespeedapi.runpagespeed({ diff --git a/src/apis/people/v1.ts b/src/apis/people/v1.ts index c542b060f3..a73ce8d42b 100644 --- a/src/apis/people/v1.ts +++ b/src/apis/people/v1.ts @@ -1322,7 +1322,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.contactGroups.batchGet({ @@ -1466,7 +1466,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.contactGroups.create({ @@ -1606,7 +1606,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.contactGroups.delete({ @@ -1741,7 +1741,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.contactGroups.get({ @@ -1886,7 +1886,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.contactGroups.list({ @@ -2034,7 +2034,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.contactGroups.update({ @@ -2257,7 +2257,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.contactGroups.members.modify({ @@ -2428,7 +2428,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.otherContacts.copyOtherContactToMyContactsGroup({ @@ -2623,7 +2623,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.people.createContact({ @@ -2821,7 +2821,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.people.deleteContact({ @@ -2950,7 +2950,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.people.deleteContactPhoto({ @@ -3131,7 +3131,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.people.get({ @@ -3346,7 +3346,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.people.getBatchGet({ @@ -3524,7 +3524,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.people.updateContact({ @@ -3754,7 +3754,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.people.updateContactPhoto({ @@ -3995,7 +3995,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.people.connections.list({ @@ -4242,7 +4242,7 @@ export namespace people_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await people.otherContacts({ diff --git a/src/apis/playcustomapp/v1.ts b/src/apis/playcustomapp/v1.ts index c980fc3234..66cf67d2cc 100644 --- a/src/apis/playcustomapp/v1.ts +++ b/src/apis/playcustomapp/v1.ts @@ -163,7 +163,7 @@ export namespace playcustomapp_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await playcustomapp.accounts.customApps.create({ diff --git a/src/apis/plus/v1.ts b/src/apis/plus/v1.ts index 83e19022d4..10894fd6c8 100644 --- a/src/apis/plus/v1.ts +++ b/src/apis/plus/v1.ts @@ -632,7 +632,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.activities.get({ @@ -784,7 +784,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.activities.list({ @@ -933,7 +933,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.activities.search({ @@ -1142,7 +1142,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.comments.get({ @@ -1285,7 +1285,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.comments.list({ @@ -1467,7 +1467,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.people.get({ @@ -1629,7 +1629,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.people.list({ @@ -1779,7 +1779,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.people.listByActivity({ @@ -1927,7 +1927,7 @@ export namespace plus_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await plus.people.search({ diff --git a/src/apis/policytroubleshooter/v1.ts b/src/apis/policytroubleshooter/v1.ts index fe55161118..7e32834323 100644 --- a/src/apis/policytroubleshooter/v1.ts +++ b/src/apis/policytroubleshooter/v1.ts @@ -356,7 +356,7 @@ export namespace policytroubleshooter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await policytroubleshooter.iam.troubleshoot({ diff --git a/src/apis/policytroubleshooter/v1beta.ts b/src/apis/policytroubleshooter/v1beta.ts index 22e6399be7..dfb8231097 100644 --- a/src/apis/policytroubleshooter/v1beta.ts +++ b/src/apis/policytroubleshooter/v1beta.ts @@ -356,7 +356,7 @@ export namespace policytroubleshooter_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await policytroubleshooter.iam.troubleshoot({ diff --git a/src/apis/poly/v1.ts b/src/apis/poly/v1.ts index cb87b5df18..76ef3b280b 100644 --- a/src/apis/poly/v1.ts +++ b/src/apis/poly/v1.ts @@ -462,7 +462,7 @@ export namespace poly_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await poly.assets.get({ @@ -602,7 +602,7 @@ export namespace poly_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await poly.assets.list({ @@ -829,7 +829,7 @@ export namespace poly_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await poly.users.assets.list({ @@ -1026,7 +1026,7 @@ export namespace poly_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await poly.users.likedassets.list({ diff --git a/src/apis/prod_tt_sasportal/v1alpha1.ts b/src/apis/prod_tt_sasportal/v1alpha1.ts index ce3c6c8d68..144c01b958 100644 --- a/src/apis/prod_tt_sasportal/v1alpha1.ts +++ b/src/apis/prod_tt_sasportal/v1alpha1.ts @@ -695,7 +695,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.get({ @@ -828,7 +828,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.list({ @@ -974,7 +974,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.patch({ @@ -1160,7 +1160,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.bulk({ @@ -1310,7 +1310,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.create({ @@ -1465,7 +1465,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.createSigned({ @@ -1614,7 +1614,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.delete({ @@ -1741,7 +1741,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.get({ @@ -1877,7 +1877,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.list({ @@ -2033,7 +2033,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.move({ @@ -2181,7 +2181,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.patch({ @@ -2336,7 +2336,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.signDevice({ @@ -2475,7 +2475,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.devices.updateSigned({ @@ -2755,7 +2755,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.nodes.create({ @@ -2900,7 +2900,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.nodes.delete({ @@ -3027,7 +3027,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.nodes.get({ @@ -3158,7 +3158,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.nodes.list({ @@ -3305,7 +3305,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.nodes.move({ @@ -3454,7 +3454,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.nodes.patch({ @@ -3676,7 +3676,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.nodes.nodes.create({ @@ -3821,7 +3821,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.customers.nodes.nodes.list({ @@ -4003,7 +4003,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.installer.generateSecret({ @@ -4147,7 +4147,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.installer.validate({ @@ -4319,7 +4319,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.get({ @@ -4463,7 +4463,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.bulk({ @@ -4613,7 +4613,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.create({ @@ -4768,7 +4768,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.createSigned({ @@ -4917,7 +4917,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.delete({ @@ -5044,7 +5044,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.get({ @@ -5180,7 +5180,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.list({ @@ -5336,7 +5336,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.move({ @@ -5484,7 +5484,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.patch({ @@ -5639,7 +5639,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.signDevice({ @@ -5778,7 +5778,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.devices.updateSigned({ @@ -6060,7 +6060,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.create({ @@ -6205,7 +6205,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.delete({ @@ -6332,7 +6332,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.get({ @@ -6462,7 +6462,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.list({ @@ -6608,7 +6608,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.move({ @@ -6756,7 +6756,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.patch({ @@ -6975,7 +6975,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.devices.bulk({ @@ -7125,7 +7125,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.devices.create({ @@ -7280,7 +7280,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.devices.createSigned({ @@ -7429,7 +7429,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.devices.list({ @@ -7648,7 +7648,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.nodes.create({ @@ -7793,7 +7793,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.nodes.nodes.nodes.list({ @@ -7975,7 +7975,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.policies.get({ @@ -8112,7 +8112,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.policies.set({ @@ -8250,7 +8250,7 @@ export namespace prod_tt_sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await prod_tt_sasportal.policies.test({ diff --git a/src/apis/pubsub/v1.ts b/src/apis/pubsub/v1.ts index d2df18bc14..d7333d3f48 100644 --- a/src/apis/pubsub/v1.ts +++ b/src/apis/pubsub/v1.ts @@ -651,7 +651,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.snapshots.create({ @@ -800,7 +800,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.snapshots.delete({ @@ -930,7 +930,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.snapshots.get({ @@ -1065,7 +1065,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.snapshots.getIamPolicy({ @@ -1216,7 +1216,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.snapshots.list({ @@ -1365,7 +1365,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.snapshots.patch({ @@ -1509,7 +1509,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.snapshots.setIamPolicy({ @@ -1655,7 +1655,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.snapshots.testIamPermissions({ @@ -1902,7 +1902,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.acknowledge({ @@ -2044,7 +2044,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.create({ @@ -2207,7 +2207,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.delete({ @@ -2340,7 +2340,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.detach({ @@ -2480,7 +2480,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.get({ @@ -2624,7 +2624,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.getIamPolicy({ @@ -2775,7 +2775,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.list({ @@ -2926,7 +2926,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.modifyAckDeadline({ @@ -3069,7 +3069,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.modifyPushConfig({ @@ -3211,7 +3211,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.patch({ @@ -3366,7 +3366,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.pull({ @@ -3511,7 +3511,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.seek({ @@ -3653,7 +3653,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.setIamPolicy({ @@ -3799,7 +3799,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.testIamPermissions({ @@ -4119,7 +4119,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.create({ @@ -4270,7 +4270,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.delete({ @@ -4400,7 +4400,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.get({ @@ -4535,7 +4535,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.getIamPolicy({ @@ -4686,7 +4686,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.list({ @@ -4833,7 +4833,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.patch({ @@ -4982,7 +4982,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.publish({ @@ -5126,7 +5126,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.setIamPolicy({ @@ -5272,7 +5272,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.testIamPermissions({ @@ -5531,7 +5531,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.snapshots.list({ @@ -5705,7 +5705,7 @@ export namespace pubsub_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.subscriptions.list({ diff --git a/src/apis/pubsub/v1beta1a.ts b/src/apis/pubsub/v1beta1a.ts index cefa1e4351..91de2f5b02 100644 --- a/src/apis/pubsub/v1beta1a.ts +++ b/src/apis/pubsub/v1beta1a.ts @@ -424,7 +424,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.acknowledge({ @@ -562,7 +562,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.create({ @@ -707,7 +707,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.delete({ @@ -839,7 +839,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.get({ @@ -976,7 +976,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.list({ @@ -1125,7 +1125,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.modifyAckDeadline({ @@ -1264,7 +1264,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.modifyPushConfig({ @@ -1402,7 +1402,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.pull({ @@ -1543,7 +1543,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.subscriptions.pullBatch({ @@ -1766,7 +1766,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.topics.create({ @@ -1901,7 +1901,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.topics.delete({ @@ -2032,7 +2032,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.topics.get({ @@ -2165,7 +2165,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.topics.list({ @@ -2306,7 +2306,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.topics.publish({ @@ -2443,7 +2443,7 @@ export namespace pubsub_v1beta1a { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.topics.publishBatch({ diff --git a/src/apis/pubsub/v1beta2.ts b/src/apis/pubsub/v1beta2.ts index 4ed9acc051..098f5437bb 100644 --- a/src/apis/pubsub/v1beta2.ts +++ b/src/apis/pubsub/v1beta2.ts @@ -465,7 +465,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.acknowledge({ @@ -606,7 +606,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.create({ @@ -757,7 +757,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.delete({ @@ -889,7 +889,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.get({ @@ -1026,7 +1026,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.getIamPolicy({ @@ -1177,7 +1177,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.list({ @@ -1327,7 +1327,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.modifyAckDeadline({ @@ -1469,7 +1469,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.modifyPushConfig({ @@ -1609,7 +1609,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.pull({ @@ -1753,7 +1753,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.setIamPolicy({ @@ -1899,7 +1899,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.subscriptions.testIamPermissions({ @@ -2186,7 +2186,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.create({ @@ -2331,7 +2331,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.delete({ @@ -2460,7 +2460,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.get({ @@ -2591,7 +2591,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.getIamPolicy({ @@ -2742,7 +2742,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.list({ @@ -2888,7 +2888,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.publish({ @@ -3031,7 +3031,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.setIamPolicy({ @@ -3177,7 +3177,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.testIamPermissions({ @@ -3424,7 +3424,7 @@ export namespace pubsub_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await pubsub.projects.topics.subscriptions.list({ diff --git a/src/apis/recommender/v1.ts b/src/apis/recommender/v1.ts index 2f0652dd0d..805aa55835 100644 --- a/src/apis/recommender/v1.ts +++ b/src/apis/recommender/v1.ts @@ -411,7 +411,7 @@ export namespace recommender_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.get( @@ -565,7 +565,7 @@ export namespace recommender_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.list( @@ -749,7 +749,7 @@ export namespace recommender_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.markClaimed( @@ -916,7 +916,7 @@ export namespace recommender_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.markFailed( @@ -1083,7 +1083,7 @@ export namespace recommender_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.markSucceeded( diff --git a/src/apis/recommender/v1beta1.ts b/src/apis/recommender/v1beta1.ts index 50794adcfd..03b84573da 100644 --- a/src/apis/recommender/v1beta1.ts +++ b/src/apis/recommender/v1beta1.ts @@ -525,7 +525,7 @@ export namespace recommender_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.insightTypes.insights.get({ @@ -679,7 +679,7 @@ export namespace recommender_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.insightTypes.insights.list({ @@ -857,7 +857,7 @@ export namespace recommender_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.insightTypes.insights.markAccepted( @@ -1083,7 +1083,7 @@ export namespace recommender_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.get( @@ -1246,7 +1246,7 @@ export namespace recommender_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.list( @@ -1430,7 +1430,7 @@ export namespace recommender_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.markClaimed( @@ -1606,7 +1606,7 @@ export namespace recommender_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.markFailed( @@ -1782,7 +1782,7 @@ export namespace recommender_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await recommender.projects.locations.recommenders.recommendations.markSucceeded( diff --git a/src/apis/redis/v1.ts b/src/apis/redis/v1.ts index 3f30a02fcf..452483ffa8 100644 --- a/src/apis/redis/v1.ts +++ b/src/apis/redis/v1.ts @@ -487,7 +487,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.get({ @@ -619,7 +619,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.list({ @@ -799,7 +799,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.create({ @@ -973,7 +973,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.delete({ @@ -1107,7 +1107,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.export({ @@ -1250,7 +1250,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.failover({ @@ -1396,7 +1396,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.get({ @@ -1544,7 +1544,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.import({ @@ -1687,7 +1687,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.list({ @@ -1840,7 +1840,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.patch({ @@ -2017,7 +2017,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.upgrade({ @@ -2280,7 +2280,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.operations.cancel({ @@ -2406,7 +2406,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.operations.delete({ @@ -2532,7 +2532,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.operations.get({ @@ -2664,7 +2664,7 @@ export namespace redis_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.operations.list({ diff --git a/src/apis/redis/v1beta1.ts b/src/apis/redis/v1beta1.ts index 0e9f5c13b8..e19bae01e2 100644 --- a/src/apis/redis/v1beta1.ts +++ b/src/apis/redis/v1beta1.ts @@ -487,7 +487,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.get({ @@ -619,7 +619,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.list({ @@ -799,7 +799,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.create({ @@ -973,7 +973,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.delete({ @@ -1107,7 +1107,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.export({ @@ -1253,7 +1253,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.failover({ @@ -1399,7 +1399,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.get({ @@ -1547,7 +1547,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.import({ @@ -1693,7 +1693,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.list({ @@ -1846,7 +1846,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.patch({ @@ -2023,7 +2023,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.instances.upgrade({ @@ -2286,7 +2286,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.operations.cancel({ @@ -2415,7 +2415,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.operations.delete({ @@ -2541,7 +2541,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.operations.get({ @@ -2673,7 +2673,7 @@ export namespace redis_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await redis.projects.locations.operations.list({ diff --git a/src/apis/remotebuildexecution/v1.ts b/src/apis/remotebuildexecution/v1.ts index 2febb5a8a1..406d9b6ba2 100644 --- a/src/apis/remotebuildexecution/v1.ts +++ b/src/apis/remotebuildexecution/v1.ts @@ -1263,7 +1263,7 @@ export namespace remotebuildexecution_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.media.download({ @@ -1402,7 +1402,7 @@ export namespace remotebuildexecution_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.media.upload({ @@ -1599,7 +1599,7 @@ export namespace remotebuildexecution_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.operations.cancel({ @@ -1736,7 +1736,7 @@ export namespace remotebuildexecution_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.operations.delete({ @@ -1866,7 +1866,7 @@ export namespace remotebuildexecution_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.operations.list({ @@ -2073,7 +2073,7 @@ export namespace remotebuildexecution_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.operations.get({ diff --git a/src/apis/remotebuildexecution/v1alpha.ts b/src/apis/remotebuildexecution/v1alpha.ts index bb01e579df..f1d5e7d2bd 100644 --- a/src/apis/remotebuildexecution/v1alpha.ts +++ b/src/apis/remotebuildexecution/v1alpha.ts @@ -1244,7 +1244,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.create({ @@ -1399,7 +1399,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.delete({ @@ -1540,7 +1540,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.get({ @@ -1699,7 +1699,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.list({ @@ -1899,7 +1899,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.workerpools.create({ @@ -2054,7 +2054,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.workerpools.delete({ @@ -2196,7 +2196,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.workerpools.get({ @@ -2358,7 +2358,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.workerpools.list({ @@ -2544,7 +2544,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.instances.workerpools.patch({ @@ -2754,7 +2754,7 @@ export namespace remotebuildexecution_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.projects.operations.get({ diff --git a/src/apis/remotebuildexecution/v2.ts b/src/apis/remotebuildexecution/v2.ts index 36f71e5a2a..e84a35e550 100644 --- a/src/apis/remotebuildexecution/v2.ts +++ b/src/apis/remotebuildexecution/v2.ts @@ -1501,7 +1501,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.actionResults.get({ @@ -1681,7 +1681,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.actionResults.update({ @@ -1936,7 +1936,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.actions.execute({ @@ -2113,7 +2113,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.blobs.batchRead({ @@ -2279,7 +2279,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.blobs.batchUpdate({ @@ -2450,7 +2450,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.blobs.findMissing({ @@ -2621,7 +2621,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.blobs.getTree({ @@ -2863,7 +2863,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.operations.waitExecution({ @@ -3034,7 +3034,7 @@ export namespace remotebuildexecution_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await remotebuildexecution.getCapabilities({ diff --git a/src/apis/reseller/v1.ts b/src/apis/reseller/v1.ts index 35d9bdb76f..0183776259 100644 --- a/src/apis/reseller/v1.ts +++ b/src/apis/reseller/v1.ts @@ -412,7 +412,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.customers.get({ @@ -549,7 +549,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.customers.insert({ @@ -702,7 +702,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.customers.patch({ @@ -855,7 +855,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.customers.update({ @@ -1058,7 +1058,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.resellernotify.getwatchdetails({}); @@ -1200,7 +1200,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.resellernotify.register({ @@ -1337,7 +1337,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.resellernotify.unregister({ @@ -1498,7 +1498,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.activate({ @@ -1649,7 +1649,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.changePlan({ @@ -1813,7 +1813,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.changeRenewalSettings({ @@ -1976,7 +1976,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.changeSeats({ @@ -2139,7 +2139,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.delete({ @@ -2272,7 +2272,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.get({ @@ -2423,7 +2423,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.insert({ @@ -2602,7 +2602,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.list({ @@ -2749,7 +2749,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.startPaidService({ @@ -2900,7 +2900,7 @@ export namespace reseller_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await reseller.subscriptions.suspend({ diff --git a/src/apis/run/v1.ts b/src/apis/run/v1.ts index ce5f111533..be196eeb1f 100644 --- a/src/apis/run/v1.ts +++ b/src/apis/run/v1.ts @@ -1573,7 +1573,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.api.v1.namespaces.get({ @@ -1704,7 +1704,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.api.v1.namespaces.patch({ @@ -1881,7 +1881,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.api.v1.namespaces.secrets.create({ @@ -2028,7 +2028,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.api.v1.namespaces.secrets.get({ @@ -2160,7 +2160,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.api.v1.namespaces.secrets.replaceSecret({ @@ -2368,7 +2368,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.authorizeddomains.list({ @@ -2538,7 +2538,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.configurations.get({ @@ -2675,7 +2675,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.configurations.list({ @@ -2894,7 +2894,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.domainmappings.create({ @@ -3043,7 +3043,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.domainmappings.delete({ @@ -3193,7 +3193,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.domainmappings.get({ @@ -3330,7 +3330,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.domainmappings.list({ @@ -3580,7 +3580,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.revisions.delete({ @@ -3730,7 +3730,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.revisions.get({ @@ -3867,7 +3867,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.revisions.list({ @@ -4103,7 +4103,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.routes.get({ @@ -4240,7 +4240,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.routes.list({ @@ -4455,7 +4455,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.create({ @@ -4604,7 +4604,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.delete({ @@ -4754,7 +4754,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.get({ @@ -4891,7 +4891,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.list({ @@ -5058,7 +5058,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.replaceService({ @@ -5334,7 +5334,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.list({ @@ -5507,7 +5507,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.authorizeddomains.list({ @@ -5677,7 +5677,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.configurations.get({ @@ -5812,7 +5812,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.configurations.list({ @@ -6032,7 +6032,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.domainmappings.create({ @@ -6182,7 +6182,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.domainmappings.delete({ @@ -6330,7 +6330,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.domainmappings.get({ @@ -6465,7 +6465,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.domainmappings.list({ @@ -6716,7 +6716,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.namespaces.get({ @@ -6847,7 +6847,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.namespaces.patch({ @@ -7024,7 +7024,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.revisions.delete({ @@ -7171,7 +7171,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.revisions.get({ @@ -7305,7 +7305,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.revisions.list({ @@ -7542,7 +7542,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.routes.get({ @@ -7676,7 +7676,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.routes.list({ @@ -7892,7 +7892,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.secrets.create({ @@ -8039,7 +8039,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.secrets.get({ @@ -8171,7 +8171,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.secrets.replaceSecret({ @@ -8354,7 +8354,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.create({ @@ -8504,7 +8504,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.delete({ @@ -8651,7 +8651,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.get({ @@ -8785,7 +8785,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.getIamPolicy({ @@ -8934,7 +8934,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.list({ @@ -9102,7 +9102,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.replaceService({ @@ -9249,7 +9249,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.setIamPolicy({ @@ -9394,7 +9394,7 @@ export namespace run_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.testIamPermissions({ diff --git a/src/apis/run/v1alpha1.ts b/src/apis/run/v1alpha1.ts index 7c933bc2d5..3576d6f01b 100644 --- a/src/apis/run/v1alpha1.ts +++ b/src/apis/run/v1alpha1.ts @@ -2469,7 +2469,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.authorizeddomains.list({ @@ -2639,7 +2639,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudauditlogssources.create({ @@ -2793,7 +2793,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudauditlogssources.delete({ @@ -2935,7 +2935,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudauditlogssources.get({ @@ -3076,7 +3076,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudauditlogssources.list({ @@ -3328,7 +3328,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudpubsubsources.create({ @@ -3480,7 +3480,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudpubsubsources.delete({ @@ -3621,7 +3621,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudpubsubsources.get({ @@ -3759,7 +3759,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudpubsubsources.list({ @@ -4011,7 +4011,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudschedulersources.create({ @@ -4165,7 +4165,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudschedulersources.delete({ @@ -4307,7 +4307,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudschedulersources.get({ @@ -4448,7 +4448,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudschedulersources.list({ @@ -4619,7 +4619,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudschedulersources.replaceCloudSchedulerSource( @@ -4870,7 +4870,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudstoragesources.create({ @@ -5022,7 +5022,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudstoragesources.delete({ @@ -5163,7 +5163,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudstoragesources.get({ @@ -5301,7 +5301,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudstoragesources.list({ @@ -5472,7 +5472,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.cloudstoragesources.replaceCloudStorageSource( @@ -5720,7 +5720,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.configurations.get({ @@ -5855,7 +5855,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.configurations.list({ @@ -6074,7 +6074,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.domainmappings.create({ @@ -6223,7 +6223,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.domainmappings.delete({ @@ -6371,7 +6371,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.domainmappings.get({ @@ -6506,7 +6506,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.domainmappings.list({ @@ -6760,7 +6760,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.revisions.delete({ @@ -6908,7 +6908,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.revisions.get({ @@ -7043,7 +7043,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.revisions.list({ @@ -7281,7 +7281,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.routes.get({ @@ -7416,7 +7416,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.routes.list({ @@ -7629,7 +7629,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.create({ @@ -7776,7 +7776,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.delete({ @@ -7924,7 +7924,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.get({ @@ -8059,7 +8059,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.list({ @@ -8224,7 +8224,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.services.replaceService({ @@ -8469,7 +8469,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.triggers.create({ @@ -8617,7 +8617,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.triggers.delete({ @@ -8758,7 +8758,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.triggers.get({ @@ -8893,7 +8893,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.triggers.list({ @@ -9185,7 +9185,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.list({ @@ -9358,7 +9358,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.authorizeddomains.list({ @@ -9528,7 +9528,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudauditlogssources.create({ @@ -9681,7 +9681,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudauditlogssources.delete({ @@ -9821,7 +9821,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudauditlogssources.get({ @@ -9960,7 +9960,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudauditlogssources.list({ @@ -10211,7 +10211,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudpubsubsources.create({ @@ -10363,7 +10363,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudpubsubsources.delete({ @@ -10503,7 +10503,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudpubsubsources.get({ @@ -10640,7 +10640,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudpubsubsources.list({ @@ -10892,7 +10892,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudschedulersources.create({ @@ -11045,7 +11045,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudschedulersources.delete({ @@ -11185,7 +11185,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudschedulersources.get({ @@ -11324,7 +11324,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudschedulersources.list({ @@ -11494,7 +11494,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudschedulersources.replaceCloudSchedulerSource( @@ -11743,7 +11743,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudstoragesources.create({ @@ -11895,7 +11895,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudstoragesources.delete({ @@ -12035,7 +12035,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudstoragesources.get({ @@ -12172,7 +12172,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudstoragesources.list({ @@ -12343,7 +12343,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.cloudstoragesources.replaceCloudStorageSource( @@ -12590,7 +12590,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.configurations.get({ @@ -12724,7 +12724,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.configurations.list({ @@ -12943,7 +12943,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.domainmappings.create({ @@ -13092,7 +13092,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.domainmappings.delete({ @@ -13239,7 +13239,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.domainmappings.get({ @@ -13373,7 +13373,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.domainmappings.list({ @@ -13627,7 +13627,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.revisions.delete({ @@ -13773,7 +13773,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.revisions.get({ @@ -13906,7 +13906,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.revisions.list({ @@ -14145,7 +14145,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.routes.get({ @@ -14278,7 +14278,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.routes.list({ @@ -14492,7 +14492,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.create({ @@ -14640,7 +14640,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.delete({ @@ -14786,7 +14786,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.get({ @@ -14919,7 +14919,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.getIamPolicy({ @@ -15068,7 +15068,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.list({ @@ -15234,7 +15234,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.replaceService({ @@ -15380,7 +15380,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.setIamPolicy({ @@ -15525,7 +15525,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.services.testIamPermissions({ @@ -15805,7 +15805,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.triggers.create({ @@ -15954,7 +15954,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.triggers.delete({ @@ -16093,7 +16093,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.triggers.get({ @@ -16226,7 +16226,7 @@ export namespace run_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.triggers.list({ diff --git a/src/apis/run/v1beta1.ts b/src/apis/run/v1beta1.ts index 4e7899d991..7fe0e8f1a8 100644 --- a/src/apis/run/v1beta1.ts +++ b/src/apis/run/v1beta1.ts @@ -544,7 +544,7 @@ export namespace run_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.customresourcedefinitions.list({ @@ -775,7 +775,7 @@ export namespace run_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.namespaces.customresourcedefinitions.get({ @@ -950,7 +950,7 @@ export namespace run_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.customresourcedefinitions.get({ @@ -1088,7 +1088,7 @@ export namespace run_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await run.projects.locations.customresourcedefinitions.list({ diff --git a/src/apis/runtimeconfig/v1.ts b/src/apis/runtimeconfig/v1.ts index 0aa8481e56..7b4dfa7a25 100644 --- a/src/apis/runtimeconfig/v1.ts +++ b/src/apis/runtimeconfig/v1.ts @@ -223,7 +223,7 @@ export namespace runtimeconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.operations.cancel({ @@ -360,7 +360,7 @@ export namespace runtimeconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.operations.delete({ @@ -490,7 +490,7 @@ export namespace runtimeconfig_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.operations.list({ diff --git a/src/apis/runtimeconfig/v1beta1.ts b/src/apis/runtimeconfig/v1beta1.ts index 816bdf3bb8..f26b0a2c63 100644 --- a/src/apis/runtimeconfig/v1beta1.ts +++ b/src/apis/runtimeconfig/v1beta1.ts @@ -444,7 +444,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.create({ @@ -604,7 +604,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.delete({ @@ -736,7 +736,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.get({ @@ -871,7 +871,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.getIamPolicy({ @@ -1023,7 +1023,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.list({ @@ -1172,7 +1172,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.setIamPolicy({ @@ -1319,7 +1319,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.testIamPermissions({ @@ -1471,7 +1471,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.update({ @@ -1716,7 +1716,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.operations.get({ @@ -1852,7 +1852,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.operations.testIamPermissions( @@ -2033,7 +2033,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.variables.create({ @@ -2200,7 +2200,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.variables.delete({ @@ -2336,7 +2336,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.variables.get({ @@ -2474,7 +2474,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.variables.list({ @@ -2637,7 +2637,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.variables.testIamPermissions( @@ -2791,7 +2791,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.variables.update({ @@ -2942,7 +2942,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.variables.watch({ @@ -3193,7 +3193,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.waiters.create({ @@ -3362,7 +3362,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.waiters.delete({ @@ -3494,7 +3494,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.waiters.get({ @@ -3635,7 +3635,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.waiters.list({ @@ -3785,7 +3785,7 @@ export namespace runtimeconfig_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await runtimeconfig.projects.configs.waiters.testIamPermissions({ diff --git a/src/apis/safebrowsing/v4.ts b/src/apis/safebrowsing/v4.ts index 339a58ae5e..1879946a67 100644 --- a/src/apis/safebrowsing/v4.ts +++ b/src/apis/safebrowsing/v4.ts @@ -602,7 +602,7 @@ export namespace safebrowsing_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await safebrowsing.encodedFullHashes.get({ @@ -769,7 +769,7 @@ export namespace safebrowsing_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await safebrowsing.encodedUpdates.get({ @@ -940,7 +940,7 @@ export namespace safebrowsing_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await safebrowsing.fullHashes.find({ @@ -1099,7 +1099,7 @@ export namespace safebrowsing_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await safebrowsing.threatHits.create({ @@ -1250,7 +1250,7 @@ export namespace safebrowsing_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await safebrowsing.threatLists.list({}); @@ -1388,7 +1388,7 @@ export namespace safebrowsing_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await safebrowsing.threatListUpdates.fetch({ @@ -1550,7 +1550,7 @@ export namespace safebrowsing_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await safebrowsing.threatMatches.find({ diff --git a/src/apis/sasportal/v1alpha1.ts b/src/apis/sasportal/v1alpha1.ts index 4b535a7a6c..1efba199c3 100644 --- a/src/apis/sasportal/v1alpha1.ts +++ b/src/apis/sasportal/v1alpha1.ts @@ -695,7 +695,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.get({ @@ -827,7 +827,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.list({ @@ -972,7 +972,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.patch({ @@ -1157,7 +1157,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.bulk({ @@ -1306,7 +1306,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.create({ @@ -1460,7 +1460,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.createSigned({ @@ -1608,7 +1608,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.delete({ @@ -1734,7 +1734,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.get({ @@ -1869,7 +1869,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.list({ @@ -2024,7 +2024,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.move({ @@ -2171,7 +2171,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.patch({ @@ -2325,7 +2325,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.signDevice({ @@ -2463,7 +2463,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.devices.updateSigned({ @@ -2742,7 +2742,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.nodes.create({ @@ -2886,7 +2886,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.nodes.delete({ @@ -3012,7 +3012,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.nodes.get({ @@ -3142,7 +3142,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.nodes.list({ @@ -3288,7 +3288,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.nodes.move({ @@ -3436,7 +3436,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.nodes.patch({ @@ -3657,7 +3657,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.nodes.nodes.create({ @@ -3801,7 +3801,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.customers.nodes.nodes.list({ @@ -3982,7 +3982,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.installer.generateSecret({ @@ -4125,7 +4125,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.installer.validate({ @@ -4296,7 +4296,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.get({ @@ -4439,7 +4439,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.bulk({ @@ -4588,7 +4588,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.create({ @@ -4742,7 +4742,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.createSigned({ @@ -4890,7 +4890,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.delete({ @@ -5016,7 +5016,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.get({ @@ -5151,7 +5151,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.list({ @@ -5306,7 +5306,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.move({ @@ -5453,7 +5453,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.patch({ @@ -5607,7 +5607,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.signDevice({ @@ -5745,7 +5745,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.devices.updateSigned({ @@ -6026,7 +6026,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.create({ @@ -6170,7 +6170,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.delete({ @@ -6296,7 +6296,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.get({ @@ -6425,7 +6425,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.list({ @@ -6570,7 +6570,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.move({ @@ -6717,7 +6717,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.patch({ @@ -6935,7 +6935,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.devices.bulk({ @@ -7084,7 +7084,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.devices.create({ @@ -7238,7 +7238,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.devices.createSigned({ @@ -7386,7 +7386,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.devices.list({ @@ -7604,7 +7604,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.nodes.create({ @@ -7748,7 +7748,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.nodes.nodes.nodes.list({ @@ -7929,7 +7929,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.policies.get({ @@ -8065,7 +8065,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.policies.set({ @@ -8202,7 +8202,7 @@ export namespace sasportal_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sasportal.policies.test({ diff --git a/src/apis/script/v1.ts b/src/apis/script/v1.ts index dc134873c7..eea89f0b1d 100644 --- a/src/apis/script/v1.ts +++ b/src/apis/script/v1.ts @@ -752,7 +752,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.processes.list({ @@ -928,7 +928,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.processes.listScriptProcesses({ @@ -1204,7 +1204,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.create({ @@ -1346,7 +1346,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.get({ @@ -1485,7 +1485,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.getContent({ @@ -1621,7 +1621,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.getMetrics({ @@ -1760,7 +1760,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.updateContent({ @@ -1960,7 +1960,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.deployments.create({ @@ -2106,7 +2106,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.deployments.delete({ @@ -2240,7 +2240,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.deployments.get({ @@ -2379,7 +2379,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.deployments.list({ @@ -2523,7 +2523,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.deployments.update({ @@ -2741,7 +2741,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.versions.create({ @@ -2890,7 +2890,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.versions.get({ @@ -3029,7 +3029,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.projects.versions.list({ @@ -3232,7 +3232,7 @@ export namespace script_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await script.scripts.run({ diff --git a/src/apis/searchconsole/v1.ts b/src/apis/searchconsole/v1.ts index 231bfe99bb..0b840c418c 100644 --- a/src/apis/searchconsole/v1.ts +++ b/src/apis/searchconsole/v1.ts @@ -259,7 +259,7 @@ export namespace searchconsole_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await searchconsole.urlTestingTools.mobileFriendlyTest.run({ diff --git a/src/apis/secretmanager/v1.ts b/src/apis/secretmanager/v1.ts index ff30e46b3f..358c762f9b 100644 --- a/src/apis/secretmanager/v1.ts +++ b/src/apis/secretmanager/v1.ts @@ -480,7 +480,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.locations.get({ @@ -613,7 +613,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.locations.list({ @@ -796,7 +796,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.addVersion({ @@ -941,7 +941,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.create({ @@ -1096,7 +1096,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.delete({ @@ -1224,7 +1224,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.get({ @@ -1356,7 +1356,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.getIamPolicy({ @@ -1506,7 +1506,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.list({ @@ -1653,7 +1653,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.patch({ @@ -1800,7 +1800,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.setIamPolicy({ @@ -1946,7 +1946,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.testIamPermissions({ @@ -2211,7 +2211,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.access({ @@ -2349,7 +2349,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.destroy({ @@ -2492,7 +2492,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.disable({ @@ -2635,7 +2635,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.enable({ @@ -2775,7 +2775,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.get({ @@ -2910,7 +2910,7 @@ export namespace secretmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.list({ diff --git a/src/apis/secretmanager/v1beta1.ts b/src/apis/secretmanager/v1beta1.ts index a04455c8f0..c66c1db957 100644 --- a/src/apis/secretmanager/v1beta1.ts +++ b/src/apis/secretmanager/v1beta1.ts @@ -480,7 +480,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.locations.get({ @@ -613,7 +613,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.locations.list({ @@ -796,7 +796,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.addVersion({ @@ -941,7 +941,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.create({ @@ -1096,7 +1096,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.delete({ @@ -1224,7 +1224,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.get({ @@ -1356,7 +1356,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.getIamPolicy({ @@ -1506,7 +1506,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.list({ @@ -1653,7 +1653,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.patch({ @@ -1800,7 +1800,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.setIamPolicy({ @@ -1946,7 +1946,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.testIamPermissions({ @@ -2211,7 +2211,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.access({ @@ -2352,7 +2352,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.destroy({ @@ -2495,7 +2495,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.disable({ @@ -2638,7 +2638,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.enable({ @@ -2781,7 +2781,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.get({ @@ -2916,7 +2916,7 @@ export namespace secretmanager_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await secretmanager.projects.secrets.versions.list({ diff --git a/src/apis/securitycenter/v1.ts b/src/apis/securitycenter/v1.ts index 903881e6a5..8597a5c2e2 100644 --- a/src/apis/securitycenter/v1.ts +++ b/src/apis/securitycenter/v1.ts @@ -1050,7 +1050,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.getOrganizationSettings({ @@ -1189,7 +1189,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.updateOrganizationSettings({ @@ -1377,7 +1377,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.group({ @@ -1530,7 +1530,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.list({ @@ -1802,7 +1802,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.runDiscovery({ @@ -1946,7 +1946,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.updateSecurityMarks({ @@ -2191,7 +2191,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.create({ @@ -2350,7 +2350,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.delete({ @@ -2479,7 +2479,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.get({ @@ -2617,7 +2617,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.list({ @@ -2769,7 +2769,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.patch({ @@ -2996,7 +2996,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.cancel({ @@ -3123,7 +3123,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.delete({ @@ -3250,7 +3250,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.get({ @@ -3383,7 +3383,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.list({ @@ -3577,7 +3577,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.create({ @@ -3723,7 +3723,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.get({ @@ -3855,7 +3855,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.getIamPolicy({ @@ -4000,7 +4000,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.list({ @@ -4146,7 +4146,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.patch({ @@ -4296,7 +4296,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.setIamPolicy({ @@ -4442,7 +4442,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.testIamPermissions({ @@ -4685,7 +4685,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.create({ @@ -4850,7 +4850,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.group({ @@ -5007,7 +5007,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.list({ @@ -5272,7 +5272,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.patch({ @@ -5440,7 +5440,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.setState({ @@ -5594,7 +5594,7 @@ export namespace securitycenter_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.updateSecurityMarks( diff --git a/src/apis/securitycenter/v1beta1.ts b/src/apis/securitycenter/v1beta1.ts index f7d078be48..8ecbfb66f7 100644 --- a/src/apis/securitycenter/v1beta1.ts +++ b/src/apis/securitycenter/v1beta1.ts @@ -982,7 +982,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.getOrganizationSettings({ @@ -1121,7 +1121,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.updateOrganizationSettings({ @@ -1307,7 +1307,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.group({ @@ -1459,7 +1459,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.list({ @@ -1682,7 +1682,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.runDiscovery({ @@ -1826,7 +1826,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.updateSecurityMarks({ @@ -2086,7 +2086,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.cancel({ @@ -2223,7 +2223,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.delete({ @@ -2350,7 +2350,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.get({ @@ -2483,7 +2483,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.list({ @@ -2682,7 +2682,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.create({ @@ -2828,7 +2828,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.get({ @@ -2960,7 +2960,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.getIamPolicy({ @@ -3105,7 +3105,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.list({ @@ -3251,7 +3251,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.patch({ @@ -3399,7 +3399,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.setIamPolicy({ @@ -3545,7 +3545,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.testIamPermissions({ @@ -3788,7 +3788,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.create({ @@ -3968,7 +3968,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.group({ @@ -4123,7 +4123,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.list({ @@ -4322,7 +4322,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.patch({ @@ -4500,7 +4500,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.setState({ @@ -4669,7 +4669,7 @@ export namespace securitycenter_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.updateSecurityMarks( diff --git a/src/apis/securitycenter/v1p1alpha1.ts b/src/apis/securitycenter/v1p1alpha1.ts index b05cba1345..35bb40b288 100644 --- a/src/apis/securitycenter/v1p1alpha1.ts +++ b/src/apis/securitycenter/v1p1alpha1.ts @@ -502,7 +502,7 @@ export namespace securitycenter_v1p1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.cancel({ @@ -632,7 +632,7 @@ export namespace securitycenter_v1p1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.delete({ @@ -762,7 +762,7 @@ export namespace securitycenter_v1p1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.get({ @@ -898,7 +898,7 @@ export namespace securitycenter_v1p1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.list({ diff --git a/src/apis/securitycenter/v1p1beta1.ts b/src/apis/securitycenter/v1p1beta1.ts index 8883acfb40..bde8403385 100644 --- a/src/apis/securitycenter/v1p1beta1.ts +++ b/src/apis/securitycenter/v1p1beta1.ts @@ -975,7 +975,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.getOrganizationSettings({ @@ -1114,7 +1114,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.updateOrganizationSettings({ @@ -1302,7 +1302,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.group({ @@ -1455,7 +1455,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.list({ @@ -1728,7 +1728,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.runDiscovery({ @@ -1872,7 +1872,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.assets.updateSecurityMarks({ @@ -2137,7 +2137,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.create({ @@ -2298,7 +2298,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.delete({ @@ -2427,7 +2427,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.get({ @@ -2566,7 +2566,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.list({ @@ -2718,7 +2718,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.notificationConfigs.patch({ @@ -2947,7 +2947,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.cancel({ @@ -3077,7 +3077,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.delete({ @@ -3204,7 +3204,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.get({ @@ -3337,7 +3337,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.operations.list({ @@ -3531,7 +3531,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.create({ @@ -3677,7 +3677,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.get({ @@ -3809,7 +3809,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.getIamPolicy({ @@ -3954,7 +3954,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.list({ @@ -4100,7 +4100,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.patch({ @@ -4250,7 +4250,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.setIamPolicy({ @@ -4396,7 +4396,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.testIamPermissions({ @@ -4638,7 +4638,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.create({ @@ -4820,7 +4820,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.group({ @@ -4977,7 +4977,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.list({ @@ -5243,7 +5243,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.patch({ @@ -5428,7 +5428,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.setState({ @@ -5599,7 +5599,7 @@ export namespace securitycenter_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await securitycenter.organizations.sources.findings.updateSecurityMarks( diff --git a/src/apis/serviceconsumermanagement/v1.ts b/src/apis/serviceconsumermanagement/v1.ts index 402be4cf6c..0b2b361f8f 100644 --- a/src/apis/serviceconsumermanagement/v1.ts +++ b/src/apis/serviceconsumermanagement/v1.ts @@ -1755,7 +1755,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.operations.cancel({ @@ -1889,7 +1889,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.operations.delete({ @@ -2016,7 +2016,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.operations.get({ @@ -2148,7 +2148,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.operations.list({ @@ -2344,7 +2344,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.search({ @@ -2543,7 +2543,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.addProject({ @@ -2690,7 +2690,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.applyProjectConfig( @@ -2839,7 +2839,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.attachProject( @@ -2989,7 +2989,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.create({ @@ -3139,7 +3139,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.delete({ @@ -3272,7 +3272,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.deleteProject( @@ -3420,7 +3420,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.list({ @@ -3574,7 +3574,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.removeProject( @@ -3722,7 +3722,7 @@ export namespace serviceconsumermanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.tenancyUnits.undeleteProject( diff --git a/src/apis/serviceconsumermanagement/v1beta1.ts b/src/apis/serviceconsumermanagement/v1beta1.ts index f0d1a8fb5b..519e1eabb5 100644 --- a/src/apis/serviceconsumermanagement/v1beta1.ts +++ b/src/apis/serviceconsumermanagement/v1beta1.ts @@ -1641,7 +1641,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.operations.get({ @@ -1802,7 +1802,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.consumerQuotaMetrics.get( @@ -1951,7 +1951,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.consumerQuotaMetrics.importProducerOverrides( @@ -2104,7 +2104,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.consumerQuotaMetrics.list( @@ -2321,7 +2321,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.consumerQuotaMetrics.limits.get( @@ -2488,7 +2488,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.consumerQuotaMetrics.limits.producerOverrides.create( @@ -2651,7 +2651,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.consumerQuotaMetrics.limits.producerOverrides.delete( @@ -2797,7 +2797,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.consumerQuotaMetrics.limits.producerOverrides.list( @@ -2959,7 +2959,7 @@ export namespace serviceconsumermanagement_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceconsumermanagement.services.consumerQuotaMetrics.limits.producerOverrides.patch( diff --git a/src/apis/servicecontrol/v1.ts b/src/apis/servicecontrol/v1.ts index 3bbc39cc0b..8c4bc71aef 100644 --- a/src/apis/servicecontrol/v1.ts +++ b/src/apis/servicecontrol/v1.ts @@ -1269,7 +1269,7 @@ export namespace servicecontrol_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicecontrol.services.allocateQuota({ @@ -1428,7 +1428,7 @@ export namespace servicecontrol_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicecontrol.services.check({ @@ -1584,7 +1584,7 @@ export namespace servicecontrol_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicecontrol.services.report({ diff --git a/src/apis/servicedirectory/v1beta1.ts b/src/apis/servicedirectory/v1beta1.ts index 2c2e055349..cb9fba1f3f 100644 --- a/src/apis/servicedirectory/v1beta1.ts +++ b/src/apis/servicedirectory/v1beta1.ts @@ -421,7 +421,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.get({ @@ -554,7 +554,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.list({ @@ -739,7 +739,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.create({ @@ -892,7 +892,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.delete({ @@ -1019,7 +1019,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.get({ @@ -1149,7 +1149,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.getIamPolicy( @@ -1296,7 +1296,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.list({ @@ -1477,7 +1477,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.patch({ @@ -1621,7 +1621,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.setIamPolicy( @@ -1768,7 +1768,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.testIamPermissions( @@ -2037,7 +2037,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.create( @@ -2194,7 +2194,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.delete( @@ -2324,7 +2324,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.get( @@ -2458,7 +2458,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.getIamPolicy( @@ -2605,7 +2605,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.list( @@ -2782,7 +2782,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.patch( @@ -2931,7 +2931,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.resolve( @@ -3083,7 +3083,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.setIamPolicy( @@ -3230,7 +3230,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.testIamPermissions( @@ -3507,7 +3507,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.endpoints.create( @@ -3666,7 +3666,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.endpoints.delete( @@ -3796,7 +3796,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.endpoints.get( @@ -3931,7 +3931,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.endpoints.list( @@ -4110,7 +4110,7 @@ export namespace servicedirectory_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicedirectory.projects.locations.namespaces.services.endpoints.patch( diff --git a/src/apis/servicemanagement/v1.ts b/src/apis/servicemanagement/v1.ts index 7d87c18438..4b8fb19b1e 100644 --- a/src/apis/servicemanagement/v1.ts +++ b/src/apis/servicemanagement/v1.ts @@ -1778,7 +1778,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.operations.get({ @@ -1913,7 +1913,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.operations.list({ @@ -2117,7 +2117,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.create({ @@ -2258,7 +2258,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.delete({ @@ -2397,7 +2397,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.disable({ @@ -2545,7 +2545,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.enable({ @@ -2693,7 +2693,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.generateConfigReport({ @@ -2848,7 +2848,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.get({ @@ -2986,7 +2986,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.getConfig({ @@ -3160,7 +3160,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.getIamPolicy({ @@ -3310,7 +3310,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.list({ @@ -3462,7 +3462,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.setIamPolicy({ @@ -3613,7 +3613,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.testIamPermissions({ @@ -3765,7 +3765,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.undelete({ @@ -4036,7 +4036,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.configs.create({ @@ -4235,7 +4235,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.configs.get({ @@ -4408,7 +4408,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.configs.list({ @@ -4559,7 +4559,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.configs.submit({ @@ -4772,7 +4772,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.consumers.getIamPolicy({ @@ -4920,7 +4920,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.consumers.setIamPolicy({ @@ -5071,7 +5071,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.consumers.testIamPermissions({ @@ -5267,7 +5267,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.rollouts.create({ @@ -5424,7 +5424,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.rollouts.get({ @@ -5570,7 +5570,7 @@ export namespace servicemanagement_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicemanagement.services.rollouts.list({ diff --git a/src/apis/servicenetworking/v1.ts b/src/apis/servicenetworking/v1.ts index ac22d3eb13..f844e9a3c7 100644 --- a/src/apis/servicenetworking/v1.ts +++ b/src/apis/servicenetworking/v1.ts @@ -1738,7 +1738,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.operations.cancel({ @@ -1875,7 +1875,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.operations.delete({ @@ -2005,7 +2005,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.operations.get({ @@ -2140,7 +2140,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.operations.list({ @@ -2345,7 +2345,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.addSubnetwork({ @@ -2508,7 +2508,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.disableVpcServiceControls({ @@ -2660,7 +2660,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.enableVpcServiceControls({ @@ -2812,7 +2812,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.searchRange({ @@ -2962,7 +2962,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.validate({ @@ -3189,7 +3189,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.connections.create({ @@ -3342,7 +3342,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.connections.list({ @@ -3495,7 +3495,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.connections.patch({ @@ -3707,7 +3707,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.dnsRecordSets.add({ @@ -3859,7 +3859,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.dnsRecordSets.remove({ @@ -4011,7 +4011,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.dnsRecordSets.update({ @@ -4208,7 +4208,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.dnsZones.add({ @@ -4360,7 +4360,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.dnsZones.remove({ @@ -4543,7 +4543,7 @@ export namespace servicenetworking_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.roles.add({ diff --git a/src/apis/servicenetworking/v1beta.ts b/src/apis/servicenetworking/v1beta.ts index d128c595f7..39a68b1e9a 100644 --- a/src/apis/servicenetworking/v1beta.ts +++ b/src/apis/servicenetworking/v1beta.ts @@ -1553,7 +1553,7 @@ export namespace servicenetworking_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.operations.get({ @@ -1704,7 +1704,7 @@ export namespace servicenetworking_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.addSubnetwork({ @@ -1866,7 +1866,7 @@ export namespace servicenetworking_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.searchRange({ @@ -2017,7 +2017,7 @@ export namespace servicenetworking_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.updateConnections({ @@ -2231,7 +2231,7 @@ export namespace servicenetworking_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.connections.create({ @@ -2384,7 +2384,7 @@ export namespace servicenetworking_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await servicenetworking.services.connections.list({ diff --git a/src/apis/serviceusage/v1.ts b/src/apis/serviceusage/v1.ts index a2eeb341cc..a48984a742 100644 --- a/src/apis/serviceusage/v1.ts +++ b/src/apis/serviceusage/v1.ts @@ -1632,7 +1632,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.operations.cancel({ @@ -1768,7 +1768,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.operations.delete({ @@ -1897,7 +1897,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.operations.get({ @@ -2031,7 +2031,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.operations.list({ @@ -2227,7 +2227,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.batchEnable({ @@ -2379,7 +2379,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.batchGet({ @@ -2532,7 +2532,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.disable({ @@ -2684,7 +2684,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.enable({ @@ -2835,7 +2835,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.get({ @@ -2981,7 +2981,7 @@ export namespace serviceusage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.list({ diff --git a/src/apis/serviceusage/v1beta1.ts b/src/apis/serviceusage/v1beta1.ts index d8f73033a7..6d124c3eed 100644 --- a/src/apis/serviceusage/v1beta1.ts +++ b/src/apis/serviceusage/v1beta1.ts @@ -1790,7 +1790,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.operations.get({ @@ -1924,7 +1924,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.operations.list({ @@ -2108,7 +2108,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.batchEnable({ @@ -2261,7 +2261,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.disable({ @@ -2411,7 +2411,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.enable({ @@ -2565,7 +2565,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.get({ @@ -2702,7 +2702,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.list({ @@ -2928,7 +2928,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.get({ @@ -3072,7 +3072,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.list({ @@ -3277,7 +3277,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.get({ @@ -3442,7 +3442,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.adminOverrides.create( @@ -3607,7 +3607,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.adminOverrides.delete( @@ -3755,7 +3755,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.adminOverrides.list( @@ -3911,7 +3911,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.adminOverrides.patch( @@ -4146,7 +4146,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.consumerOverrides.create( @@ -4311,7 +4311,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.consumerOverrides.delete( @@ -4459,7 +4459,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.consumerOverrides.list( @@ -4617,7 +4617,7 @@ export namespace serviceusage_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await serviceusage.services.consumerQuotaMetrics.limits.consumerOverrides.patch( diff --git a/src/apis/sheets/v4.ts b/src/apis/sheets/v4.ts index 7ffdaaffd1..78189ad597 100644 --- a/src/apis/sheets/v4.ts +++ b/src/apis/sheets/v4.ts @@ -4167,7 +4167,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.batchUpdate({ @@ -4324,7 +4324,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.create({ @@ -4473,7 +4473,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.get({ @@ -4619,7 +4619,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.getByDataFilter({ @@ -4821,7 +4821,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.developerMetadata.get({ @@ -4966,7 +4966,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.developerMetadata.search({ @@ -5150,7 +5150,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.sheets.copyTo({ @@ -5329,7 +5329,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.append({ @@ -5506,7 +5506,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.batchClear({ @@ -5657,7 +5657,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.batchClearByDataFilter({ @@ -5819,7 +5819,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.batchGet({ @@ -5982,7 +5982,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.batchGetByDataFilter({ @@ -6139,7 +6139,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.batchUpdate({ @@ -6298,7 +6298,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.batchUpdateByDataFilter({ @@ -6466,7 +6466,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.clear({ @@ -6616,7 +6616,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.get({ @@ -6773,7 +6773,7 @@ export namespace sheets_v4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sheets.spreadsheets.values.update({ diff --git a/src/apis/siteVerification/v1.ts b/src/apis/siteVerification/v1.ts index a579dcce74..9a31310635 100644 --- a/src/apis/siteVerification/v1.ts +++ b/src/apis/siteVerification/v1.ts @@ -181,7 +181,7 @@ export namespace siteVerification_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await siteVerification.webResource.delete({ @@ -305,7 +305,7 @@ export namespace siteVerification_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await siteVerification.webResource.get({ @@ -449,7 +449,7 @@ export namespace siteVerification_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await siteVerification.webResource.getToken({ @@ -613,7 +613,7 @@ export namespace siteVerification_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await siteVerification.webResource.insert({ @@ -766,7 +766,7 @@ export namespace siteVerification_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await siteVerification.webResource.list({}); @@ -907,7 +907,7 @@ export namespace siteVerification_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await siteVerification.webResource.patch({ @@ -1060,7 +1060,7 @@ export namespace siteVerification_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await siteVerification.webResource.update({ diff --git a/src/apis/slides/v1.ts b/src/apis/slides/v1.ts index d6bf449f3d..b81b6d6e3e 100644 --- a/src/apis/slides/v1.ts +++ b/src/apis/slides/v1.ts @@ -2626,7 +2626,7 @@ export namespace slides_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await slides.presentations.batchUpdate({ @@ -2781,7 +2781,7 @@ export namespace slides_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await slides.presentations.create({ @@ -2936,7 +2936,7 @@ export namespace slides_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await slides.presentations.get({ @@ -3115,7 +3115,7 @@ export namespace slides_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await slides.presentations.pages.get({ @@ -3263,7 +3263,7 @@ export namespace slides_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await slides.presentations.pages.getThumbnail({ diff --git a/src/apis/sourcerepo/v1.ts b/src/apis/sourcerepo/v1.ts index 9e46a96670..587c68f977 100644 --- a/src/apis/sourcerepo/v1.ts +++ b/src/apis/sourcerepo/v1.ts @@ -461,7 +461,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.getConfig({ @@ -592,7 +592,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.updateConfig({ @@ -763,7 +763,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.create({ @@ -915,7 +915,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.delete({ @@ -1047,7 +1047,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.get({ @@ -1185,7 +1185,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.getIamPolicy({ @@ -1339,7 +1339,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.list({ @@ -1481,7 +1481,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.patch({ @@ -1627,7 +1627,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.setIamPolicy({ @@ -1772,7 +1772,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.sync({ @@ -1917,7 +1917,7 @@ export namespace sourcerepo_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sourcerepo.projects.repos.testIamPermissions({ diff --git a/src/apis/spanner/v1.ts b/src/apis/spanner/v1.ts index a142da835a..98fe9fcd5a 100644 --- a/src/apis/spanner/v1.ts +++ b/src/apis/spanner/v1.ts @@ -1476,7 +1476,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instanceConfigs.get({ @@ -1610,7 +1610,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instanceConfigs.list({ @@ -1809,7 +1809,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.create({ @@ -1958,7 +1958,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.delete({ @@ -2088,7 +2088,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.get({ @@ -2231,7 +2231,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.getIamPolicy({ @@ -2376,7 +2376,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.list({ @@ -2547,7 +2547,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.patch({ @@ -2695,7 +2695,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.setIamPolicy({ @@ -2840,7 +2840,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.testIamPermissions({ @@ -3095,7 +3095,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backupOperations.list({ @@ -3321,7 +3321,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.create({ @@ -3484,7 +3484,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.delete({ @@ -3615,7 +3615,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.get({ @@ -3754,7 +3754,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.getIamPolicy({ @@ -3899,7 +3899,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.list({ @@ -4084,7 +4084,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.patch({ @@ -4255,7 +4255,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.setIamPolicy({ @@ -4400,7 +4400,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.testIamPermissions({ @@ -4659,7 +4659,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.operations.cancel({ @@ -4789,7 +4789,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.operations.delete({ @@ -4919,7 +4919,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.operations.get({ @@ -5055,7 +5055,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.backups.operations.list({ @@ -5250,7 +5250,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databaseOperations.list({ @@ -5482,7 +5482,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.create({ @@ -5631,7 +5631,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.dropDatabase({ @@ -5760,7 +5760,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.get({ @@ -5895,7 +5895,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.getDdl({ @@ -6034,7 +6034,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.getIamPolicy({ @@ -6179,7 +6179,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.list({ @@ -6329,7 +6329,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.restore({ @@ -6481,7 +6481,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.setIamPolicy({ @@ -6626,7 +6626,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.testIamPermissions({ @@ -6776,7 +6776,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.updateDdl({ @@ -7040,7 +7040,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.operations.cancel({ @@ -7170,7 +7170,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.operations.delete({ @@ -7300,7 +7300,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.operations.get({ @@ -7436,7 +7436,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.operations.list({ @@ -7631,7 +7631,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.batchCreate({ @@ -7782,7 +7782,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.beginTransaction( @@ -7929,7 +7929,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.commit({ @@ -8075,7 +8075,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.create({ @@ -8221,7 +8221,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.delete({ @@ -8351,7 +8351,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.executeBatchDml( @@ -8507,7 +8507,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.executeSql({ @@ -8661,7 +8661,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.executeStreamingSql( @@ -8821,7 +8821,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.get({ @@ -8956,7 +8956,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.list({ @@ -9117,7 +9117,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.partitionQuery( @@ -9273,7 +9273,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.partitionRead( @@ -9430,7 +9430,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.read({ @@ -9583,7 +9583,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.rollback({ @@ -9725,7 +9725,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.databases.sessions.streamingRead( @@ -10069,7 +10069,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.operations.cancel({ @@ -10198,7 +10198,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.operations.delete({ @@ -10327,7 +10327,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.operations.get({ @@ -10462,7 +10462,7 @@ export namespace spanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await spanner.projects.instances.operations.list({ diff --git a/src/apis/speech/v1.ts b/src/apis/speech/v1.ts index a56971fb54..ccc865182f 100644 --- a/src/apis/speech/v1.ts +++ b/src/apis/speech/v1.ts @@ -473,7 +473,7 @@ export namespace speech_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.operations.get({ @@ -607,7 +607,7 @@ export namespace speech_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.operations.list({ @@ -801,7 +801,7 @@ export namespace speech_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.projects.locations.operations.get({ @@ -933,7 +933,7 @@ export namespace speech_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.projects.locations.operations.list({ @@ -1113,7 +1113,7 @@ export namespace speech_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.speech.longrunningrecognize({ @@ -1256,7 +1256,7 @@ export namespace speech_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.speech.recognize({ diff --git a/src/apis/speech/v1p1beta1.ts b/src/apis/speech/v1p1beta1.ts index 1823bf8aac..eb8b16f679 100644 --- a/src/apis/speech/v1p1beta1.ts +++ b/src/apis/speech/v1p1beta1.ts @@ -578,7 +578,7 @@ export namespace speech_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.operations.get({ @@ -712,7 +712,7 @@ export namespace speech_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.operations.list({ @@ -909,7 +909,7 @@ export namespace speech_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.projects.locations.operations.get({ @@ -1041,7 +1041,7 @@ export namespace speech_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.projects.locations.operations.list({ @@ -1221,7 +1221,7 @@ export namespace speech_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.speech.longrunningrecognize({ @@ -1364,7 +1364,7 @@ export namespace speech_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.speech.recognize({ diff --git a/src/apis/speech/v2beta1.ts b/src/apis/speech/v2beta1.ts index 555068daeb..a69e2b4ffb 100644 --- a/src/apis/speech/v2beta1.ts +++ b/src/apis/speech/v2beta1.ts @@ -321,7 +321,7 @@ export namespace speech_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.projects.locations.operations.get({ @@ -453,7 +453,7 @@ export namespace speech_v2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await speech.projects.locations.operations.list({ diff --git a/src/apis/sql/v1beta4.ts b/src/apis/sql/v1beta4.ts index 6dd307f7a8..21247d09fe 100644 --- a/src/apis/sql/v1beta4.ts +++ b/src/apis/sql/v1beta4.ts @@ -1599,7 +1599,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.backupRuns.delete({ @@ -1755,7 +1755,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.backupRuns.get({ @@ -1908,7 +1908,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.backupRuns.insert({ @@ -2082,7 +2082,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.backupRuns.list({ @@ -2303,7 +2303,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.databases.delete({ @@ -2456,7 +2456,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.databases.get({ @@ -2603,7 +2603,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.databases.insert({ @@ -2770,7 +2770,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.databases.list({ @@ -2912,7 +2912,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.databases.patch({ @@ -3082,7 +3082,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.databases.update({ @@ -3351,7 +3351,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.flags.list({ @@ -3500,7 +3500,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.addServerCa({ @@ -3651,7 +3651,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.clone({ @@ -3811,7 +3811,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.delete({ @@ -3960,7 +3960,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.demoteMaster({ @@ -4117,7 +4117,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.export({ @@ -4276,7 +4276,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.failover({ @@ -4436,7 +4436,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.get({ @@ -4596,7 +4596,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.import({ @@ -4755,7 +4755,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.insert({ @@ -4939,7 +4939,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.list({ @@ -5097,7 +5097,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.listServerCas({ @@ -5245,7 +5245,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.patch({ @@ -5431,7 +5431,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.promoteReplica({ @@ -5582,7 +5582,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.resetSslConfig({ @@ -5733,7 +5733,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.restart({ @@ -5884,7 +5884,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.restoreBackup({ @@ -6044,7 +6044,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.rotateServerCa({ @@ -6204,7 +6204,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.startReplica({ @@ -6355,7 +6355,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.stopReplica({ @@ -6506,7 +6506,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.truncateLog({ @@ -6666,7 +6666,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.instances.update({ @@ -7141,7 +7141,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.operations.get({ @@ -7290,7 +7290,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.operations.list({ @@ -7484,7 +7484,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.projects.instances.rescheduleMaintenance({ @@ -7646,7 +7646,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.projects.instances.startExternalSync({ @@ -7800,7 +7800,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.projects.instances.verifyExternalSyncSettings({ @@ -8025,7 +8025,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.sslCerts.createEphemeral({ @@ -8179,7 +8179,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.sslCerts.delete({ @@ -8332,7 +8332,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.sslCerts.get({ @@ -8479,7 +8479,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.sslCerts.insert({ @@ -8632,7 +8632,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.sslCerts.list({ @@ -8851,7 +8851,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.tiers.list({ @@ -9002,7 +9002,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.users.delete({ @@ -9158,7 +9158,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.users.insert({ @@ -9324,7 +9324,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.users.list({ @@ -9465,7 +9465,7 @@ export namespace sql_v1beta4 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await sql.users.update({ diff --git a/src/apis/storage/v1.ts b/src/apis/storage/v1.ts index dab59fc3d2..2721c63dd8 100644 --- a/src/apis/storage/v1.ts +++ b/src/apis/storage/v1.ts @@ -919,7 +919,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.delete({ @@ -1055,7 +1055,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.get({ @@ -1211,7 +1211,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.insert({ @@ -1383,7 +1383,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.list({ @@ -1529,7 +1529,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.patch({ @@ -1704,7 +1704,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.update({ @@ -2009,7 +2009,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.delete({ @@ -2150,7 +2150,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.get({ @@ -2325,7 +2325,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.getIamPolicy({ @@ -2473,7 +2473,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.insert({ @@ -2684,7 +2684,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.list({ @@ -2835,7 +2835,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.lockRetentionPolicy({ @@ -3004,7 +3004,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.patch({ @@ -3221,7 +3221,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.setIamPolicy({ @@ -3381,7 +3381,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.testIamPermissions({ @@ -3531,7 +3531,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.update({ @@ -4023,7 +4023,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.channels.stop({ @@ -4177,7 +4177,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.delete({ @@ -4312,7 +4312,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.get({ @@ -4469,7 +4469,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.insert({ @@ -4645,7 +4645,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.list({ @@ -4797,7 +4797,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.patch({ @@ -4975,7 +4975,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.update({ @@ -5291,7 +5291,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.notifications.delete({ @@ -5430,7 +5430,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.notifications.get({ @@ -5582,7 +5582,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.notifications.insert({ @@ -5749,7 +5749,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.notifications.list({ @@ -5970,7 +5970,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.delete({ @@ -6111,7 +6111,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.get({ @@ -6274,7 +6274,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.insert({ @@ -6456,7 +6456,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.list({ @@ -6608,7 +6608,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.patch({ @@ -6792,7 +6792,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.update({ @@ -7154,7 +7154,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.compose({ @@ -7351,7 +7351,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.copy({ @@ -7617,7 +7617,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.delete({ @@ -7770,7 +7770,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.get({ @@ -7964,7 +7964,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.getIamPolicy({ @@ -8115,7 +8115,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.insert({ @@ -8366,7 +8366,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.list({ @@ -8535,7 +8535,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.patch({ @@ -8770,7 +8770,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.rewrite({ @@ -9016,7 +9016,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.setIamPolicy({ @@ -9182,7 +9182,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.testIamPermissions({ @@ -9338,7 +9338,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.update({ @@ -9575,7 +9575,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.watchAll({ @@ -10427,7 +10427,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.projects.hmacKeys.create({ @@ -10569,7 +10569,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.projects.hmacKeys.delete({ @@ -10703,7 +10703,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.projects.hmacKeys.get({ @@ -10853,7 +10853,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.projects.hmacKeys.list({ @@ -11003,7 +11003,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.projects.hmacKeys.update({ @@ -11272,7 +11272,7 @@ export namespace storage_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.projects.serviceAccount.get({ diff --git a/src/apis/storage/v1beta2.ts b/src/apis/storage/v1beta2.ts index 25241bea29..8c43010c3a 100644 --- a/src/apis/storage/v1beta2.ts +++ b/src/apis/storage/v1beta2.ts @@ -574,7 +574,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.delete({ @@ -701,7 +701,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.get({ @@ -847,7 +847,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.insert({ @@ -1008,7 +1008,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.list({ @@ -1145,7 +1145,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.patch({ @@ -1309,7 +1309,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.bucketAccessControls.update({ @@ -1557,7 +1557,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.delete({ @@ -1690,7 +1690,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.get({ @@ -1848,7 +1848,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.insert({ @@ -2023,7 +2023,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.list({ @@ -2164,7 +2164,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.patch({ @@ -2347,7 +2347,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.buckets.update({ @@ -2650,7 +2650,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.channels.stop({ @@ -2801,7 +2801,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.delete({ @@ -2927,7 +2927,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.get({ @@ -3074,7 +3074,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.insert({ @@ -3238,7 +3238,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.list({ @@ -3380,7 +3380,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.patch({ @@ -3547,7 +3547,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.defaultObjectAccessControls.update({ @@ -3803,7 +3803,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.delete({ @@ -3935,7 +3935,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.get({ @@ -4088,7 +4088,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.insert({ @@ -4258,7 +4258,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.list({ @@ -4400,7 +4400,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.patch({ @@ -4573,7 +4573,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objectAccessControls.update({ @@ -4878,7 +4878,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.compose({ @@ -5054,7 +5054,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.copy({ @@ -5291,7 +5291,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.delete({ @@ -5436,7 +5436,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.get({ @@ -5613,7 +5613,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.insert({ @@ -5831,7 +5831,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.list({ @@ -5985,7 +5985,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.patch({ @@ -6194,7 +6194,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.update({ @@ -6404,7 +6404,7 @@ export namespace storage_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storage.objects.watchAll({ diff --git a/src/apis/storagetransfer/v1.ts b/src/apis/storagetransfer/v1.ts index 580ab3e543..7047ac43c5 100644 --- a/src/apis/storagetransfer/v1.ts +++ b/src/apis/storagetransfer/v1.ts @@ -679,7 +679,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.googleServiceAccounts.get({ @@ -832,7 +832,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferJobs.create({ @@ -984,7 +984,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferJobs.get({ @@ -1125,7 +1125,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferJobs.list({ @@ -1276,7 +1276,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferJobs.patch({ @@ -1477,7 +1477,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferOperations.cancel({ @@ -1604,7 +1604,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferOperations.get({ @@ -1737,7 +1737,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferOperations.list({ @@ -1885,7 +1885,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferOperations.pause({ @@ -2019,7 +2019,7 @@ export namespace storagetransfer_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await storagetransfer.transferOperations.resume({ diff --git a/src/apis/streetviewpublish/v1.ts b/src/apis/streetviewpublish/v1.ts index 72ea94496f..0e19a55c7d 100644 --- a/src/apis/streetviewpublish/v1.ts +++ b/src/apis/streetviewpublish/v1.ts @@ -445,7 +445,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photo.create({ @@ -600,7 +600,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photo.delete({ @@ -729,7 +729,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photo.get({ @@ -882,7 +882,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photo.startUpload({ @@ -1017,7 +1017,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photo.update({ @@ -1260,7 +1260,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photos.batchDelete({ @@ -1404,7 +1404,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photos.batchGet({ @@ -1555,7 +1555,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photos.batchUpdate({ @@ -1699,7 +1699,7 @@ export namespace streetviewpublish_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await streetviewpublish.photos.list({ diff --git a/src/apis/tagmanager/v1.ts b/src/apis/tagmanager/v1.ts index e5d5f584ef..3db122a89e 100644 --- a/src/apis/tagmanager/v1.ts +++ b/src/apis/tagmanager/v1.ts @@ -1019,7 +1019,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.get({ @@ -1156,7 +1156,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.list({}); @@ -1287,7 +1287,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.update({ @@ -1488,7 +1488,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.create({ @@ -1647,7 +1647,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.delete({ @@ -1777,7 +1777,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.get({ @@ -1924,7 +1924,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.list({ @@ -2059,7 +2059,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.update({ @@ -2295,7 +2295,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.create({ @@ -2460,7 +2460,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.delete({ @@ -2593,7 +2593,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.get({ @@ -2744,7 +2744,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.list({ @@ -2883,7 +2883,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.update({ @@ -3148,7 +3148,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.folders.create({ @@ -3299,7 +3299,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.folders.delete({ @@ -3432,7 +3432,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.folders.get({ @@ -3576,7 +3576,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.folders.list({ @@ -3713,7 +3713,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.folders.update({ @@ -3963,7 +3963,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.folders.entities.list({ @@ -4125,7 +4125,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.move_folders.update({ @@ -4317,7 +4317,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.reauthorize_environments.update( @@ -4515,7 +4515,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.tags.create({ @@ -4698,7 +4698,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.tags.delete({ @@ -4831,7 +4831,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.tags.get({ @@ -4991,7 +4991,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.tags.list({ @@ -5125,7 +5125,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.tags.update({ @@ -5404,7 +5404,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.triggers.create({ @@ -5601,7 +5601,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.triggers.delete({ @@ -5734,7 +5734,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.triggers.get({ @@ -5901,7 +5901,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.triggers.list({ @@ -6040,7 +6040,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.triggers.update({ @@ -6333,7 +6333,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.variables.create({ @@ -6500,7 +6500,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.variables.delete({ @@ -6633,7 +6633,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.variables.get({ @@ -6785,7 +6785,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.variables.list({ @@ -6924,7 +6924,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.variables.update({ @@ -7189,7 +7189,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.create({ @@ -7346,7 +7346,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.delete({ @@ -7480,7 +7480,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.get({ @@ -7635,7 +7635,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.list({ @@ -7785,7 +7785,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.publish({ @@ -7936,7 +7936,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.restore({ @@ -8088,7 +8088,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.undelete({ @@ -8240,7 +8240,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.update({ @@ -8562,7 +8562,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.permissions.create({ @@ -8709,7 +8709,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.permissions.delete({ @@ -8836,7 +8836,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.permissions.get({ @@ -8974,7 +8974,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.permissions.list({ @@ -9109,7 +9109,7 @@ export namespace tagmanager_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.permissions.update({ diff --git a/src/apis/tagmanager/v2.ts b/src/apis/tagmanager/v2.ts index 69f70d6eef..d1baf577ed 100644 --- a/src/apis/tagmanager/v2.ts +++ b/src/apis/tagmanager/v2.ts @@ -1601,7 +1601,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.get({ @@ -1741,7 +1741,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.list({ @@ -1877,7 +1877,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.update({ @@ -2080,7 +2080,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.create({ @@ -2239,7 +2239,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.delete({ @@ -2367,7 +2367,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.get({ @@ -2511,7 +2511,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.list({ @@ -2652,7 +2652,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.update({ @@ -2876,7 +2876,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.create({ @@ -3045,7 +3045,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.delete({ @@ -3175,7 +3175,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.get({ @@ -3326,7 +3326,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.list({ @@ -3467,7 +3467,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.reauthorize({ @@ -3638,7 +3638,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.environments.update({ @@ -3888,7 +3888,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.delete({ @@ -4018,7 +4018,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.get({ @@ -4175,7 +4175,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.live({ @@ -4324,7 +4324,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.publish({ @@ -4471,7 +4471,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.set_latest({ @@ -4623,7 +4623,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.undelete({ @@ -4775,7 +4775,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.versions.update({ @@ -5032,7 +5032,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.version_headers.latest({ @@ -5184,7 +5184,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.version_headers.list({ @@ -5390,7 +5390,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.create({ @@ -5547,7 +5547,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.create_version({ @@ -5702,7 +5702,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.delete({ @@ -5831,7 +5831,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.get({ @@ -5974,7 +5974,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.getStatus({ @@ -6118,7 +6118,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.list({ @@ -6261,7 +6261,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.quick_preview({ @@ -6403,7 +6403,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.resolve_conflict({ @@ -6546,7 +6546,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.sync({ @@ -6685,7 +6685,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.update({ @@ -6955,7 +6955,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.built_in_variables.create( @@ -7102,7 +7102,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.built_in_variables.delete( @@ -7237,7 +7237,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.built_in_variables.list( @@ -7385,7 +7385,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.built_in_variables.revert( @@ -7584,7 +7584,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.create({ @@ -7743,7 +7743,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.delete({ @@ -7873,7 +7873,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.entities({ @@ -8016,7 +8016,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.get({ @@ -8161,7 +8161,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.list({ @@ -8302,7 +8302,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.move_entities_to_folder( @@ -8456,7 +8456,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.revert({ @@ -8599,7 +8599,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.folders.update({ @@ -8869,7 +8869,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.create({ @@ -9062,7 +9062,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.delete({ @@ -9192,7 +9192,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.get({ @@ -9354,7 +9354,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.list({ @@ -9492,7 +9492,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.revert({ @@ -9633,7 +9633,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.tags.update({ @@ -9902,7 +9902,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.create({ @@ -10063,7 +10063,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.delete({ @@ -10193,7 +10193,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.get({ @@ -10339,7 +10339,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.list({ @@ -10482,7 +10482,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.revert({ @@ -10625,7 +10625,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.templates.update({ @@ -10862,7 +10862,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.create({ @@ -11067,7 +11067,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.delete({ @@ -11197,7 +11197,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.get({ @@ -11365,7 +11365,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.list({ @@ -11508,7 +11508,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.revert({ @@ -11651,7 +11651,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.triggers.update({ @@ -11932,7 +11932,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.create({ @@ -12107,7 +12107,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.delete({ @@ -12237,7 +12237,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.get({ @@ -12390,7 +12390,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.list({ @@ -12533,7 +12533,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.revert({ @@ -12676,7 +12676,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.variables.update({ @@ -12927,7 +12927,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.create({ @@ -13092,7 +13092,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.delete({ @@ -13222,7 +13222,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.get({ @@ -13370,7 +13370,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.list({ @@ -13511,7 +13511,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.revert({ @@ -13652,7 +13652,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.containers.workspaces.zones.update({ @@ -13893,7 +13893,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.user_permissions.create({ @@ -14041,7 +14041,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.user_permissions.delete({ @@ -14166,7 +14166,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.user_permissions.get({ @@ -14302,7 +14302,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.user_permissions.list({ @@ -14444,7 +14444,7 @@ export namespace tagmanager_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tagmanager.accounts.user_permissions.update({ diff --git a/src/apis/tasks/v1.ts b/src/apis/tasks/v1.ts index 899dff9fd1..26a03f0a83 100644 --- a/src/apis/tasks/v1.ts +++ b/src/apis/tasks/v1.ts @@ -283,7 +283,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasklists.delete({ @@ -409,7 +409,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasklists.get({ @@ -544,7 +544,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasklists.insert({ @@ -692,7 +692,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasklists.list({ @@ -829,7 +829,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasklists.patch({ @@ -978,7 +978,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasklists.update({ @@ -1185,7 +1185,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasks.clear({ @@ -1308,7 +1308,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasks.delete({ @@ -1437,7 +1437,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasks.get({ @@ -1584,7 +1584,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasks.insert({ @@ -1762,7 +1762,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasks.list({ @@ -1935,7 +1935,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasks.move({ @@ -2089,7 +2089,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasks.patch({ @@ -2259,7 +2259,7 @@ export namespace tasks_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tasks.tasks.update({ diff --git a/src/apis/testing/v1.ts b/src/apis/testing/v1.ts index 907428800d..f9c8265c41 100644 --- a/src/apis/testing/v1.ts +++ b/src/apis/testing/v1.ts @@ -1392,7 +1392,7 @@ export namespace testing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await testing.applicationDetailService.getApkDetails({ @@ -1558,7 +1558,7 @@ export namespace testing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await testing.projects.testMatrices.cancel({ @@ -1699,7 +1699,7 @@ export namespace testing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await testing.projects.testMatrices.create({ @@ -1872,7 +1872,7 @@ export namespace testing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await testing.projects.testMatrices.get({ @@ -2065,7 +2065,7 @@ export namespace testing_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await testing.testEnvironmentCatalog.get({ diff --git a/src/apis/texttospeech/v1.ts b/src/apis/texttospeech/v1.ts index e7d0c7cc63..1b5794f853 100644 --- a/src/apis/texttospeech/v1.ts +++ b/src/apis/texttospeech/v1.ts @@ -274,7 +274,7 @@ export namespace texttospeech_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await texttospeech.text.synthesize({ @@ -432,7 +432,7 @@ export namespace texttospeech_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await texttospeech.voices.list({ diff --git a/src/apis/texttospeech/v1beta1.ts b/src/apis/texttospeech/v1beta1.ts index ac9ea1ca1d..73701edecb 100644 --- a/src/apis/texttospeech/v1beta1.ts +++ b/src/apis/texttospeech/v1beta1.ts @@ -274,7 +274,7 @@ export namespace texttospeech_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await texttospeech.text.synthesize({ @@ -432,7 +432,7 @@ export namespace texttospeech_v1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await texttospeech.voices.list({ diff --git a/src/apis/toolresults/v1beta3.ts b/src/apis/toolresults/v1beta3.ts index b722e5c437..2fbcea8b92 100644 --- a/src/apis/toolresults/v1beta3.ts +++ b/src/apis/toolresults/v1beta3.ts @@ -1812,7 +1812,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.clusters.get({ @@ -1965,7 +1965,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.clusters.list({ @@ -2156,7 +2156,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.environments.get({ @@ -2310,7 +2310,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.environments.list({ @@ -2514,7 +2514,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.executions.create({ @@ -2681,7 +2681,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.executions.get({ @@ -2830,7 +2830,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.executions.list({ @@ -2986,7 +2986,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.executions.patch({ @@ -3235,7 +3235,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.histories.create({ @@ -3387,7 +3387,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.histories.get({ @@ -3527,7 +3527,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.histories.list({ @@ -3733,7 +3733,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.perfMetricsSummary.create({ @@ -3931,7 +3931,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.perfSampleSeries.create({ @@ -4090,7 +4090,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.perfSampleSeries.get({ @@ -4250,7 +4250,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.perfSampleSeries.list({ @@ -4480,7 +4480,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.projects.getSettings({ @@ -4613,7 +4613,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.projects.initializeSettings({ @@ -4771,7 +4771,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.samples.batchCreate({ @@ -4944,7 +4944,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.samples.list({ @@ -5177,7 +5177,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.steps.accessibilityClusters({ @@ -5337,7 +5337,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.steps.create({ @@ -5516,7 +5516,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.steps.get({ @@ -5677,7 +5677,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.steps.getPerfMetricsSummary({ @@ -5829,7 +5829,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.steps.list({ @@ -5988,7 +5988,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.steps.patch({ @@ -6178,7 +6178,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.steps.publishXunitXmlFiles({ @@ -6502,7 +6502,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.testCases.get({ @@ -6675,7 +6675,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.testCases.list({ @@ -6898,7 +6898,7 @@ export namespace toolresults_v1beta3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await toolresults.thumbnails.list({ diff --git a/src/apis/tpu/v1.ts b/src/apis/tpu/v1.ts index 94f3844b06..5cde5aa879 100644 --- a/src/apis/tpu/v1.ts +++ b/src/apis/tpu/v1.ts @@ -496,7 +496,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.get({ @@ -628,7 +628,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.list({ @@ -808,7 +808,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.acceleratorTypes.get({ @@ -938,7 +938,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.acceleratorTypes.list({ @@ -1130,7 +1130,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.create({ @@ -1292,7 +1292,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.delete({ @@ -1424,7 +1424,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.get({ @@ -1567,7 +1567,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.list({ @@ -1709,7 +1709,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.reimage({ @@ -1853,7 +1853,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.start({ @@ -1992,7 +1992,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.stop({ @@ -2220,7 +2220,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.operations.cancel({ @@ -2346,7 +2346,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.operations.delete({ @@ -2472,7 +2472,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.operations.get({ @@ -2604,7 +2604,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.operations.list({ @@ -2798,7 +2798,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.tensorflowVersions.get({ @@ -2931,7 +2931,7 @@ export namespace tpu_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.tensorflowVersions.list({ diff --git a/src/apis/tpu/v1alpha1.ts b/src/apis/tpu/v1alpha1.ts index 9d2bc500f5..dd5b9525ec 100644 --- a/src/apis/tpu/v1alpha1.ts +++ b/src/apis/tpu/v1alpha1.ts @@ -496,7 +496,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.get({ @@ -628,7 +628,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.list({ @@ -808,7 +808,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.acceleratorTypes.get({ @@ -938,7 +938,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.acceleratorTypes.list({ @@ -1130,7 +1130,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.create({ @@ -1292,7 +1292,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.delete({ @@ -1424,7 +1424,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.get({ @@ -1567,7 +1567,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.list({ @@ -1709,7 +1709,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.reimage({ @@ -1853,7 +1853,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.start({ @@ -1995,7 +1995,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.nodes.stop({ @@ -2226,7 +2226,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.operations.cancel({ @@ -2355,7 +2355,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.operations.delete({ @@ -2481,7 +2481,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.operations.get({ @@ -2613,7 +2613,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.operations.list({ @@ -2807,7 +2807,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.tensorflowVersions.get({ @@ -2940,7 +2940,7 @@ export namespace tpu_v1alpha1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await tpu.projects.locations.tensorflowVersions.list({ diff --git a/src/apis/translate/v2.ts b/src/apis/translate/v2.ts index 2695fd312b..d161450f54 100644 --- a/src/apis/translate/v2.ts +++ b/src/apis/translate/v2.ts @@ -264,7 +264,7 @@ export namespace translate_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.detections.detect({ @@ -408,7 +408,7 @@ export namespace translate_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.detections.list({ @@ -568,7 +568,7 @@ export namespace translate_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.languages.list({ @@ -728,7 +728,7 @@ export namespace translate_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.translations.list({ @@ -889,7 +889,7 @@ export namespace translate_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await language.translations.translate({ diff --git a/src/apis/translate/v3.ts b/src/apis/translate/v3.ts index 840308930b..5091912c6e 100644 --- a/src/apis/translate/v3.ts +++ b/src/apis/translate/v3.ts @@ -572,7 +572,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.detectLanguage({ @@ -735,7 +735,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.getSupportedLanguages({ @@ -907,7 +907,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.translateText({ @@ -1129,7 +1129,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.batchTranslateText({ @@ -1290,7 +1290,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.detectLanguage({ @@ -1453,7 +1453,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.get({ @@ -1588,7 +1588,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.getSupportedLanguages({ @@ -1760,7 +1760,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.list({ @@ -1909,7 +1909,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.translateText({ @@ -2161,7 +2161,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.glossaries.create({ @@ -2314,7 +2314,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.glossaries.delete({ @@ -2449,7 +2449,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.glossaries.get({ @@ -2586,7 +2586,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.glossaries.list({ @@ -2794,7 +2794,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.cancel({ @@ -2930,7 +2930,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.delete({ @@ -3059,7 +3059,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.get({ @@ -3194,7 +3194,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.list({ @@ -3343,7 +3343,7 @@ export namespace translate_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.wait({ diff --git a/src/apis/translate/v3beta1.ts b/src/apis/translate/v3beta1.ts index 7af23cc501..8fc2dee2a3 100644 --- a/src/apis/translate/v3beta1.ts +++ b/src/apis/translate/v3beta1.ts @@ -572,7 +572,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.detectLanguage({ @@ -735,7 +735,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.getSupportedLanguages({ @@ -907,7 +907,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.translateText({ @@ -1129,7 +1129,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.batchTranslateText({ @@ -1290,7 +1290,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.detectLanguage({ @@ -1453,7 +1453,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.get({ @@ -1588,7 +1588,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.getSupportedLanguages({ @@ -1760,7 +1760,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.list({ @@ -1909,7 +1909,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.translateText({ @@ -2161,7 +2161,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.glossaries.create({ @@ -2314,7 +2314,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.glossaries.delete({ @@ -2449,7 +2449,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.glossaries.get({ @@ -2586,7 +2586,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.glossaries.list({ @@ -2794,7 +2794,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.cancel({ @@ -2933,7 +2933,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.delete({ @@ -3062,7 +3062,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.get({ @@ -3197,7 +3197,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.list({ @@ -3346,7 +3346,7 @@ export namespace translate_v3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await translate.projects.locations.operations.wait({ diff --git a/src/apis/vault/v1.ts b/src/apis/vault/v1.ts index b0d8b621e2..df6a396a33 100644 --- a/src/apis/vault/v1.ts +++ b/src/apis/vault/v1.ts @@ -886,7 +886,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.addPermissions({ @@ -1031,7 +1031,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.close({ @@ -1171,7 +1171,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.create({ @@ -1311,7 +1311,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.delete({ @@ -1448,7 +1448,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.get({ @@ -1588,7 +1588,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.list({ @@ -1730,7 +1730,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.removePermissions({ @@ -1868,7 +1868,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.reopen({ @@ -2010,7 +2010,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.undelete({ @@ -2151,7 +2151,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.update({ @@ -2414,7 +2414,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.exports.create({ @@ -2572,7 +2572,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.exports.delete({ @@ -2706,7 +2706,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.exports.get({ @@ -2851,7 +2851,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.exports.list({ @@ -3051,7 +3051,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.addHeldAccounts({ @@ -3201,7 +3201,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.create({ @@ -3353,7 +3353,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.delete({ @@ -3488,7 +3488,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.get({ @@ -3634,7 +3634,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.list({ @@ -3780,7 +3780,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.removeHeldAccounts({ @@ -3930,7 +3930,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.update({ @@ -4198,7 +4198,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.accounts.create({ @@ -4348,7 +4348,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.accounts.delete({ @@ -4486,7 +4486,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.holds.accounts.list({ @@ -4674,7 +4674,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.savedQueries.create({ @@ -4823,7 +4823,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.savedQueries.delete({ @@ -4958,7 +4958,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.savedQueries.get({ @@ -5099,7 +5099,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.matters.savedQueries.list({ @@ -5301,7 +5301,7 @@ export namespace vault_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vault.operations.delete({ diff --git a/src/apis/verifiedaccess/v1.ts b/src/apis/verifiedaccess/v1.ts index 24021da50a..58a2e940dd 100644 --- a/src/apis/verifiedaccess/v1.ts +++ b/src/apis/verifiedaccess/v1.ts @@ -221,7 +221,7 @@ export namespace verifiedaccess_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await verifiedaccess.challenge.create({ @@ -353,7 +353,7 @@ export namespace verifiedaccess_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await verifiedaccess.challenge.verify({ diff --git a/src/apis/videointelligence/v1.ts b/src/apis/videointelligence/v1.ts index 73a2c6ca5e..901e1e5f97 100644 --- a/src/apis/videointelligence/v1.ts +++ b/src/apis/videointelligence/v1.ts @@ -3041,7 +3041,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.operations.projects.locations.operations.cancel( @@ -3178,7 +3178,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.operations.projects.locations.operations.delete( @@ -3315,7 +3315,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.operations.projects.locations.operations.get( @@ -3522,7 +3522,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.projects.locations.corpura.operations.get( @@ -3680,7 +3680,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.projects.locations.operations.cancel({ @@ -3819,7 +3819,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.projects.locations.operations.delete({ @@ -3951,7 +3951,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.projects.locations.operations.get({ @@ -4091,7 +4091,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.projects.locations.operations.list({ @@ -4301,7 +4301,7 @@ export namespace videointelligence_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.videos.annotate({ diff --git a/src/apis/videointelligence/v1beta2.ts b/src/apis/videointelligence/v1beta2.ts index 5b5c4849ba..f1c74bbdac 100644 --- a/src/apis/videointelligence/v1beta2.ts +++ b/src/apis/videointelligence/v1beta2.ts @@ -2987,7 +2987,7 @@ export namespace videointelligence_v1beta2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.videos.annotate({ diff --git a/src/apis/videointelligence/v1p1beta1.ts b/src/apis/videointelligence/v1p1beta1.ts index 2a7961b0fc..6224575b46 100644 --- a/src/apis/videointelligence/v1p1beta1.ts +++ b/src/apis/videointelligence/v1p1beta1.ts @@ -2987,7 +2987,7 @@ export namespace videointelligence_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.videos.annotate({ diff --git a/src/apis/videointelligence/v1p2beta1.ts b/src/apis/videointelligence/v1p2beta1.ts index c4e2e6d90e..0434fa30a3 100644 --- a/src/apis/videointelligence/v1p2beta1.ts +++ b/src/apis/videointelligence/v1p2beta1.ts @@ -2987,7 +2987,7 @@ export namespace videointelligence_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.videos.annotate({ diff --git a/src/apis/videointelligence/v1p3beta1.ts b/src/apis/videointelligence/v1p3beta1.ts index e9548022fc..a3321aa32f 100644 --- a/src/apis/videointelligence/v1p3beta1.ts +++ b/src/apis/videointelligence/v1p3beta1.ts @@ -3029,7 +3029,7 @@ export namespace videointelligence_v1p3beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await videointelligence.videos.annotate({ diff --git a/src/apis/vision/v1.ts b/src/apis/vision/v1.ts index fcc76d4b42..f4ad829d5e 100644 --- a/src/apis/vision/v1.ts +++ b/src/apis/vision/v1.ts @@ -5178,7 +5178,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.files.annotate({ @@ -5321,7 +5321,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.files.asyncBatchAnnotate({ @@ -5486,7 +5486,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.images.annotate({ @@ -5632,7 +5632,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.images.asyncBatchAnnotate({ @@ -5807,7 +5807,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.locations.operations.get({ @@ -5957,7 +5957,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.operations.cancel({ @@ -6093,7 +6093,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.operations.delete({ @@ -6222,7 +6222,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.operations.get({ @@ -6356,7 +6356,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.operations.list({ @@ -6567,7 +6567,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.files.annotate({ @@ -6729,7 +6729,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.files.asyncBatchAnnotate({ @@ -6920,7 +6920,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.images.annotate({ @@ -7082,7 +7082,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.images.asyncBatchAnnotate({ @@ -7295,7 +7295,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.files.annotate({ @@ -7457,7 +7457,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.files.asyncBatchAnnotate({ @@ -7648,7 +7648,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.images.annotate({ @@ -7810,7 +7810,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.images.asyncBatchAnnotate({ @@ -8002,7 +8002,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.operations.get({ @@ -8156,7 +8156,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.create({ @@ -8316,7 +8316,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.delete({ @@ -8448,7 +8448,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.get({ @@ -8586,7 +8586,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.list({ @@ -8735,7 +8735,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.patch({ @@ -8895,7 +8895,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.purge({ @@ -9127,7 +9127,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.referenceImages.create({ @@ -9283,7 +9283,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.referenceImages.delete({ @@ -9417,7 +9417,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.referenceImages.get({ @@ -9555,7 +9555,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.products.referenceImages.list({ @@ -9767,7 +9767,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.addProduct({ @@ -9911,7 +9911,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.create({ @@ -10068,7 +10068,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.delete({ @@ -10200,7 +10200,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.get({ @@ -10337,7 +10337,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.import({ @@ -10486,7 +10486,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.list({ @@ -10634,7 +10634,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.patch({ @@ -10791,7 +10791,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.removeProduct({ @@ -11040,7 +11040,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.productSets.products.list({ @@ -11216,7 +11216,7 @@ export namespace vision_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.operations.get({ diff --git a/src/apis/vision/v1p1beta1.ts b/src/apis/vision/v1p1beta1.ts index 4ac400dbbd..c085c08777 100644 --- a/src/apis/vision/v1p1beta1.ts +++ b/src/apis/vision/v1p1beta1.ts @@ -5014,7 +5014,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.files.annotate({ @@ -5179,7 +5179,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.files.asyncBatchAnnotate({ @@ -5344,7 +5344,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.images.annotate({ @@ -5509,7 +5509,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.images.asyncBatchAnnotate({ @@ -5688,7 +5688,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.files.annotate({ @@ -5869,7 +5869,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.files.asyncBatchAnnotate({ @@ -6059,7 +6059,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.images.annotate({ @@ -6240,7 +6240,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.images.asyncBatchAnnotate({ @@ -6442,7 +6442,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.files.annotate({ @@ -6623,7 +6623,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.files.asyncBatchAnnotate({ @@ -6813,7 +6813,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.images.annotate({ @@ -6994,7 +6994,7 @@ export namespace vision_v1p1beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.images.asyncBatchAnnotate({ diff --git a/src/apis/vision/v1p2beta1.ts b/src/apis/vision/v1p2beta1.ts index c098975e33..0d30ff8c71 100644 --- a/src/apis/vision/v1p2beta1.ts +++ b/src/apis/vision/v1p2beta1.ts @@ -5014,7 +5014,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.files.annotate({ @@ -5179,7 +5179,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.files.asyncBatchAnnotate({ @@ -5344,7 +5344,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.images.annotate({ @@ -5509,7 +5509,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.images.asyncBatchAnnotate({ @@ -5688,7 +5688,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.files.annotate({ @@ -5869,7 +5869,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.files.asyncBatchAnnotate({ @@ -6059,7 +6059,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.images.annotate({ @@ -6240,7 +6240,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.images.asyncBatchAnnotate({ @@ -6442,7 +6442,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.files.annotate({ @@ -6623,7 +6623,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.files.asyncBatchAnnotate({ @@ -6813,7 +6813,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.images.annotate({ @@ -6994,7 +6994,7 @@ export namespace vision_v1p2beta1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await vision.projects.locations.images.asyncBatchAnnotate({ diff --git a/src/apis/webfonts/v1.ts b/src/apis/webfonts/v1.ts index 5e04231dd7..ed454f3690 100644 --- a/src/apis/webfonts/v1.ts +++ b/src/apis/webfonts/v1.ts @@ -185,7 +185,7 @@ export namespace webfonts_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webfonts.webfonts.list({ diff --git a/src/apis/webmasters/v3.ts b/src/apis/webmasters/v3.ts index df991d166e..e7fe0f7b35 100644 --- a/src/apis/webmasters/v3.ts +++ b/src/apis/webmasters/v3.ts @@ -300,7 +300,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.searchanalytics.query({ @@ -476,7 +476,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.sitemaps.delete({ @@ -604,7 +604,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.sitemaps.get({ @@ -747,7 +747,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.sitemaps.list({ @@ -885,7 +885,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.sitemaps.submit({ @@ -1058,7 +1058,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.sites.add({ @@ -1181,7 +1181,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.sites.delete({ @@ -1307,7 +1307,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.sites.get({ @@ -1441,7 +1441,7 @@ export namespace webmasters_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await webmasters.sites.list({}); diff --git a/src/apis/websecurityscanner/v1.ts b/src/apis/websecurityscanner/v1.ts index 221666baba..bf00f30dad 100644 --- a/src/apis/websecurityscanner/v1.ts +++ b/src/apis/websecurityscanner/v1.ts @@ -662,7 +662,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.create({ @@ -826,7 +826,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.delete({ @@ -954,7 +954,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.get({ @@ -1095,7 +1095,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.list({ @@ -1244,7 +1244,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.patch({ @@ -1411,7 +1411,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.start({ @@ -1647,7 +1647,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.get({ @@ -1788,7 +1788,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.list({ @@ -1937,7 +1937,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.stop({ @@ -2127,7 +2127,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.crawledUrls.list( @@ -2303,7 +2303,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findings.get( @@ -2453,7 +2453,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findings.list( @@ -2646,7 +2646,7 @@ export namespace websecurityscanner_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findingTypeStats.list( diff --git a/src/apis/websecurityscanner/v1alpha.ts b/src/apis/websecurityscanner/v1alpha.ts index f9b6a9907e..e75c0c8566 100644 --- a/src/apis/websecurityscanner/v1alpha.ts +++ b/src/apis/websecurityscanner/v1alpha.ts @@ -556,7 +556,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.create({ @@ -716,7 +716,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.delete({ @@ -844,7 +844,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.get({ @@ -983,7 +983,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.list({ @@ -1132,7 +1132,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.patch({ @@ -1295,7 +1295,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.start({ @@ -1532,7 +1532,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.get({ @@ -1671,7 +1671,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.list({ @@ -1820,7 +1820,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.stop({ @@ -2011,7 +2011,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.crawledUrls.list( @@ -2187,7 +2187,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findings.get( @@ -2335,7 +2335,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findings.list( @@ -2528,7 +2528,7 @@ export namespace websecurityscanner_v1alpha { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findingTypeStats.list( diff --git a/src/apis/websecurityscanner/v1beta.ts b/src/apis/websecurityscanner/v1beta.ts index ea989d646a..5c454d25e0 100644 --- a/src/apis/websecurityscanner/v1beta.ts +++ b/src/apis/websecurityscanner/v1beta.ts @@ -662,7 +662,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.create({ @@ -830,7 +830,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.delete({ @@ -958,7 +958,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.get({ @@ -1101,7 +1101,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.list({ @@ -1250,7 +1250,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.patch({ @@ -1421,7 +1421,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.start({ @@ -1660,7 +1660,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.get({ @@ -1801,7 +1801,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.list({ @@ -1950,7 +1950,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.stop({ @@ -2143,7 +2143,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.crawledUrls.list( @@ -2319,7 +2319,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findings.get( @@ -2469,7 +2469,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findings.list( @@ -2662,7 +2662,7 @@ export namespace websecurityscanner_v1beta { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await websecurityscanner.projects.scanConfigs.scanRuns.findingTypeStats.list( diff --git a/src/apis/youtube/v3.ts b/src/apis/youtube/v3.ts index 64aed9591b..05bd020bc1 100644 --- a/src/apis/youtube/v3.ts +++ b/src/apis/youtube/v3.ts @@ -4561,7 +4561,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.activities.list({ @@ -4788,7 +4788,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.captions.delete({ @@ -4929,7 +4929,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.captions.download({ @@ -5080,7 +5080,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.captions.insert({ @@ -5261,7 +5261,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.captions.list({ @@ -5427,7 +5427,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.captions.update({ @@ -5754,7 +5754,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.channelBanners.insert({ @@ -5997,7 +5997,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.channels.list({ @@ -6199,7 +6199,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.channels.update({ @@ -6456,7 +6456,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.channelSections.delete({ @@ -6597,7 +6597,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.channelSections.insert({ @@ -6793,7 +6793,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.channelSections.list({ @@ -6975,7 +6975,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.channelSections.update({ @@ -7227,7 +7227,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.comments.delete({ @@ -7349,7 +7349,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.comments.insert({ @@ -7497,7 +7497,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.comments.list({ @@ -7661,7 +7661,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.comments.markAsSpam({ @@ -7785,7 +7785,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.comments.setModerationStatus({ @@ -7922,7 +7922,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.comments.update({ @@ -8154,7 +8154,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.commentThreads.insert({ @@ -8305,7 +8305,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.commentThreads.list({ @@ -8491,7 +8491,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.commentThreads.update({ @@ -8727,7 +8727,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.guideCategories.list({ @@ -8915,7 +8915,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.i18nLanguages.list({ @@ -9083,7 +9083,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.i18nRegions.list({ @@ -9247,7 +9247,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveBroadcasts.bind({ @@ -9432,7 +9432,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveBroadcasts.control({ @@ -9628,7 +9628,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveBroadcasts.delete({ @@ -9789,7 +9789,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveBroadcasts.insert({ @@ -9985,7 +9985,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveBroadcasts.list({ @@ -10195,7 +10195,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveBroadcasts.transition({ @@ -10380,7 +10380,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveBroadcasts.update({ @@ -10764,7 +10764,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveChatBans.delete({ @@ -10890,7 +10890,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveChatBans.insert({ @@ -11069,7 +11069,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveChatMessages.delete({ @@ -11195,7 +11195,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveChatMessages.insert({ @@ -11350,7 +11350,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveChatMessages.list({ @@ -11577,7 +11577,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveChatModerators.delete({ @@ -11703,7 +11703,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveChatModerators.insert({ @@ -11859,7 +11859,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveChatModerators.list({ @@ -12071,7 +12071,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveStreams.delete({ @@ -12232,7 +12232,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveStreams.insert({ @@ -12428,7 +12428,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveStreams.list({ @@ -12629,7 +12629,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.liveStreams.update({ @@ -12924,7 +12924,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.members.list({ @@ -13126,7 +13126,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.membershipsLevels.list({ @@ -13291,7 +13291,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.playlistItems.delete({ @@ -13432,7 +13432,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.playlistItems.insert({ @@ -13603,7 +13603,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.playlistItems.list({ @@ -13793,7 +13793,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.playlistItems.update({ @@ -14056,7 +14056,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.playlists.delete({ @@ -14196,7 +14196,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.playlists.insert({ @@ -14391,7 +14391,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.playlists.list({ @@ -14604,7 +14604,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.playlists.update({ @@ -14875,7 +14875,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.search.list({ @@ -15262,7 +15262,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.sponsors.list({ @@ -15447,7 +15447,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.subscriptions.delete({ @@ -15574,7 +15574,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.subscriptions.insert({ @@ -15731,7 +15731,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.subscriptions.list({ @@ -16032,7 +16032,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.superChatEvents.list({ @@ -16224,7 +16224,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.thumbnails.set({ @@ -16434,7 +16434,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videoAbuseReportReasons.list({ @@ -16606,7 +16606,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videoCategories.list({ @@ -16793,7 +16793,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videos.delete({ @@ -16930,7 +16930,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videos.getRating({ @@ -17089,7 +17089,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videos.insert({ @@ -17329,7 +17329,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videos.list({ @@ -17545,7 +17545,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videos.rate({ @@ -17674,7 +17674,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videos.reportAbuse({ @@ -17826,7 +17826,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.videos.update({ @@ -18199,7 +18199,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.watermarks.set({ @@ -18363,7 +18363,7 @@ export namespace youtube_v3 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtube.watermarks.unset({ diff --git a/src/apis/youtubeAnalytics/v2.ts b/src/apis/youtubeAnalytics/v2.ts index 20604bb4fe..8d336ea41a 100644 --- a/src/apis/youtubeAnalytics/v2.ts +++ b/src/apis/youtubeAnalytics/v2.ts @@ -401,7 +401,7 @@ export namespace youtubeAnalytics_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubeAnalytics.groupItems.delete({ @@ -550,7 +550,7 @@ export namespace youtubeAnalytics_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubeAnalytics.groupItems.insert({ @@ -714,7 +714,7 @@ export namespace youtubeAnalytics_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubeAnalytics.groupItems.list({ @@ -911,7 +911,7 @@ export namespace youtubeAnalytics_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubeAnalytics.groups.delete({ @@ -1059,7 +1059,7 @@ export namespace youtubeAnalytics_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubeAnalytics.groups.insert({ @@ -1222,7 +1222,7 @@ export namespace youtubeAnalytics_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubeAnalytics.groups.list({ @@ -1392,7 +1392,7 @@ export namespace youtubeAnalytics_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubeAnalytics.groups.update({ @@ -1613,7 +1613,7 @@ export namespace youtubeAnalytics_v2 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubeAnalytics.reports.query({ diff --git a/src/apis/youtubereporting/v1.ts b/src/apis/youtubereporting/v1.ts index b6effb03fe..f925c5fa75 100644 --- a/src/apis/youtubereporting/v1.ts +++ b/src/apis/youtubereporting/v1.ts @@ -623,7 +623,7 @@ export namespace youtubereporting_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubereporting.jobs.create({ @@ -774,7 +774,7 @@ export namespace youtubereporting_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubereporting.jobs.delete({ @@ -907,7 +907,7 @@ export namespace youtubereporting_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubereporting.jobs.get({ @@ -1047,7 +1047,7 @@ export namespace youtubereporting_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubereporting.jobs.list({ @@ -1252,7 +1252,7 @@ export namespace youtubereporting_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubereporting.jobs.reports.get({ @@ -1399,7 +1399,7 @@ export namespace youtubereporting_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubereporting.jobs.reports.list({ @@ -1616,7 +1616,7 @@ export namespace youtubereporting_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubereporting.media.download({ @@ -1793,7 +1793,7 @@ export namespace youtubereporting_v1 { * * // Acquire an auth client, and bind it to all future calls * const authClient = await auth.getClient(); - * google.options('auth', authClient); + * google.options({auth: authClient}); * * // Do the magic * const res = await youtubereporting.reportTypes.list({ diff --git a/src/generator/templates/sample.njk b/src/generator/templates/sample.njk index e98c155a8f..2367d56702 100644 --- a/src/generator/templates/sample.njk +++ b/src/generator/templates/sample.njk @@ -31,14 +31,14 @@ async function main() { // Acquire an auth client, and bind it to all future calls const authClient = await auth.getClient(); - google.options('auth', authClient); + google.options({ auth: authClient }); // Do the magic const res = await {{method.id}}({ {% if method.parameters %} {% for pname, p in method.parameters|dictsort %} {% if p.description %} // {{ p.description|cleanComments|safe|replace('\n', '\n// ') }}{% endif %} - + {{ pname|cleanPropertyName|safe }}: {% if p.pattern %}'{{ p.pattern|unRegex }}'{% else %}'placeholder-value'{% endif %}, {% endfor %} {% endif %}